Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dregs.h196 #define E1000_MTA 0x05200 /* Multicast Table Array - RW Array */ macro
H A D80003es2lan.c754 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_80003es2lan()
H A Dmac.c337 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, hw->mac.mta_shadow[i]); in e1000e_update_mc_addr_list_generic()
H A D82571.c1097 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82571()
H A Dethtool.c948 REG_PATTERN_TEST_ARRAY(E1000_MTA, i, 0xFFFFFFFF, 0xFFFFFFFF); in e1000_reg_test()
H A Dich8lan.c4832 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_ich8lan()
H A Dnetdev.c6266 mac_reg = E1000_READ_REG_ARRAY(hw, E1000_MTA, i); in e1000_init_phy_wakeup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_mac.c409 mta = array_rd32(E1000_MTA, hash_reg); in igb_mta_set()
413 array_wr32(E1000_MTA, hash_reg, mta); in igb_mta_set()
517 array_wr32(E1000_MTA, i, hw->mac.mta_shadow[i]); in igb_update_mc_addr_list()
H A De1000_regs.h284 #define E1000_MTA 0x05200 /* Multicast Table Array - RW Array */ macro
H A Digb_ethtool.c1049 { E1000_MTA, 0, 128, TABLE32_TEST,
1092 { E1000_MTA, 0, 128, TABLE32_TEST,
1135 { E1000_MTA, 0, 128, TABLE32_TEST,
1179 { E1000_MTA, 0, 128, TABLE32_TEST, 0xFFFFFFFF, 0xFFFFFFFF },
1211 { E1000_MTA, 0, 128, TABLE32_TEST, 0xFFFFFFFF, 0xFFFFFFFF },
H A De1000_82575.c1541 array_wr32(E1000_MTA, i, 0); in igb_init_hw_82575()
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h830 #define E1000_MTA 0x05200 /* Multicast Table Array - RW Array */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h986 #define E1000_MTA 0x05200 /* Multicast Table Array - RW Array */ macro