Searched refs:e1000_write_vfta (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 4965 e1000_write_vfta(hw, index, vfta); in e1000_vlan_rx_add_vid() 4988 e1000_write_vfta(hw, index, vfta); in e1000_vlan_rx_kill_vid()
|
H A D | e1000_hw.h | 357 void e1000_write_vfta(struct e1000_hw *hw, u32 offset, u32 value);
|
H A D | e1000_hw.c | 4376 * e1000_write_vfta - Writes a value to the specified offset in the VLAN filter table. 4381 void e1000_write_vfta(struct e1000_hw *hw, u32 offset, u32 value) in e1000_write_vfta() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 4963 e1000_write_vfta(hw, index, vfta); in e1000_vlan_rx_add_vid() 4986 e1000_write_vfta(hw, index, vfta); in e1000_vlan_rx_kill_vid()
|
H A D | e1000_hw.h | 355 void e1000_write_vfta(struct e1000_hw *hw, u32 offset, u32 value);
|
H A D | e1000_hw.c | 4377 * e1000_write_vfta - Writes a value to the specified offset in the VLAN filter table. 4382 void e1000_write_vfta(struct e1000_hw *hw, u32 offset, u32 value) in e1000_write_vfta() function
|
Completed in 52 milliseconds