Searched refs:fc (Results 26 - 50 of 150) sorted by relevance

123456

/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_tn1010.c133 int *speed, int *duplex, int *fc)
149 if (fc) {
172 if (fc)
173 *fc = pause;
132 tn1010_get_link_status(struct cphy *phy, int *link_state, int *speed, int *duplex, int *fc) argument
H A Dcxgb_vsc8211.c133 int *speed, int *duplex, int *fc)
178 if (fc && dplx == DUPLEX_FULL) {
200 if (fc)
201 *fc = pause;
206 int *speed, int *duplex, int *fc)
252 if (fc && dplx == DUPLEX_FULL) {
267 if (fc)
268 *fc = pause;
132 vsc8211_get_link_status(struct cphy *cphy, int *link_state, int *speed, int *duplex, int *fc) argument
205 vsc8211_get_link_status_fiber(struct cphy *cphy, int *link_state, int *speed, int *duplex, int *fc) argument
H A Dcxgb_aq100x.c354 int *fc)
398 if (fc) {
408 *fc = PAUSE_RX | PAUSE_TX;
412 *fc = PAUSE_TX;
415 *fc = PAUSE_RX;
417 *fc = 0;
353 aq100x_get_link_status(struct cphy *phy, int *link_state, int *speed, int *duplex, int *fc) argument
/freebsd-11-stable/sys/net/
H A Diso88025.h121 u_int8_t fc; /* frame control field */ member in struct:iso88025_header
137 u_char fc; member in struct:iso88025_sockaddr_data
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c82 __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) { argument
84 _pthread_setspecific_direct(__PTK_LIBC_DYLD_Unwind_SjLj_Key, fc);
86 stack = fc;
95 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { argument
96 fc->prev = __Unwind_SjLj_GetTopOfFunctionStack();
97 __Unwind_SjLj_SetTopOfFunctionStack(fc);
103 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) { argument
104 __Unwind_SjLj_SetTopOfFunctionStack(fc->prev);
/freebsd-11-stable/sys/dev/dcons/
H A Ddcons_crom.c125 src = sc->fd.fc->crom_src;
126 root = sc->fd.fc->crom_root;
175 sc->fd.fc->poll(sc->fd.fc, -1, -1);
187 sc->fd.fc = device_get_ivars(dev);
194 /*parent*/ sc->fd.fc->dmat,
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c163 struct isp_fc *fc = ISP_FC_PC(isp, chan); local
169 fc->sim = sim;
170 fc->path = path;
171 fc->isp = isp;
172 fc->ready = 1;
176 callout_init_mtx(&fc->gdt, &isp->isp_lock, 0);
177 TASK_INIT(&fc->gtask, 1, isp_gdt_task, fc);
179 TAILQ_INIT(&fc->waitq);
180 STAILQ_INIT(&fc
351 struct isp_fc *fc = ISP_FC_PC(isp, chan); local
371 struct isp_fc *fc = ISP_FC_PC(isp, chan); local
2597 struct isp_fc *fc = ISP_FC_PC(isp, chan); local
2620 struct isp_fc *fc = ISP_FC_PC(isp, chan); local
2641 struct isp_fc *fc = arg; local
2648 struct isp_fc *fc = arg; local
2710 struct isp_fc *fc = ISP_FC_PC(isp, chan); local
2724 struct isp_fc *fc = ISP_FC_PC(isp, chan); local
2736 struct isp_fc *fc = ISP_FC_PC(isp, chan); local
2813 struct isp_fc *fc = arg; local
3269 struct ccb_trans_settings_fc *fc = &cts->xport_specific.fc; local
3594 struct isp_fc *fc; local
4016 struct isp_fc *fc = ISP_FC_PC(isp, chan); local
4233 struct isp_fc *fc = ISP_FC_PC(isp, chan); local
4257 struct isp_fc *fc; local
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Dfwohci_pci.c262 mtx_init(FW_GMTX(&sc->fc), "firewire", NULL, MTX_DEF);
311 /*lockarg*/FW_GMTX(&sc->fc),
312 &sc->fc.dmat);
348 if (sc->fc.bdev) {
349 device_delete_child(self, sc->fc.bdev);
350 sc->fc.bdev = NULL;
379 mtx_destroy(FW_GMTX(&sc->fc));
431 sc->fc.bdev = child;
432 device_set_ivars(child, &sc->fc);
451 fwohci_poll(&sc->fc,
[all...]
H A Dfwohcivar.h41 struct firewire_comm fc; member in struct:fwohci_softc
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_monitor.c29 u16 fc; local
33 fc = le_to_host16(hdr->frame_control);
36 event.tx_status.type = WLAN_FC_GET_TYPE(fc);
37 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
50 u16 fc; local
56 fc = le_to_host16(hdr->frame_control);
61 event.rx_from_unknown.wds = (fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) ==
71 u16 fc; local
75 fc = le_to_host16(hdr->frame_control);
77 switch (WLAN_FC_GET_TYPE(fc)) {
[all...]
/freebsd-11-stable/sys/net/altq/
H A Daltq_rio.c665 struct rio_conf *fc; local
669 fc = (struct rio_conf *)addr;
670 if ((rqp = altq_lookup(fc->iface.rio_ifname,
676 new = rio_alloc(fc->rio_weight, &fc->q_params[0],
677 fc->rio_flags, fc->rio_pkttime);
685 limit = fc->rio_limit;
686 if (limit < fc->q_params[RIO_NDROPPREC-1].th_max)
687 limit = fc
[all...]
H A Daltq_red.c922 struct red_conf *fc; local
926 fc = (struct red_conf *)addr;
927 if ((rqp = altq_lookup(fc->iface.red_ifname,
932 new = red_alloc(fc->red_weight,
933 fc->red_inv_pmax,
934 fc->red_thmin,
935 fc->red_thmax,
936 fc->red_flags,
937 fc->red_pkttime);
945 limit = fc
[all...]
/freebsd-11-stable/sys/dev/e1000/
H A De1000_mac.c960 * control setting, then the variable hw->fc will
982 hw->fc.requested_mode = e1000_fc_none;
985 hw->fc.requested_mode = e1000_fc_tx_pause;
987 hw->fc.requested_mode = e1000_fc_full;
1017 if (hw->fc.requested_mode == e1000_fc_default) {
1026 hw->fc.current_mode = hw->fc.requested_mode;
1029 hw->fc.current_mode);
1046 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time);
1073 * The possible values of the "fc" paramete
[all...]
H A De1000_82542.c328 hw->fc.requested_mode &= ~e1000_fc_tx_pause;
331 hw->fc.requested_mode &= ~e1000_fc_rx_pause;
337 hw->fc.current_mode = hw->fc.requested_mode;
340 hw->fc.current_mode);
359 E1000_WRITE_REG(hw, E1000_FCTTV, hw->fc.pause_time);
/freebsd-11-stable/stand/i386/libfirewire/
H A Dfwohci.c105 device_printf(sc->fc.dev, "phy read failed(1).\n");
116 device_printf(sc->fc.dev, "phy read failed(2).\n");
123 device_printf(sc->fc.dev,
297 sc->sid_buf = fwdma_malloc(&sc->fc, OHCI_SIDSIZE, OHCI_SIDSIZE,
375 device_printf(fc->dev, "node_id=0x%08x, gen=%d, ",
387 device_printf(fc->dev, "SID Error\n");
404 device_printf(fc->dev, "INTERRUPT < %s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s> 0x%08x, 0x%08x\n",
431 device_printf(fc->dev, "BUS reset\n");
457 device_printf(sc->fc.dev,
/freebsd-11-stable/sys/dev/ixgbe/
H A Dixgbe_dcb_82598.c290 fcrtl = (hw->fc.low_water[i] << 10) | IXGBE_FCRTL_XONE;
291 reg = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN;
297 reg = hw->fc.pause_time | (hw->fc.pause_time << 16);
302 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);
H A Dixgbe_82598.c422 if (!hw->fc.pause_time) {
429 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
430 hw->fc.high_water[i]) {
431 if (!hw->fc.low_water[i] ||
432 hw->fc.low_water[i] >= hw->fc.high_water[i]) {
447 switch (hw->fc.requested_mode) {
449 hw->fc.requested_mode = ixgbe_fc_tx_pause;
452 hw->fc.requested_mode = ixgbe_fc_none;
460 /* Negotiate the fc mod
[all...]
/freebsd-11-stable/tools/regression/include/tgmath/
H A Dtgmath.c171 float complex fc; variable
343 RUN_TEST(FNC(fc), float complex) && \
353 RUN_TEST(FNC(fc), float) && \
361 RUN_TEST(FNC(ldc, fc), long double complex) && \
373 RUN_TEST(FNC(ld, fc), long double complex) && \
378 RUN_TEST(FNC(dc, fc), double complex) && \
385 RUN_TEST(FNC(fc, d), double complex) && \
388 RUN_TEST(FNC(fc, fc), float complex) && \
389 RUN_TEST(FNC(fc,
[all...]
/freebsd-11-stable/sys/cam/
H A Dcam_compat.h102 struct ccb_pathinq_settings_fc fc; member in union:ccb_pathinq_0x17::__anon5241
128 struct ccb_trans_settings_fc fc; member in union:ccb_trans_settings_0x17::__anon5243
186 struct ccb_trans_settings_fc fc; member in union:ccb_trans_settings_0x18::__anon5246
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsassp.c278 agsaFastCommand_t *fc,
299 agRoot = (agsaRoot_t*)fc->agRoot;
331 pDevice = (agsaDeviceDesc_t*)(((agsaDevHandle_t*)fc->devHandle)->sdkData);
333 ret = siFastSSPResAlloc(agRoot, fc->queueNum, fc->agRequestType,
343 inq = INQ(fc->queueNum);
344 outq = OUQ(fc->queueNum);
352 pRequest->requestType = fc->agRequestType;
357 pSgl = fc->agSgl;
359 switch (fc
276 saFastSSPPrepare( void *ioh, agsaFastCommand_t *fc, ossaSSPCompletedCB_t cb, void *cbArg) argument
[all...]
/freebsd-11-stable/contrib/libxo/xolint/
H A Dxolint.pl633 my($text, $ff, $fc, $rest);
635 ($text, $ff, $fc, $rest) =
650 check_field_format($ff, $fc);
657 my($ff, $fc) = @_;
659 print "check_field_format: [$ff] [$fc]\n" if $opt_debug;
673 if $#chunks >= 2 && $fc !~ /[sS]/;
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c478 mpt->scinfo.fc.wwnn = ((uint64_t)mpt->mpt_fcport_page0.WWNN.High << 32)
480 mpt->scinfo.fc.wwpn = ((uint64_t)mpt->mpt_fcport_page0.WWPN.High << 32)
482 mpt->scinfo.fc.portid = mpt->mpt_fcport_page0.PortIdentifier;
487 (uintmax_t)mpt->scinfo.fc.wwnn, (uintmax_t)mpt->scinfo.fc.wwpn,
494 "wwnn", CTLFLAG_RD, &mpt->scinfo.fc.wwnn,
498 "wwpn", CTLFLAG_RD, &mpt->scinfo.fc.wwpn,
511 CONFIG_PAGE_FC_PORT_1 fc; local
517 &fc.Header, FALSE, 5000);
524 &fc
2286 PTR_MSG_FC_PRIMITIVE_SEND_REQUEST fc; local
3461 struct ccb_trans_settings_fc *fc = local
4101 MSG_LINK_SERVICE_BUFFER_POST_REQUEST *fc; local
4151 PTR_MSG_TARGET_CMD_BUFFER_POST_REQUEST fc; local
4694 PTR_MPI_TARGET_FCP_CMD_BUFFER fc = local
4782 mpt_scsi_tgt_tsk_mgmt(struct mpt_softc *mpt, request_t *req, mpt_task_mgmt_t fc, tgt_resource_t *trtp, int init_id) argument
4894 PTR_MPI_TARGET_FCP_CMD_BUFFER fc; local
[all...]
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c671 struct ccb_trans_settings_fc *fc; local
675 fc = &cts->xport_specific.fc;
685 fc->valid = CTS_FC_VALID_SPEED;
686 fc->bitrate = 800000;
687 fc->wwnn = softc->wwnn;
688 fc->wwpn = softc->wwpn;
689 fc->port = softc->port.targ_port;
690 fc->valid |= CTS_FC_VALID_WWNN | CTS_FC_VALID_WWPN |
780 cpi->xport_specific.fc
[all...]
/freebsd-11-stable/sys/dev/ixgb/
H A Dixgb_hw.c660 switch (hw->fc.type) {
676 pap_reg = hw->fc.pause_time;
683 pap_reg = hw->fc.pause_time;
705 if(!(hw->fc.type & ixgb_fc_tx_pause)) {
712 if(hw->fc.send_xon) {
714 (hw->fc.low_water | IXGB_FCRTL_XONE));
716 IXGB_WRITE_REG(hw, FCRTL, hw->fc.low_water);
718 IXGB_WRITE_REG(hw, FCRTH, hw->fc.high_water);
/freebsd-11-stable/sys/fs/fdescfs/
H A Dfdesc_vnops.c137 struct fdhashhead *fc; local
140 fc = FD_NHASH(fd->fd_ix);
142 LIST_FOREACH(fd2, fc, fd_hash) {
156 struct fdhashhead *fc; local
163 fc = FD_NHASH(ix);
176 LIST_FOREACH(fd, fc, fd_hash) {
226 LIST_FOREACH(fd2, fc, fd_hash) {
245 LIST_INSERT_HEAD(fc, fd, fd_hash);

Completed in 189 milliseconds

123456