Home
last modified time | relevance | path

Searched refs:vf_vlan_rules_visible_cnt (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h167 #define vf_vlan_rules_visible_cnt(vf) (vf_vlan_rules_cnt(vf) - 1) macro
Dbnx2x_sriov.c2040 (req_resc->num_vlan_filters <= vf_vlan_rules_visible_cnt(vf))); in bnx2x_vf_chk_avail_resc()
2103 vf_vlan_rules_visible_cnt(vf)); in bnx2x_vf_acquire()
Dbnx2x_vfpf.c1206 resc->num_vlan_filters = vf_vlan_rules_visible_cnt(vf); in bnx2x_vf_mbx_acquire_resp()