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

123456

/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_ael1002.c287 int *duplex, int *fc)
2164 int *duplex, int *fc)
2241 int *speed, int *duplex, int *fc)
286 get_link_status_r(struct cphy *phy, int *link_state, int *speed, int *duplex, int *fc) argument
2163 get_link_status_x(struct cphy *phy, int *link_state, int *speed, int *duplex, int *fc) argument
2240 xaui_direct_get_link_status(struct cphy *phy, int *link_state, int *speed, int *duplex, int *fc) argument
/freebsd-11-stable/sys/dev/e1000/
H A De1000_hw.h1007 struct e1000_fc_info fc; member in struct:e1000_hw
H A De1000_phy.c1495 /* Need to parse both autoneg_advertised and fc and set up
1555 * The possible values of the "fc" parameter are:
1565 switch (hw->fc.current_mode) {
2022 hw->fc.current_mode = e1000_fc_none;
H A De1000_82575.c1731 switch (hw->fc.requested_mode) {
/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/cam/scsi/
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;
H A Dscsi_ses.h2452 union ses_elm_fc_hdr fc; member in union:ses_elm_addlstatus_proto_hdr
H A Dscsi_enc_ses.c101 union ses_fcobj_hdr *fc; member in union:ses_addl_status::__anon2
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp183 bool tc = false, bool fc = false)
185 TClobbersPred(tc), FClobbersPred(fc) {}
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_type.h695 struct i40e_fc_info fc; member in struct:i40e_hw
H A Di40e_common.c1739 enum i40e_fc_mode fc_mode = hw->fc.requested_mode;
1960 /* update fc info */
1964 hw->fc.current_mode = I40E_FC_FULL;
1966 hw->fc.current_mode = I40E_FC_TX_PAUSE;
1968 hw->fc.current_mode = I40E_FC_RX_PAUSE;
1970 hw->fc.current_mode = I40E_FC_NONE;
H A Dixl_pf_main.c4393 OID_AUTO, "fc", CTLTYPE_INT | CTLFLAG_RW,
4613 requested_fc = pf->fc;
4624 "Invalid fc mode; valid modes are 0 through 3\n");
4628 /* Set fc ability for port */
4629 hw->fc.requested_mode = requested_fc;
4633 "%s: Error setting new fc mode %d; fc_err %#x\n",
4637 pf->fc = requested_fc;
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_core.c447 uint32_t fc; local
460 fc = (IAF_MASK << (ri * 4));
464 fc &= ~IAF_ANY;
466 iafc->pc_iafctrl &= ~fc;
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c231 const struct ieee80211_channel *fc = &chaninfo->ic_chans[i]; local
234 if ((fc->ic_flags & from) != from)
238 chaninfo->ic_chans[i+1].ic_freq == fc->ic_freq &&
245 tc->ic_freq == fc->ic_freq && (tc->ic_flags & to) == to)
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn_phy_lp.c650 uint8_t mode, fc = 0; local
654 fc = 1;
670 if (mac->mac_phy.rev >= 2 && fc == 1) {
/freebsd-11-stable/sys/libkern/
H A Dzlib.c324 } fc; member in struct:ct_data_s
331 #define Freq fc.freq
332 #define Code fc.code
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.c2480 u16 fc, stype; local
2498 fc = le_to_host16(mgmt->frame_control);
2499 stype = WLAN_FC_GET_STYPE(fc);
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h1386 uint8_t fc[2]; member in struct:iwn5000_tx_stat
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp6574 unsigned fc; local
6577 fc = fieldFromInstruction(Insn, 12, 1) << 2 |
6584 fc = fieldFromInstruction(Insn, 12, 1) << 2 |
6593 if (!Check(S, predicate_decoder(Inst, fc, Address, Decoder)))
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_main.c2405 if (lc->fc & PAUSE_RX)
2407 if (lc->fc & PAUSE_TX)
4720 * fec/fc/etc. when the notification is processed. If the link
4727 lc->fc = lc->requested_fc & (PAUSE_TX | PAUSE_RX);
6881 sbuf_printf(sb, "%b", (lc->fc & (PAUSE_TX | PAUSE_RX)) |
/freebsd-11-stable/sys/dev/ocs_fc/
H A Dsli4.h3979 fc:1, member in struct:sli4_fcf_entry_s
H A Docs_hw.c5567 * @param arg Argument to pass to pointer fc hosts statistics structure.
9187 if (read_fcf->fcf_entry.fc ||
9192 if (read_fcf->fcf_entry.fc) {
/freebsd-11-stable/sys/dev/ixgbe/
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
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c1210 * @fc: the new flow-control setting
1218 int duplex, int fc, int mac_was_reset)
1217 t3_os_link_changed(adapter_t *adapter, int port_id, int link_status, int speed, int duplex, int fc, int mac_was_reset) argument
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex9011 \gdef^^fc{\"u}
9131 \gdef^^fc{\"u}

Completed in 901 milliseconds

123456