Home
last modified time | relevance | path

Searched refs:rd32a (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/ngbe/base/
H A Dngbe_mng.c47 buffer[i] = rd32a(hw, NGBE_MNGMBX, i); in ngbe_hic_unlocked()
118 buffer[bi] = rd32a(hw, NGBE_MNGMBX, bi); in ngbe_host_interface_command()
127 buffer[bi] = rd32a(hw, NGBE_MNGMBX, bi); in ngbe_host_interface_command()
149 buffer[bi] = rd32a(hw, NGBE_MNGMBX, bi); in ngbe_host_interface_command()
189 value = rd32a(hw, NGBE_MNGMBX, FW_NVM_DATA_OFFSET + i); in ngbe_hic_sr_read()
194 value = rd32a(hw, NGBE_MNGMBX, FW_NVM_DATA_OFFSET + i); in ngbe_hic_sr_read()
264 value = rd32a(hw, NGBE_MNGMBX, FW_PCIE_BUSMASTER_OFFSET + i); in ngbe_hic_pcie_read()
H A Dngbe_mbx.c273 msg[i] = rd32a(hw, NGBE_MBMEM(vf_number), i); in ngbe_read_mbx_pf()
H A Dngbe_regs.h1442 #define rd32a(hw, reg, idx) ( \ macro
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_mng.c66 buffer[i] = rd32a(hw, TXGBE_MNGMBX, i); in txgbe_hic_unlocked()
142 buffer[bi] = rd32a(hw, TXGBE_MNGMBX, bi); in txgbe_host_interface_command()
151 buffer[bi] = rd32a(hw, TXGBE_MNGMBX, bi); in txgbe_host_interface_command()
173 buffer[bi] = rd32a(hw, TXGBE_MNGMBX, bi); in txgbe_host_interface_command()
213 value = rd32a(hw, TXGBE_MNGMBX, FW_NVM_DATA_OFFSET + i); in txgbe_hic_sr_read()
218 value = rd32a(hw, TXGBE_MNGMBX, FW_NVM_DATA_OFFSET + i); in txgbe_hic_sr_read()
H A Dtxgbe_mbx.c413 msg[i] = rd32a(hw, TXGBE_VFMBX, i); in txgbe_read_mbx_vf()
617 msg[i] = rd32a(hw, TXGBE_MBMEM(vf_number), i); in txgbe_read_mbx_pf()
H A Dtxgbe_regs.h1884 #define rd32a(hw, reg, idx) ( \ macro
1890 rd32a(hw, txgbe_map_reg(hw, reg), idx)
/dpdk/drivers/net/ngbe/
H A Dngbe_ethdev.c2374 reta = rd32a(hw, NGBE_REG_RSSTBL, i >> 2); in ngbe_dev_rss_reta_update()
2415 reta = rd32a(hw, NGBE_REG_RSSTBL, i >> 2); in ngbe_dev_rss_reta_query()
H A Dngbe_rxtx.c2606 rss_key = rd32a(hw, NGBE_REG_RSSKEY, i); in ngbe_dev_rss_hash_conf_get()