Searched refs:clear_vmdq (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_x540.c | 109 mac->ops.clear_vmdq = ixgbe_clear_vmdq_generic;
|
H A D | ixgbe_82598.c | 147 mac->ops.clear_vmdq = ixgbe_clear_vmdq_82598;
|
H A D | ixgbe_api.c | 953 return ixgbe_call_func(hw, hw->mac.ops.clear_vmdq, (hw, rar, vmdq),
|
H A D | ixgbe_common.c | 123 mac->ops.clear_vmdq = NULL; 2365 hw->mac.ops.clear_vmdq(hw, index, IXGBE_CLEAR_VMDQ_ALL); 2412 hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL);
|
H A D | ixgbe_82599.c | 360 mac->ops.clear_vmdq = ixgbe_clear_vmdq_generic;
|
H A D | ixgbe_type.h | 3709 s32 (*clear_vmdq)(struct ixgbe_hw *, u32, u32); member in struct:ixgbe_mac_operations
|
Completed in 116 milliseconds