/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | common.h | 38 * @fcmode: FWS flow control. 47 int fcmode; member
|
H A D | common.c | 59 module_param_named(fcmode, brcmf_fcmode, int, 0); 60 MODULE_PARM_DESC(fcmode, "Mode of firmware signalled flow control"); 416 settings->fcmode = brcmf_fcmode; in brcmf_get_module_param()
|
H A D | fwsignal.c | 486 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() 2360 fws->fcmode = drvr->settings->fcmode; in brcmf_fws_attach() 2363 (fws->fcmode == BRCMF_FWS_FCMODE_NONE)) { in brcmf_fws_attach() 2377 /* enable firmware signalling if fcmode active */ in brcmf_fws_attach() 2378 if (fws->fcmode != BRCMF_FWS_FCMODE_NONE) in brcmf_fws_attach() 2406 fws->fcmode = BRCMF_FWS_FCMODE_NONE; in brcmf_fws_attach() 2475 return fws->fcmode ! in brcmf_fws_fc_active() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | common.h | 38 * @fcmode: FWS flow control. 48 int fcmode; member
|
H A D | common.c | 59 module_param_named(fcmode, brcmf_fcmode, int, 0); 60 MODULE_PARM_DESC(fcmode, "Mode of firmware signalled flow control"); 524 settings->fcmode = brcmf_fcmode; in brcmf_get_module_param()
|
H A D | fwsignal.c | 486 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() 2360 fws->fcmode = drvr->settings->fcmode; in brcmf_fws_attach() 2363 (fws->fcmode == BRCMF_FWS_FCMODE_NONE)) { in brcmf_fws_attach() 2377 /* enable firmware signalling if fcmode active */ in brcmf_fws_attach() 2378 if (fws->fcmode != BRCMF_FWS_FCMODE_NONE) in brcmf_fws_attach() 2406 fws->fcmode = BRCMF_FWS_FCMODE_NONE; in brcmf_fws_attach() 2475 return fws->fcmode ! in brcmf_fws_fc_active() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_utils_fw2x.c | 537 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl/ |
H A D | hw_atl_utils_fw2x.c | 537 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_ioc_ct.c | 302 * err set reg : for notification of hb failure in fcmode in bfa_ioc_ct_reg_init() 360 * err set reg : for notification of hb failure in fcmode in bfa_ioc_ct2_reg_init() 604 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 D | bfa_ioc.h | 174 bool fcmode; member
|
H A D | bfa_ioc.c | 2480 ioc->fcmode = false; in bfa_nw_ioc_attach() 2536 ioc->fcmode = true; in bfa_nw_ioc_pci_init()
|
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_ioc_ct.c | 236 * err set reg : for notification of hb failure in fcmode in bfa_ioc_ct_reg_init() 294 * err set reg : for notification of hb failure in fcmode in bfa_ioc_ct2_reg_init() 585 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 D | bfa_ioc_cb.c | 357 bfa_ioc_cb_pll_init(void __iomem *rb, enum bfi_asic_mode fcmode) in bfa_ioc_cb_pll_init() argument
|
H A D | bfa_ioc.h | 310 bfa_boolean_t fcmode; member 867 #define bfa_ioc_get_fcmode(__ioc) ((__ioc)->fcmode)
|
H A D | bfa_ioc.c | 1966 ioc->fcmode = (attr->port_mode == BFI_PORT_MODE_FC); in bfa_ioc_getattr_reply() 2363 ioc->fcmode = BFA_FALSE; in bfa_ioc_attach() 2407 ioc->fcmode = BFA_TRUE; in bfa_ioc_pci_init() 2422 ioc->fcmode = BFA_TRUE; in bfa_ioc_pci_init() 2433 ioc->fcmode = BFA_TRUE; in bfa_ioc_pci_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_ioc_ct.c | 302 * err set reg : for notification of hb failure in fcmode in bfa_ioc_ct_reg_init() 360 * err set reg : for notification of hb failure in fcmode in bfa_ioc_ct2_reg_init() 604 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 D | bfa_ioc.h | 178 bool fcmode; member
|
H A D | bfa_ioc.c | 2480 ioc->fcmode = false; in bfa_nw_ioc_attach() 2536 ioc->fcmode = true; in bfa_nw_ioc_pci_init()
|
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfa_ioc_ct.c | 236 * err set reg : for notification of hb failure in fcmode in bfa_ioc_ct_reg_init() 294 * err set reg : for notification of hb failure in fcmode in bfa_ioc_ct2_reg_init() 585 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 D | bfa_ioc_cb.c | 357 bfa_ioc_cb_pll_init(void __iomem *rb, enum bfi_asic_mode fcmode) in bfa_ioc_cb_pll_init() argument
|
H A D | bfa_ioc.h | 310 bfa_boolean_t fcmode; member 871 #define bfa_ioc_get_fcmode(__ioc) ((__ioc)->fcmode)
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_utils_fw.c | 526 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/hw_atl2/ |
H A D | hw_atl2_utils_fw.c | 526 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_hw.h | 369 u32 (*get_flow_control)(struct aq_hw_s *self, u32 *fcmode);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_hw.h | 369 u32 (*get_flow_control)(struct aq_hw_s *self, u32 *fcmode);
|