Home
last modified time | relevance | path

Searched refs:fw_cap (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c142 if (!(bp->fw_cap & BNXT_FW_CAP_HOT_RESET) || health->fw_reset_reporter) in bnxt_dl_fw_reporters_create()
153 bp->fw_cap &= ~BNXT_FW_CAP_HOT_RESET; in bnxt_dl_fw_reporters_create()
157 if (!(bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY)) in bnxt_dl_fw_reporters_create()
169 bp->fw_cap &= ~BNXT_FW_CAP_ERROR_RECOVERY; in bnxt_dl_fw_reporters_create()
185 bp->fw_cap &= ~BNXT_FW_CAP_ERROR_RECOVERY; in bnxt_dl_fw_reporters_create()
196 if ((all || !(bp->fw_cap & BNXT_FW_CAP_HOT_RESET)) && in bnxt_dl_fw_reporters_destroy()
202 if ((bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY) && !all) in bnxt_dl_fw_reporters_destroy()
Dbnxt.c1773 !(bp->fw_cap & BNXT_FW_CAP_RING_MONITOR)) { in bnxt_rx_pkt()
3824 if (!(bp->fw_cap & BNXT_FW_CAP_EXT_HW_STATS_SUPPORTED) || in bnxt_hwrm_func_qstat_ext()
3978 if (!(bp->fw_cap & BNXT_FW_CAP_EXT_STATS_SUPPORTED)) in bnxt_alloc_stats()
3995 (bp->fw_cap & BNXT_FW_CAP_EXT_STATS_SUPPORTED)) { in bnxt_alloc_stats()
4102 if (!(bp->fw_cap & BNXT_FW_CAP_PORT_STATS_NO_RESET) || in bnxt_free_mem()
4382 if ((bp->fw_cap & BNXT_FW_CAP_SHORT_CMD) || in bnxt_hwrm_do_send_msg()
4584 if (bp->fw_cap & BNXT_FW_CAP_HOT_RESET) in bnxt_hwrm_func_drv_rgtr()
4586 if (bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY) in bnxt_hwrm_func_drv_rgtr()
4618 if (bp->fw_cap & BNXT_FW_CAP_OVS_64BIT_HANDLE) in bnxt_hwrm_func_drv_rgtr()
4627 !(bp->fw_cap & BNXT_FW_CAP_ERROR_RECOVERY)) in bnxt_hwrm_func_drv_rgtr()
[all …]
Dbnxt_dcb.c691 if (BNXT_VF(bp) || (bp->fw_cap & BNXT_FW_CAP_LLDP_AGENT)) in bnxt_dcbnl_setdcbx()
726 if (BNXT_PF(bp) && !(bp->fw_cap & BNXT_FW_CAP_LLDP_AGENT)) in bnxt_dcb_init()
728 else if (bp->fw_cap & BNXT_FW_CAP_DCBX_AGENT) in bnxt_dcb_init()
Dbnxt.h1672 ((bp)->fw_cap & BNXT_FW_CAP_SHARED_PORT_CFG)) && \
1804 u32 fw_cap; member
1828 #define BNXT_NEW_RM(bp) ((bp)->fw_cap & BNXT_FW_CAP_NEW_RM)
2121 return (bp->fw_cap & BNXT_FW_CAP_KONG_MB_CHNL && in bnxt_kong_hwrm_message()
2127 return (bp->fw_cap & BNXT_FW_CAP_KONG_MB_CHNL && in bnxt_hwrm_kong_chnl()
Dbnxt_ethtool.c1341 if (bp->fw_cap & BNXT_FW_CAP_PCIE_STATS_SUPPORTED) in bnxt_get_regs_len()
1359 if (!(bp->fw_cap & BNXT_FW_CAP_PCIE_STATS_SUPPORTED)) in bnxt_get_regs()
2209 if (bp->fw_cap & BNXT_FW_CAP_HOT_RESET) in bnxt_firmware_reset_chip()
3420 !(bp->fw_cap & BNXT_FW_CAP_HOT_RESET)) { in bnxt_reset()
3431 if (!(bp->fw_cap & BNXT_FW_CAP_HOT_RESET)) in bnxt_reset()
3847 if (!(bp->fw_cap & BNXT_FW_CAP_PKG_VER)) in bnxt_ethtool_init()
Dbnxt_sriov.c129 if (!(bp->fw_cap & BNXT_FW_CAP_TRUSTED_VF)) in bnxt_is_trusted_vf()
140 if (!(bp->fw_cap & BNXT_FW_CAP_TRUSTED_VF)) in bnxt_hwrm_set_trusted_vf()
Dbnxt_tc.c509 if (bp->fw_cap & BNXT_FW_CAP_OVS_64BIT_HANDLE) in bnxt_hwrm_cfa_flow_free()
776 if (bp->fw_cap & BNXT_FW_CAP_OVS_64BIT_HANDLE) { in bnxt_hwrm_cfa_flow_alloc()
1652 if (bp->fw_cap & BNXT_FW_CAP_OVS_64BIT_HANDLE) { in bnxt_fill_cfa_stats_req()
/Linux-v5.10/drivers/net/wireless/st/cw1200/
Dwsm.c818 priv->wsm_caps.fw_cap = WSM_GET16(buf); in wsm_startup_indication()
843 priv->wsm_caps.fw_api, priv->wsm_caps.fw_cap); in wsm_startup_indication()
846 if (!(priv->wsm_caps.fw_cap & 0x1)) in wsm_startup_indication()
848 if (!(priv->wsm_caps.fw_cap & 0x2)) in wsm_startup_indication()
Ddebug.c116 priv->wsm_caps.fw_cap); in cw1200_status_show()
Dwsm.h617 u16 fw_cap; member