Home
last modified time | relevance | path

Searched refs:E1000_MTA (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dregs.h209 #define E1000_MTA 0x05200 /* Multicast Table Array - RW Array */ macro
D80003es2lan.c767 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_80003es2lan()
Dmac.c355 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, hw->mac.mta_shadow[i]); in e1000e_update_mc_addr_list_generic()
D82571.c1113 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82571()
Dethtool.c943 REG_PATTERN_TEST_ARRAY(E1000_MTA, i, 0xFFFFFFFF, 0xFFFFFFFF); in e1000_reg_test()
Dich8lan.c4663 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_ich8lan()
Dnetdev.c6005 mac_reg = E1000_READ_REG_ARRAY(hw, E1000_MTA, i); in e1000_init_phy_wakeup()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_mac.c355 mta = array_rd32(E1000_MTA, hash_reg); in igb_mta_set()
359 array_wr32(E1000_MTA, hash_reg, mta); in igb_mta_set()
463 array_wr32(E1000_MTA, i, hw->mac.mta_shadow[i]); in igb_update_mc_addr_list()
De1000_regs.h301 #define E1000_MTA 0x05200 /* Multicast Table Array - RW Array */ macro
Digb_ethtool.c1030 { E1000_MTA, 0, 128, TABLE32_TEST,
1073 { E1000_MTA, 0, 128, TABLE32_TEST,
1116 { E1000_MTA, 0, 128, TABLE32_TEST,
1160 { E1000_MTA, 0, 128, TABLE32_TEST, 0xFFFFFFFF, 0xFFFFFFFF },
1192 { E1000_MTA, 0, 128, TABLE32_TEST, 0xFFFFFFFF, 0xFFFFFFFF },
De1000_82575.c1509 array_wr32(E1000_MTA, i, 0); in igb_init_hw_82575()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_hw.h1011 #define E1000_MTA 0x05200 /* Multicast Table Array - RW Array */ macro