Searched refs:vlvf_bypass (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_hw.h | 50 u32 vind, bool vlan_on, bool vlvf_bypass); 53 bool vlvf_bypass); 55 s32 txgbe_find_vlvf_slot(struct txgbe_hw *hw, u32 vlan, bool vlvf_bypass);
|
| H A D | txgbe_hw.c | 1673 s32 txgbe_find_vlvf_slot(struct txgbe_hw *hw, u32 vlan, bool vlvf_bypass) in txgbe_find_vlvf_slot() argument 1686 first_empty_slot = vlvf_bypass ? TXGBE_ERR_NO_SPACE : 0; in txgbe_find_vlvf_slot() 1725 bool vlan_on, bool vlvf_bypass) in txgbe_set_vfta() argument 1763 vfta, vlvf_bypass); in txgbe_set_vfta() 1765 if (vlvf_bypass) in txgbe_set_vfta() 1793 bool vlvf_bypass) in txgbe_set_vlvf() argument 1815 vlvf_index = txgbe_find_vlvf_slot(hw, vlan, vlvf_bypass); in txgbe_set_vlvf()
|
| H A D | txgbe_type.h | 502 u32 vind, bool vlan_on, bool vlvf_bypass); 505 bool vlvf_bypass);
|
| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_hv_vf.c | 46 bool vlan_on, bool vlvf_bypass) in ixgbevf_hv_set_vfta_vf() argument 48 UNREFERENCED_5PARAMETER(hw, vlan, vind, vlan_on, vlvf_bypass); in ixgbevf_hv_set_vfta_vf()
|
| H A D | ixgbe_common.h | 108 u32 vind, bool vlan_on, bool vlvf_bypass); 111 bool vlvf_bypass); 113 s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass);
|
| H A D | ixgbe_82598.h | 14 bool vlvf_bypass);
|
| H A D | ixgbe_vf.h | 110 bool vlan_on, bool vlvf_bypass);
|
| H A D | ixgbe_api.h | 100 u32 vind, bool vlan_on, bool vlvf_bypass); 103 bool vlvf_bypass);
|
| H A D | ixgbe_api.c | 1077 bool vlvf_bypass) in ixgbe_set_vfta() argument 1080 vlan_on, vlvf_bypass), IXGBE_NOT_IMPLEMENTED); in ixgbe_set_vfta() 1097 u32 *vfta_delta, u32 vfta, bool vlvf_bypass) in ixgbe_set_vlvf() argument 1100 vlan_on, vfta_delta, vfta, vlvf_bypass), in ixgbe_set_vlvf()
|
| H A D | ixgbe_vf.c | 437 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_vf() argument 441 UNREFERENCED_2PARAMETER(vind, vlvf_bypass); in ixgbe_set_vfta_vf()
|
| H A D | ixgbe_common.c | 3884 s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan, bool vlvf_bypass) in ixgbe_find_vlvf_slot() argument 3897 first_empty_slot = vlvf_bypass ? IXGBE_ERR_NO_SPACE : 0; in ixgbe_find_vlvf_slot() 3935 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_generic() argument 3973 vfta, vlvf_bypass); in ixgbe_set_vfta_generic() 3975 if (vlvf_bypass) in ixgbe_set_vfta_generic() 4003 bool vlvf_bypass) in ixgbe_set_vlvf_generic() argument 4023 vlvf_index = ixgbe_find_vlvf_slot(hw, vlan, vlvf_bypass); in ixgbe_set_vlvf_generic()
|
| H A D | ixgbe_82598.c | 975 bool vlan_on, bool vlvf_bypass) in ixgbe_set_vfta_82598() argument 982 UNREFERENCED_1PARAMETER(vlvf_bypass); in ixgbe_set_vfta_82598()
|