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 D | mac.c | 239 * 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 D | mac.c | 239 * 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 D | e1000_hw.h | 354 u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 * mc_addr);
|
H A D | e1000_hw.c | 4289 * 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 D | e1000_main.c | 2297 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 D | e1000_hw.h | 353 u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 * mc_addr);
|
H A D | e1000_hw.c | 4290 * 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 D | e1000_main.c | 2298 hash_value = e1000_hash_mc_addr(hw, ha->addr); in e1000_set_rx_mode()
|
Completed in 44 milliseconds