Searched refs:mta (Results 1 - 15 of 15) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c188 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 Datl1c_hw.c237 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 De1000_mac.c341 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 De1000_82575.c384 /* Set mta register count */ igb_init_mac_params_82575()
H A Digb_main.c5761 /* 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 Dixgb_main.c1121 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 Datl1.c582 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 Datl2.c2380 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 D80003es2lan.c153 /* Set mta register count */ e1000_init_mac_params_80003es2lan()
H A D82571.c249 /* Set mta register count */ e1000_init_mac_params_82571()
H A Dmac.c291 * mta register count of 128 (thus a 4096-bit vector and 0xFFF mask), e1000_hash_mc_addr()
H A Dich8lan.c678 /* Set mta register count */ e1000_init_mac_params_ich8lan()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sriov.c543 /* Flush and reset the mta with the new values */ ixgbe_vf_reset_event()
H A Dixgbe_common.c2007 /* Update mta shadow */ netdev_for_each_mc_addr()
2013 /* Enable mta */
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A De1000_main.c2305 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