Searched refs:mta (Results 1 - 15 of 15) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/ |
H A D | atl1e_hw.c | 188 u32 mta; atl1e_hash_set() local 202 mta = AT_READ_REG_ARRAY(hw, REG_RX_HASH_TABLE, hash_reg); atl1e_hash_set() 204 mta |= (1 << hash_bit); atl1e_hash_set() 206 AT_WRITE_REG_ARRAY(hw, REG_RX_HASH_TABLE, hash_reg, mta); atl1e_hash_set()
|
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/ |
H A D | atl1c_hw.c | 237 u32 mta; atl1c_hash_set() local 251 mta = AT_READ_REG_ARRAY(hw, REG_RX_HASH_TABLE, hash_reg); atl1c_hash_set() 253 mta |= (1 << hash_bit); atl1c_hash_set() 255 AT_WRITE_REG_ARRAY(hw, REG_RX_HASH_TABLE, hash_reg, mta); atl1c_hash_set()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
H A D | e1000_mac.c | 341 u32 hash_bit, hash_reg, mta; igb_mta_set() local 355 mta = array_rd32(E1000_MTA, hash_reg); igb_mta_set() 357 mta |= (1 << hash_bit); igb_mta_set() 359 array_wr32(E1000_MTA, hash_reg, mta); igb_mta_set() 399 * mta register count of 128 (thus a 4096-bit vector and 0xFFF mask), igb_hash_mc_addr()
|
H A D | e1000_82575.c | 384 /* Set mta register count */ igb_init_mac_params_82575()
|
H A D | igb_main.c | 5761 /* Flush and reset the mta with the new values */ igb_set_vf_multicasts() 6054 /* Flush and reset the mta with the new values */ igb_vf_reset()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgb/ |
H A D | ixgb_main.c | 1121 u8 *mta = kmalloc(IXGB_MAX_NUM_MULTICAST_ADDRESSES * ixgb_set_multi() local 1124 if (!mta) ixgb_set_multi() 1129 addr = mta; netdev_for_each_mc_addr() 1135 ixgb_mc_addr_list_update(hw, mta, netdev_mc_count(netdev), 0); 1136 kfree(mta);
|
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.c | 582 u32 mta; atl1_hash_set() local 595 mta = ioread32((hw->hw_addr + REG_RX_HASH_TABLE) + (hash_reg << 2)); atl1_hash_set() 596 mta |= (1 << hash_bit); atl1_hash_set() 597 iowrite32(mta, (hw->hw_addr + REG_RX_HASH_TABLE) + (hash_reg << 2)); atl1_hash_set()
|
H A D | atl2.c | 2380 u32 mta; atl2_hash_set() local 2393 mta = ATL2_READ_REG_ARRAY(hw, REG_RX_HASH_TABLE, hash_reg); atl2_hash_set() 2395 mta |= (1 << hash_bit); atl2_hash_set() 2397 ATL2_WRITE_REG_ARRAY(hw, REG_RX_HASH_TABLE, hash_reg, mta); atl2_hash_set()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/ |
H A D | 80003es2lan.c | 153 /* Set mta register count */ e1000_init_mac_params_80003es2lan()
|
H A D | 82571.c | 249 /* Set mta register count */ e1000_init_mac_params_82571()
|
H A D | mac.c | 291 * mta register count of 128 (thus a 4096-bit vector and 0xFFF mask), e1000_hash_mc_addr()
|
H A D | ich8lan.c | 678 /* Set mta register count */ e1000_init_mac_params_ich8lan()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sriov.c | 543 /* Flush and reset the mta with the new values */ ixgbe_vf_reset_event()
|
H A D | ixgbe_common.c | 2007 /* Update mta shadow */ netdev_for_each_mc_addr() 2013 /* Enable mta */
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 2305 u32 hash_reg, hash_bit, mta; netdev_for_each_mc_addr() local 2309 mta = (1 << hash_bit); netdev_for_each_mc_addr() 2310 mcarray[hash_reg] |= mta; netdev_for_each_mc_addr()
|
Completed in 429 milliseconds