Searched refs:BNXT_VF (Results 1 – 6 of 6) sorted by relevance
1529 if (BNXT_VF(bp) && vf) in bnxt_srxclsrlins()3274 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS_EXT)) in bnxt_get_fec_stats()3360 if (BNXT_VF(bp)) in bnxt_get_pauseparam()3373 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_pause_stats()3474 if (BNXT_VF(bp)) in bnxt_hwrm_nvm_get_dev_info()4156 if (BNXT_VF(bp)) in bnxt_get_eeprom_len()4570 if (BNXT_VF(bp) || !bp->max_pfcwd_tmo_ms) in bnxt_set_tunable()4651 if (BNXT_VF(bp) && !BNXT_VF_IS_TRUSTED(bp)) in bnxt_get_module_info()4705 if (BNXT_VF(bp) && !BNXT_VF_IS_TRUSTED(bp)) in bnxt_get_module_eeprom()4767 if (BNXT_VF(bp) && !BNXT_VF_IS_TRUSTED(bp)) { in bnxt_mod_eeprom_by_page_precheck()[all …]
421 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()
180 if (BNXT_VF(bp)) in bnxt_set_dflt_ulp_msix()
2735 if (BNXT_VF(bp)) in bnxt_async_event_process()2764 if (BNXT_VF(bp)) in bnxt_async_event_process()5259 if (BNXT_VF(bp) || bp->chip_num == CHIP_NUM_58700) in bnxt_alloc_stats()6894 if (BNXT_VF(bp)) in bnxt_hwrm_vnic_cfg()7918 if (BNXT_VF(bp)) in bnxt_get_total_rss_ctxs()8558 if (BNXT_VF(bp)) { in bnxt_hwrm_func_qcfg()8750 if (bp->hwrm_spec_code < 0x10902 || BNXT_VF(bp) || in bnxt_hwrm_func_backing_store_qcaps()10379 if ((BNXT_VF(bp) && bp->hwrm_spec_code < 0x10901) || in bnxt_hwrm_fw_set_time()10689 if (BNXT_VF(bp) || bp->hwrm_spec_code < 0x10803) in bnxt_hwrm_set_cache_line_size()11019 if (BNXT_VF(bp) && !bp->vf.vlan && !bnxt_is_trusted_vf(bp, &bp->vf)) in bnxt_promisc_ok()[all …]
1307 if (!BNXT_VF(bp)) in bnxt_approve_mac()
2301 #define BNXT_VF(bp) ((bp)->flags & BNXT_FLAG_VF) macro