Searched refs:clear_vmdq (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_x540.c | 154 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_X540() 860 .clear_vmdq = &ixgbe_clear_vmdq_generic,
|
| H A D | ixgbe_82599.c | 1075 hw->mac.ops.clear_vmdq(hw, hw->mac.san_mac_rar_index, in ixgbe_reset_hw_82599() 2205 .clear_vmdq = &ixgbe_clear_vmdq_generic,
|
| H A D | ixgbe_82598.c | 1141 .clear_vmdq = &ixgbe_clear_vmdq_82598,
|
| H A D | ixgbe_common.c | 1920 hw->mac.ops.clear_vmdq(hw, index, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_clear_rar_generic() 1957 hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL); in ixgbe_init_rx_addrs_generic()
|
| H A D | ixgbe_e610.c | 3973 .clear_vmdq = ixgbe_clear_vmdq_generic,
|
| H A D | ixgbe_type.h | 3543 int (*clear_vmdq)(struct ixgbe_hw *, u32, u32); member
|
| H A D | ixgbe_x550.c | 3938 .clear_vmdq = &ixgbe_clear_vmdq_generic, \
|