Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1566 if (BNXT_VF(bp) && vf) in bnxt_srxclsrlins()
3311 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS_EXT)) in bnxt_get_fec_stats()
3397 if (BNXT_VF(bp)) in bnxt_get_pauseparam()
3410 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_pause_stats()
3511 if (BNXT_VF(bp)) in bnxt_hwrm_nvm_get_dev_info()
4193 if (BNXT_VF(bp)) in bnxt_get_eeprom_len()
4607 if (BNXT_VF(bp) || !bp->max_pfcwd_tmo_ms) in bnxt_set_tunable()
4688 if (BNXT_VF(bp) && !BNXT_VF_IS_TRUSTED(bp)) in bnxt_get_module_info()
4742 if (BNXT_VF(bp) && !BNXT_VF_IS_TRUSTED(bp)) in bnxt_get_module_eeprom()
4804 if (BNXT_VF(bp) && !BNXT_VF_IS_TRUSTED(bp)) { in bnxt_mod_eeprom_by_page_precheck()
[all …]
H A Dbnxt_dcb.c421 if (bp->hwrm_spec_code < 0x10800 || BNXT_VF(bp)) in bnxt_hwrm_queue_dscp_qcaps()
741 if (BNXT_VF(bp) || (bp->fw_cap & BNXT_FW_CAP_LLDP_AGENT)) in bnxt_dcbnl_setdcbx()
H A Dbnxt_ulp.c225 if (BNXT_VF(bp)) in bnxt_set_dflt_ulp_msix()
H A Dbnxt.h2312 #define BNXT_VF(bp) ((bp)->flags & BNXT_FLAG_VF) macro