Home
last modified time | relevance | path

Searched refs:e1000_write_vfta (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h355 void e1000_write_vfta(struct e1000_hw *hw, u32 offset, u32 value);
H A De1000_main.c4967 e1000_write_vfta(hw, index, vfta); in e1000_vlan_rx_add_vid()
4990 e1000_write_vfta(hw, index, vfta); in e1000_vlan_rx_kill_vid()
H A De1000_hw.c4373 * e1000_write_vfta - Writes a value to the specified offset in the VLAN filter table.
4378 void e1000_write_vfta(struct e1000_hw *hw, u32 offset, u32 value) in e1000_write_vfta() function