Home
last modified time | relevance | path

Searched refs:BNXT_VF (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c2002 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS_EXT)) in bnxt_get_fec_stats()
2079 if (BNXT_VF(bp)) in bnxt_get_pauseparam()
2092 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_pause_stats()
2159 if (BNXT_VF(bp)) in bnxt_hwrm_nvm_get_dev_info()
2783 if (BNXT_VF(bp)) in bnxt_get_eeprom_len()
3295 if (!bp->num_leds || BNXT_VF(bp)) in bnxt_set_phys_id()
3895 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS_EXT)) in bnxt_get_eth_phy_stats()
3909 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_eth_mac_stats()
3933 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_eth_ctrl_stats()
3962 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_rmon_stats()
Dbnxt_dcb.c413 if (bp->hwrm_spec_code < 0x10800 || BNXT_VF(bp)) in bnxt_hwrm_queue_dscp_qcaps()
731 if (BNXT_VF(bp) || (bp->fw_cap & BNXT_FW_CAP_LLDP_AGENT)) in bnxt_dcbnl_setdcbx()
Dbnxt_ulp.c110 if (BNXT_VF(bp)) in bnxt_fill_msix_vecs()
Dbnxt.c2221 if (BNXT_VF(bp)) in bnxt_async_event_process()
2250 if (BNXT_VF(bp)) in bnxt_async_event_process()
4382 if (BNXT_VF(bp) || bp->chip_num == CHIP_NUM_58700) in bnxt_alloc_stats()
5508 if (BNXT_VF(bp)) in bnxt_hwrm_vnic_cfg()
6948 if (BNXT_VF(bp)) { in bnxt_hwrm_func_qcfg()
7046 if (bp->hwrm_spec_code < 0x10902 || BNXT_VF(bp) || bp->ctx) in bnxt_hwrm_func_backing_store_qcaps()
8275 if ((BNXT_VF(bp) && bp->hwrm_spec_code < 0x10901) || in bnxt_hwrm_fw_set_time()
8585 if (BNXT_VF(bp) || bp->hwrm_spec_code < 0x10803) in bnxt_hwrm_set_cache_line_size()
8744 if (BNXT_VF(bp) && !bp->vf.vlan && !bnxt_is_trusted_vf(bp, &bp->vf)) in bnxt_promisc_ok()
8826 if (BNXT_VF(bp)) in bnxt_init_chip()
[all …]
Dbnxt_devlink.c1063 if (BNXT_VF(bp)) { in bnxt_hwrm_nvm_req()
Dbnxt_sriov.c1164 if (!BNXT_VF(bp)) in bnxt_approve_mac()
Dbnxt.h1816 #define BNXT_VF(bp) ((bp)->flags & BNXT_FLAG_VF) macro
/linux-6.1.9/drivers/infiniband/hw/bnxt_re/
Dmain.c131 rdev->qplib_res.is_vf = BNXT_VF(bp); in bnxt_re_setup_chip_ctx()
147 if (BNXT_VF(bp)) in bnxt_re_get_sriov_func_type()