Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/e1000/
HDe1000_82542.c281 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82542()
433 E1000_WRITE_REG_ARRAY(hw, E1000_RA, (index << 1), rar_low); in e1000_rar_set_82542()
434 E1000_WRITE_REG_ARRAY(hw, E1000_RA, ((index << 1) + 1), rar_high); in e1000_rar_set_82542()
HDe1000_osdep.h172 #define E1000_WRITE_REG_ARRAY(hw, reg, index, value) \ macro
178 #define E1000_WRITE_REG_ARRAY_DWORD E1000_WRITE_REG_ARRAY
HDe1000_mbx.c477 E1000_WRITE_REG_ARRAY(hw, E1000_VMBMEM(0), i, msg[i]); in e1000_write_mbx_vf()
698 E1000_WRITE_REG_ARRAY(hw, E1000_VMBMEM(vf_number), i, msg[i]); in e1000_write_mbx_pf()
HDe1000_82543.c976 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82543()
1465 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, value); in e1000_write_vfta_82543()
1467 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset - 1, temp); in e1000_write_vfta_82543()
HDe1000_mac.c339 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, 0); in e1000_clear_vfta_generic()
357 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, value); in e1000_write_vfta_generic()
611 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, hw->mac.mta_shadow[i]); in e1000_update_mc_addr_list_generic()
HDe1000_80003es2lan.c912 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_80003es2lan()
964 E1000_WRITE_REG_ARRAY(hw, E1000_FFLT, 0x0001, reg_data); in e1000_init_hw_80003es2lan()
HDe1000_82540.c357 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82540()
HDe1000_82575.c1515 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82575()
1520 E1000_WRITE_REG_ARRAY(hw, E1000_UTA, i, 0); in e1000_init_hw_82575()
3204 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, 0); in e1000_clear_vfta_i350()
3226 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, value); in e1000_write_vfta_i350()
HDe1000_82571.c1223 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82571()
1441 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, vfta_value); in e1000_clear_vfta_82571()
HDif_igb.c2626 E1000_WRITE_REG_ARRAY(hw, E1000_IVAR0, index, ivar); in igb_configure_queues()
2640 E1000_WRITE_REG_ARRAY(hw, E1000_IVAR0, index, ivar); in igb_configure_queues()
2662 E1000_WRITE_REG_ARRAY(hw, E1000_IVAR0, index, ivar); in igb_configure_queues()
2677 E1000_WRITE_REG_ARRAY(hw, E1000_IVAR0, index, ivar); in igb_configure_queues()
2702 E1000_WRITE_REG_ARRAY(hw, E1000_MSIXBM(0), in igb_configure_queues()
4632 E1000_WRITE_REG_ARRAY(hw,
HDe1000_82541.c406 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_82541()
HDif_lem.c4005 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, in lem_setup_vlan_hw_support()
HDe1000_ich8lan.c5099 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0); in e1000_init_hw_ich8lan()
HDif_em.c5139 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, in em_setup_vlan_hw_support()