Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_82542.c251 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82542()
469 case E1000_MTA: in e1000_translate_register_82542()
H A De1000_base.c75 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_base()
H A De1000_regs.h465 #define E1000_MTA 0x05200 /* Multicast Table Array - RW Array */ macro
H A De1000_82540.c327 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82540()
H A De1000_82541.c373 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82541()
H A De1000_82543.c942 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82543()
H A De1000_80003es2lan.c882 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_80003es2lan()
H A De1000_82571.c1193 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82571()
H A De1000_mac.c583 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, hw->mac.mta_shadow[i]); in e1000_update_mc_addr_list_generic()
H A De1000_ich8lan.c5037 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_ich8lan()
/f-stack/dpdk/drivers/net/e1000/
H A Digb_pf.c357 mta_reg = E1000_READ_REG_ARRAY(hw, E1000_MTA, vector_reg); in igb_vf_set_multicast()
359 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, vector_reg, mta_reg); in igb_vf_set_multicast()