Home
last modified time | relevance | path

Searched refs:BNXT_PF (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c1047 if (BNXT_PF(bp)) in bnxt_queue_sp_work()
1055 if (BNXT_PF(bp)) in bnxt_cancel_sp_work()
1754 if (BNXT_PF(bp)) in bnxt_async_event_process()
3125 if (BNXT_PF(bp) && bp->chip_num != CHIP_NUM_58700) { in bnxt_alloc_stats()
3670 if (BNXT_PF(bp)) { in bnxt_hwrm_func_drv_rgtr()
4384 if (BNXT_PF(bp)) { in bnxt_hwrm_set_async_event_cr()
4743 if (BNXT_PF(bp)) in bnxt_hwrm_reserve_rings()
4910 if (BNXT_PF(bp)) in bnxt_hwrm_check_rings()
5116 if (BNXT_PF(bp) && (flags & FUNC_QCFG_RESP_FLAGS_MULTI_HOST)) in bnxt_hwrm_func_qcfg()
5181 if (BNXT_PF(bp)) { in bnxt_hwrm_func_resc_qcaps()
[all …]
Dbnxt.h1186 #define BNXT_PF(bp) (!((bp)->flags & BNXT_FLAG_VF)) macro
1190 #define BNXT_SINGLE_PF(bp) (BNXT_PF(bp) && !BNXT_NPAR(bp) && !BNXT_MH(bp))
Dbnxt_vfr.c201 if (cfa_code && bp->cfa_code_map && BNXT_PF(bp)) { in bnxt_get_vf_rep()
Dbnxt_ethtool.c554 if (BNXT_PF(bp)) { in bnxt_set_channels()
590 if ((!rc) && BNXT_PF(bp)) { in bnxt_set_channels()
1797 if (!BNXT_PF((struct bnxt *)netdev_priv(dev))) { in bnxt_flash_device()
2052 if (!BNXT_PF(bp)) { in bnxt_set_eeprom()
2653 if (!BNXT_PF(bp)) { in bnxt_reset()
Dbnxt_dcb.c727 if (BNXT_PF(bp) && !(bp->fw_cap & BNXT_FW_CAP_LLDP_AGENT)) in bnxt_dcb_init()