Searched refs:BNXT_VF (Results 1 – 5 of 5) sorted by relevance
1565 if (BNXT_VF(bp) && vf) in bnxt_srxclsrlins()3310 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS_EXT)) in bnxt_get_fec_stats()3396 if (BNXT_VF(bp)) in bnxt_get_pauseparam()3409 if (BNXT_VF(bp) || !(bp->flags & BNXT_FLAG_PORT_STATS)) in bnxt_get_pause_stats()3510 if (BNXT_VF(bp)) in bnxt_hwrm_nvm_get_dev_info()4192 if (BNXT_VF(bp)) in bnxt_get_eeprom_len()4606 if (BNXT_VF(bp) || !bp->max_pfcwd_tmo_ms) in bnxt_set_tunable()4687 if (BNXT_VF(bp) && !BNXT_VF_IS_TRUSTED(bp)) in bnxt_get_module_info()4741 if (BNXT_VF(bp) && !BNXT_VF_IS_TRUSTED(bp)) in bnxt_get_module_eeprom()4803 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()
225 if (BNXT_VF(bp)) in bnxt_set_dflt_ulp_msix()
2757 if (BNXT_VF(bp)) in bnxt_async_event_process()2786 if (BNXT_VF(bp)) in bnxt_async_event_process()5351 if (BNXT_VF(bp) || bp->chip_num == CHIP_NUM_58700) in bnxt_alloc_stats()6986 if (BNXT_VF(bp)) in bnxt_hwrm_vnic_cfg()8011 if (BNXT_VF(bp)) in bnxt_get_total_rss_ctxs()8650 if (BNXT_VF(bp)) { in bnxt_hwrm_func_qcfg()8842 if (bp->hwrm_spec_code < 0x10902 || BNXT_VF(bp) || in bnxt_hwrm_func_backing_store_qcaps()10471 if ((BNXT_VF(bp) && bp->hwrm_spec_code < 0x10901) || in bnxt_hwrm_fw_set_time()10781 if (BNXT_VF(bp) || bp->hwrm_spec_code < 0x10803) in bnxt_hwrm_set_cache_line_size()11111 if (BNXT_VF(bp) && !bp->vf.vlan && !bnxt_is_trusted_vf(bp, &bp->vf)) in bnxt_promisc_ok()[all …]
2310 #define BNXT_VF(bp) ((bp)->flags & BNXT_FLAG_VF) macro