Home
last modified time | relevance | path

Searched refs:e1000_hash_mc_addr (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dmac.c239 * e1000_hash_mc_addr - Generate a multicast hash value
246 static u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) in e1000_hash_mc_addr() function
326 hash_value = e1000_hash_mc_addr(hw, mc_addr_list); in e1000e_update_mc_addr_list_generic()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dmac.c239 * e1000_hash_mc_addr - Generate a multicast hash value
246 static u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) in e1000_hash_mc_addr() function
326 hash_value = e1000_hash_mc_addr(hw, mc_addr_list); in e1000e_update_mc_addr_list_generic()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h354 u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 * mc_addr);
H A De1000_hw.c4289 * e1000_hash_mc_addr - Hashes an address to determine its location in the multicast table
4293 u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) in e1000_hash_mc_addr() function
H A De1000_main.c2297 hash_value = e1000_hash_mc_addr(hw, ha->addr); in e1000_set_rx_mode()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h353 u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 * mc_addr);
H A De1000_hw.c4290 * e1000_hash_mc_addr - Hashes an address to determine its location in the multicast table
4294 u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) in e1000_hash_mc_addr() function
H A De1000_main.c2298 hash_value = e1000_hash_mc_addr(hw, ha->addr); in e1000_set_rx_mode()

Completed in 44 milliseconds