Searched refs:clear_vmdq (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe_x540.c110 mac->ops.clear_vmdq = ixgbe_clear_vmdq_generic;
H A Dixgbe_82598.c147 mac->ops.clear_vmdq = ixgbe_clear_vmdq_82598;
H A Dixgbe_api.c949 return ixgbe_call_func(hw, hw->mac.ops.clear_vmdq, (hw, rar, vmdq),
H A Dixgbe_common.c123 mac->ops.clear_vmdq = NULL;
2361 hw->mac.ops.clear_vmdq(hw, index, IXGBE_CLEAR_VMDQ_ALL);
2408 hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL);
H A Dixgbe_82599.c360 mac->ops.clear_vmdq = ixgbe_clear_vmdq_generic;
H A Dixgbe_type.h3678 s32 (*clear_vmdq)(struct ixgbe_hw *, u32, u32); member in struct:ixgbe_mac_operations

Completed in 188 milliseconds