Searched defs:e1000_hash_mc_addr (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/intel/e1000e/
H A Dmac.c257 * e1000_hash_mc_addr - Generate a multicast hash value
264 static u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) function
344 hash_value = e1000_hash_mc_addr(hw, mc_addr_list);
/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c4321 * e1000_hash_mc_addr - Hashes an address to determine its location in the multicast table
4325 u32 e1000_hash_mc_addr(struct e1000_hw *hw, u8 *mc_addr) function

Completed in 100 milliseconds