Searched refs:E1000_MTA (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_mac.c | 409 mta = array_rd32(E1000_MTA, hash_reg); in igb_mta_set() 413 array_wr32(E1000_MTA, hash_reg, mta); in igb_mta_set() 502 if (array_rd32(E1000_MTA, i) != hw->mac.mta_shadow[i]) { in igb_i21x_hw_doublecheck() 504 array_wr32(E1000_MTA, i, hw->mac.mta_shadow[i]); in igb_i21x_hw_doublecheck() 546 array_wr32(E1000_MTA, i, hw->mac.mta_shadow[i]); in igb_update_mc_addr_list()
|
| H A D | e1000_regs.h | 283 #define E1000_MTA 0x05200 /* Multicast Table Array - RW Array */ macro
|
| H A D | igb_ethtool.c | 1052 { E1000_MTA, 0, 128, TABLE32_TEST, 1095 { E1000_MTA, 0, 128, TABLE32_TEST, 1138 { E1000_MTA, 0, 128, TABLE32_TEST, 1182 { E1000_MTA, 0, 128, TABLE32_TEST, 0xFFFFFFFF, 0xFFFFFFFF }, 1214 { E1000_MTA, 0, 128, TABLE32_TEST, 0xFFFFFFFF, 0xFFFFFFFF },
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | regs.h | 196 #define E1000_MTA 0x05200 /* Multicast Table Array - RW Array */ macro
|
| H A D | 80003es2lan.c | 753 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_80003es2lan()
|
| H A D | mac.c | 335 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, hw->mac.mta_shadow[i]); in e1000e_update_mc_addr_list_generic()
|
| H A D | 82571.c | 1096 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82571()
|
| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_hw.h | 983 #define E1000_MTA 0x05200 /* Multicast Table Array - RW Array */ macro
|