Home
last modified time | relevance | path

Searched refs:E1000_WRITE_REG_ARRAY (Results 1 – 16 of 16) sorted by relevance

/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_base.c75 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_base()
80 E1000_WRITE_REG_ARRAY(hw, E1000_UTA, i, 0); in e1000_init_hw_base()
H A De1000_osdep.h124 #define E1000_WRITE_REG_ARRAY(hw, reg, index, value) \ macro
128 #define E1000_WRITE_REG_ARRAY_DWORD E1000_WRITE_REG_ARRAY
H A De1000_82542.c251 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82542()
403 E1000_WRITE_REG_ARRAY(hw, E1000_RA, (index << 1), rar_low); in e1000_rar_set_82542()
404 E1000_WRITE_REG_ARRAY(hw, E1000_RA, ((index << 1) + 1), rar_high); in e1000_rar_set_82542()
H A De1000_mbx.c457 E1000_WRITE_REG_ARRAY(hw, E1000_VMBMEM(0), i, msg[i]); in e1000_write_mbx_vf()
679 E1000_WRITE_REG_ARRAY(hw, E1000_VMBMEM(vf_number), i, msg[i]); in e1000_write_mbx_pf()
H A De1000_82543.c942 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82543()
1431 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, value); in e1000_write_vfta_82543()
1433 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset - 1, temp); in e1000_write_vfta_82543()
H A De1000_mac.c311 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, 0); in e1000_clear_vfta_generic()
329 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, value); in e1000_write_vfta_generic()
583 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, hw->mac.mta_shadow[i]); in e1000_update_mc_addr_list_generic()
H A De1000_80003es2lan.c882 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_80003es2lan()
934 E1000_WRITE_REG_ARRAY(hw, E1000_FFLT, 0x0001, reg_data); in e1000_init_hw_80003es2lan()
H A De1000_82540.c327 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82540()
H A De1000_82571.c1193 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82571()
1416 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, vfta_value); in e1000_clear_vfta_82571()
H A De1000_82541.c373 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82541()
H A De1000_82575.c3020 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, 0); in e1000_clear_vfta_i350()
3042 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, value); in e1000_write_vfta_i350()
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.c183 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, i, 0xFFFFFFFF); in igb_pf_host_configure()
359 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, vector_reg, mta_reg); in igb_vf_set_multicast()
392 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, vid_idx, vfta); in igb_vf_set_vlan()
H A Dem_ethdev.c1354 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, vid_idx, vfta); in eth_em_vlan_filter_set()
1394 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, i, shadow_vfta->vfta[i]); in em_vlan_hw_filter_enable()
H A Digb_ethdev.c2580 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, vid_idx, vfta); in eth_igb_vlan_filter_set()
2648 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, i, shadow_vfta->vfta[i]); in igb_vlan_hw_filter_enable()
5180 E1000_WRITE_REG_ARRAY(hw, E1000_IVAR0, index, val); in eth_igb_write_ivar()
5254 E1000_WRITE_REG_ARRAY(hw, E1000_MSIXBM(0), 0, E1000_EIMS_OTHER); in eth_igb_configure_msix_intr()
H A Digb_rxtx.c1959 E1000_WRITE_REG_ARRAY(hw, E1000_RSSRK(0), i, rss_key); in igb_hw_rss_hash_set()