Searched refs:BNXT_VF (Results 1 – 7 of 7) sorted by relevance
421 if (bp->hwrm_spec_code < 0x10800 || BNXT_VF(bp)) in bnxt_hwrm_queue_dscp_qcaps()739 if (BNXT_VF(bp) || (bp->fw_cap & BNXT_FW_CAP_LLDP_AGENT)) in bnxt_dcbnl_setdcbx()
1500 if (BNXT_VF(bp) && vf) in bnxt_srxclsrlins()3136 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS_EXT)) in bnxt_get_fec_stats()3221 if (BNXT_VF(bp)) in bnxt_get_pauseparam()3234 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_pause_stats()3301 if (BNXT_VF(bp)) in bnxt_hwrm_nvm_get_dev_info()3957 if (BNXT_VF(bp)) in bnxt_get_eeprom_len()4531 if (!bp->num_leds || BNXT_VF(bp)) in bnxt_set_phys_id()5137 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS_EXT)) in bnxt_get_eth_phy_stats()5151 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_eth_mac_stats()5175 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_eth_ctrl_stats()[all …]
181 if (BNXT_VF(bp)) in bnxt_set_dflt_ulp_msix()
2591 if (BNXT_VF(bp)) in bnxt_async_event_process()2620 if (BNXT_VF(bp)) in bnxt_async_event_process()4934 if (BNXT_VF(bp) || bp->chip_num == CHIP_NUM_58700) in bnxt_alloc_stats()6558 if (BNXT_VF(bp)) in bnxt_hwrm_vnic_cfg()7526 if (BNXT_VF(bp)) in bnxt_get_total_rss_ctxs()8135 if (BNXT_VF(bp)) { in bnxt_hwrm_func_qcfg()8297 if (bp->hwrm_spec_code < 0x10902 || BNXT_VF(bp) || bp->ctx) in bnxt_hwrm_func_backing_store_qcaps()9760 if ((BNXT_VF(bp) && bp->hwrm_spec_code < 0x10901) || in bnxt_hwrm_fw_set_time()10070 if (BNXT_VF(bp) || bp->hwrm_spec_code < 0x10803) in bnxt_hwrm_set_cache_line_size()10336 if (BNXT_VF(bp) && !bp->vf.vlan && !bnxt_is_trusted_vf(bp, &bp->vf)) in bnxt_promisc_ok()[all …]
1024 if (BNXT_VF(bp)) { in bnxt_hwrm_nvm_req()
1188 if (!BNXT_VF(bp)) in bnxt_approve_mac()
2229 #define BNXT_VF(bp) ((bp)->flags & BNXT_FLAG_VF) macro