Searched refs:fc (Results 26 - 50 of 150) sorted by last modified time

123456

/freebsd-11-stable/contrib/tcsh/
H A Dsh.h816 } fc; member in struct:Ain
817 #define f_seek fc._f_seek
818 #define c_seek fc._c_seek
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ix.c561 adapter->hw.fc.requested_mode == ixgbe_fc_none) {
795 hw->fc.requested_mode = ixgbe_flow_control;
2192 if (hw->fc.current_mode == ixgbe_fc_rx_pause ||
2193 hw->fc.current_mode == ixgbe_fc_full)
2195 if (hw->fc.current_mode == ixgbe_fc_tx_pause ||
2196 hw->fc.current_mode == ixgbe_fc_full)
2510 SYSCTL_ADD_PROC(ctx, child, OID_AUTO, "fc", CTLTYPE_INT | CTLFLAG_RW,
3264 hw->fc.high_water[0] = rxpb - size;
3278 hw->fc.low_water[0] = IXGBE_BT2KB(tmp);
3280 hw->fc
4013 int error, fc; local
4039 ixgbe_set_flowcntl(struct adapter *adapter, int fc) argument
[all...]
H A Dixgbe_type.h1820 #define IXGBE_FCRTH_FCEN 0x80000000 /* Packet buffer fc enable */
4118 struct ixgbe_fc_info fc; member in struct:ixgbe_hw
H A Dixgbe_common.c244 if (hw->fc.strict_ieee && hw->fc.requested_mode == ixgbe_fc_rx_pause) {
255 if (hw->fc.requested_mode == ixgbe_fc_default)
256 hw->fc.requested_mode = ixgbe_fc_full;
260 * HW will be able to do fc autoneg once the cable is plugged in. If
287 * The possible values of fc.requested_mode are:
296 switch (hw->fc.requested_mode) {
357 if (hw->fc.strict_ieee)
2820 if (!hw->fc.pause_time) {
2827 if ((hw->fc
[all...]
/freebsd-11-stable/usr.bin/m4/
H A Deval.c890 const char *ap, *fc, *k; local
895 fc = ap + expr(argv[3]); /* first char */
897 fc = ap + atoi(argv[3]); /* first char */
899 nc = strlen(fc);
906 if (fc >= ap && fc < ap + strlen(ap))
907 for (k = fc + nc - 1; k >= fc; k--)
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dcommon.h420 int8_t fc; /* actual link flow control */ member in struct:link_config
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf.h122 int fc; /* link flow ctrl setting */ member in struct:ixl_pf
H A Di40e_type.h695 struct i40e_fc_info fc; member in struct:i40e_hw
/freebsd-11-stable/sys/dev/e1000/
H A Dif_lem.c2437 adapter->hw.fc.high_water = rx_buffer_size -
2439 adapter->hw.fc.low_water = adapter->hw.fc.high_water - 1500;
2441 adapter->hw.fc.pause_time = EM_FC_PAUSE_TIME;
2442 adapter->hw.fc.send_xon = TRUE;
2446 adapter->hw.fc.requested_mode = lem_fc_setting;
2448 adapter->hw.fc.requested_mode = e1000_fc_none;
4575 CTLFLAG_RD, &adapter->hw.fc.high_water, 0,
4578 CTLFLAG_RD, &adapter->hw.fc.low_water, 0,
H A Dif_igb.c438 OID_AUTO, "fc", CTLTYPE_INT|CTLFLAG_RW,
2156 struct e1000_fc_info *fc = &hw->fc; local
2200 switch (fc->current_mode) {
3036 struct e1000_fc_info *fc = &hw->fc; local
3115 fc->high_water = hwm & 0xFFF8; /* 8-byte granularity */
3116 fc->low_water = fc->high_water - 8;
3118 fc
[all...]
H A Dif_em.h467 u16 fc; member in struct:adapter
/freebsd-11-stable/sys/dev/isp/
H A Disp_pci.c1641 struct isp_fc *fc = ISP_FC_PC(isp, cmap); local
1643 (void **)&base, BUS_DMA_COHERENT, &fc->scmap) != 0)
1647 if (bus_dmamap_load(isp->isp_osinfo.scdmat, fc->scmap,
1650 base, fc->scmap);
1659 while (fc->nexus_free_list) {
1660 n = fc->nexus_free_list;
1661 fc->nexus_free_list = n->next;
1666 n->next = fc->nexus_free_list;
1667 fc->nexus_free_list = n;
1735 struct isp_fc *fc local
[all...]
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/pms/RefTisa/tisa/sassata/sas/ini/
H A Ditdio.c489 agsaFastCommand_t *fc)
492 tiDeviceHandle_t *tiDeviceHandle = fc->devHandle;
493 bit32 taskAttribute = fc->taskAttribute;
520 fc->agRoot = oneDeviceData->agRoot;
521 TD_ASSERT((NULL != fc->agRoot), "");
523 fc->devHandle = oneDeviceData->agDevHandle;
524 TD_ASSERT((NULL != fc->devHandle), "");
525 fc->safb->oneDeviceData = oneDeviceData;
533 fc->taskAttribute = TD_TASK_SIMPLE;
536 fc
486 tiINIFastIOPrepare( tiRoot_t *tiRoot, void *ioHandle, agsaFastCommand_t *fc) argument
[all...]
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_xpt.c619 SCSI_XPT_XPORT(fc, FC);
3072 struct ccb_trans_settings_fc *fc = local
3073 &cts.xport_specific.fc;
3075 if (fc->valid & CTS_FC_VALID_SPEED)
3076 speed = fc->bitrate;
3118 struct ccb_trans_settings_fc *fc; local
3120 fc = &cts.xport_specific.fc;
3121 if (fc->valid & CTS_FC_VALID_WWNN)
3122 printf(" WWNN 0x%llx", (long long) fc
[all...]
H A Dscsi_ses.h2452 union ses_elm_fc_hdr fc; member in union:ses_elm_addlstatus_proto_hdr
H A Dscsi_pass.c1861 xpt_opcode fc; local
1971 fc = ccb->ccb_h.func_code;
1976 if ((fc == XPT_SCSI_IO) || (fc == XPT_ATA_IO)
1977 || (fc == XPT_SMP_IO) || (fc == XPT_DEV_MATCH)
1978 || (fc == XPT_DEV_ADVINFO)
1979 || (fc == XPT_NVME_ADMIN) || (fc == XPT_NVME_IO)) {
1999 if ((fc
2200 xpt_opcode fc; local
[all...]
H A Dscsi_da.c2116 struct ccb_trans_settings_fc *fc = &cts.xport_specific.fc; local
2117 if (fc->valid & CTS_FC_VALID_WWPN) {
2118 softc->wwpn = fc->wwpn;
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.h72 } fc; member in struct:ct_data_s
79 #define Freq fc.freq
80 #define Code fc.code
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Devents.c4210 u16 fc; local
4212 fc = le_to_host16(hdr->frame_control);
4213 if (WLAN_FC_GET_TYPE(fc) == WLAN_FC_TYPE_MGMT &&
4214 WLAN_FC_GET_STYPE(fc) == WLAN_FC_STYPE_BEACON)
4543 u16 fc, stype; local
4565 fc = le_to_host16(mgmt->frame_control);
4566 stype = WLAN_FC_GET_STYPE(fc);
/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Deap_sim_common.c432 u8 fc; local
455 fc = 0x20;
460 wpa_printf(MSG_DEBUG, "EAP-AKA': FC = 0x%x", fc);
470 addr[0] = &fc;
/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...]
H A Ddriver_nl80211_event.c640 u16 fc, stype; local
651 fc = le_to_host16(mgmt->frame_control);
652 stype = WLAN_FC_GET_STYPE(fc);
664 " freq=%d ssi_signal=%d fc=0x%x seq_ctrl=0x%x stype=%u (%s) len=%u",
666 rx_freq, ssi_signal, fc,
667 le_to_host16(mgmt->seq_ctrl), stype, fc2str(fc),
683 u16 fc; local
703 fc = le_to_host16(hdr->frame_control);
706 event.tx_status.type = WLAN_FC_GET_TYPE(fc);
707 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
[all...]
H A Ddriver_hostap.c62 u16 fc, ethertype; local
71 fc = le_to_host16(hdr->frame_control);
73 if ((fc & (WLAN_FC_FROMDS | WLAN_FC_TODS)) != WLAN_FC_TODS) {
74 printf("Not ToDS data frame (fc=0x%04x)\n", fc);
123 u16 fc; local
127 fc = le_to_host16(hdr->frame_control);
130 event.tx_status.type = WLAN_FC_GET_TYPE(fc);
131 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
143 u16 fc, typ local
[all...]
H A Ddriver_atheros.c866 u16 fc, stype; local
875 fc = le_to_host16(mgmt->frame_control);
877 if (WLAN_FC_GET_TYPE(fc) != WLAN_FC_TYPE_MGMT)
880 stype = WLAN_FC_GET_STYPE(fc);
1367 u16 fc; local
1381 fc = le_to_host16(hdr->frame_control);
1384 event.tx_status.type = WLAN_FC_GET_TYPE(fc);
1385 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
1405 u16 fc, stype; local
1444 fc
[all...]

Completed in 364 milliseconds

123456