Home
last modified time | relevance | path

Searched refs:fcmode (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils_fw2x.c537 static u32 aq_fw2x_get_flow_control(struct aq_hw_s *self, u32 *fcmode) in aq_fw2x_get_flow_control() argument
540 *fcmode = 0; in aq_fw2x_get_flow_control()
543 *fcmode |= AQ_NIC_FC_RX; in aq_fw2x_get_flow_control()
546 *fcmode |= AQ_NIC_FC_TX; in aq_fw2x_get_flow_control()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommon.h48 int fcmode; member
H A Dfwsignal.c486 enum brcmf_fws_fcmode fcmode; member
1494 if (fws->fcmode == BRCMF_FWS_FCMODE_IMPLIED_CREDIT || in brcmf_fws_txs_process()
1530 if (fws->fcmode != BRCMF_FWS_FCMODE_EXPLICIT_CREDIT) { in brcmf_fws_fifocreditback_indicate()
2356 fws->fcmode = drvr->settings->fcmode; in brcmf_fws_attach()
2359 (fws->fcmode == BRCMF_FWS_FCMODE_NONE)) { in brcmf_fws_attach()
2373 /* enable firmware signalling if fcmode active */ in brcmf_fws_attach()
2374 if (fws->fcmode != BRCMF_FWS_FCMODE_NONE) in brcmf_fws_attach()
2402 fws->fcmode = BRCMF_FWS_FCMODE_NONE; in brcmf_fws_attach()
2471 return fws->fcmode ! in brcmf_fws_fc_active()
[all...]
/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc_ct.c604 bool fcmode = (asic_mode == BFI_ASIC_MODE_FC); in bfa_ioc_ct_pll_init() local
615 if (fcmode) { in bfa_ioc_ct_pll_init()
657 if (!fcmode) { in bfa_ioc_ct_pll_init()
665 if (!fcmode) { in bfa_ioc_ct_pll_init()
H A Dbfa_ioc.h178 bool fcmode; member
H A Dbfa_ioc.c2480 ioc->fcmode = false; in bfa_nw_ioc_attach()
2536 ioc->fcmode = true; in bfa_nw_ioc_pci_init()
/linux/drivers/scsi/bfa/
H A Dbfa_ioc_ct.c585 bfa_boolean_t fcmode = (mode == BFI_ASIC_MODE_FC); in bfa_ioc_ct_pll_init() local
596 if (fcmode) { in bfa_ioc_ct_pll_init()
627 if (!fcmode) { in bfa_ioc_ct_pll_init()
635 if (!fcmode) { in bfa_ioc_ct_pll_init()
H A Dbfa_ioc_cb.c357 bfa_ioc_cb_pll_init(void __iomem *rb, enum bfi_asic_mode fcmode) in bfa_ioc_cb_pll_init() argument
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c526 static u32 aq_a2_fw_get_flow_control(struct aq_hw_s *self, u32 *fcmode) in aq_a2_fw_get_flow_control() argument
532 *fcmode = ((link_status.pause_rx) ? AQ_NIC_FC_RX : 0) | in aq_a2_fw_get_flow_control()