| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_hw.h | 63 u32 vind, bool vlan_on, bool vlvf_bypass); 66 bool vlvf_bypass); 68 s32 ngbe_find_vlvf_slot(struct ngbe_hw *hw, u32 vlan, bool vlvf_bypass);
|
| H A D | ngbe_hw.c | 1303 s32 ngbe_find_vlvf_slot(struct ngbe_hw *hw, u32 vlan, bool vlvf_bypass) in ngbe_find_vlvf_slot() argument 1316 first_empty_slot = vlvf_bypass ? NGBE_ERR_NO_SPACE : 0; in ngbe_find_vlvf_slot() 1355 bool vlan_on, bool vlvf_bypass) in ngbe_set_vfta() argument 1391 vfta, vlvf_bypass); in ngbe_set_vfta() 1393 if (vlvf_bypass) in ngbe_set_vfta() 1421 bool vlvf_bypass) in ngbe_set_vlvf() argument 1441 vlvf_index = ngbe_find_vlvf_slot(hw, vlan, vlvf_bypass); in ngbe_set_vlvf()
|
| H A D | ngbe_type.h | 303 u32 vind, bool vlan_on, bool vlvf_bypass); 306 bool vlvf_bypass);
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_hw.h | 51 u32 vind, bool vlan_on, bool vlvf_bypass); 54 bool vlvf_bypass); 56 s32 txgbe_find_vlvf_slot(struct txgbe_hw *hw, u32 vlan, bool vlvf_bypass);
|
| H A D | txgbe_vf.h | 56 bool vlan_on, bool vlvf_bypass);
|
| H A D | txgbe_vf.c | 389 bool vlan_on, bool vlvf_bypass) in txgbe_set_vfta_vf() argument 393 UNREFERENCED_PARAMETER(vind, vlvf_bypass); in txgbe_set_vfta_vf()
|
| H A D | txgbe_hw.c | 1565 s32 txgbe_find_vlvf_slot(struct txgbe_hw *hw, u32 vlan, bool vlvf_bypass) in txgbe_find_vlvf_slot() argument 1578 first_empty_slot = vlvf_bypass ? TXGBE_ERR_NO_SPACE : 0; in txgbe_find_vlvf_slot() 1617 bool vlan_on, bool vlvf_bypass) in txgbe_set_vfta() argument 1653 vfta, vlvf_bypass); in txgbe_set_vfta() 1655 if (vlvf_bypass) in txgbe_set_vfta() 1683 bool vlvf_bypass) in txgbe_set_vlvf() argument 1703 vlvf_index = txgbe_find_vlvf_slot(hw, vlan, vlvf_bypass); in txgbe_set_vlvf()
|
| H A D | txgbe_type.h | 573 u32 vind, bool vlan_on, bool vlvf_bypass); 576 bool vlvf_bypass);
|
| /dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_hv_vf.c | 47 bool vlan_on, bool vlvf_bypass) in ixgbevf_hv_set_vfta_vf() argument 49 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.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_api.h | 100 u32 vind, bool vlan_on, bool vlvf_bypass); 103 bool vlvf_bypass);
|
| 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()
|