Searched refs:rd32a (Results 1 – 8 of 8) sorted by relevance
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_mng.c | 47 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 D | ngbe_mbx.c | 273 msg[i] = rd32a(hw, NGBE_MBMEM(vf_number), i); in ngbe_read_mbx_pf()
|
| H A D | ngbe_regs.h | 1442 #define rd32a(hw, reg, idx) ( \ macro
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_mng.c | 66 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 D | txgbe_mbx.c | 413 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 D | txgbe_regs.h | 1884 #define rd32a(hw, reg, idx) ( \ macro 1890 rd32a(hw, txgbe_map_reg(hw, reg), idx)
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_ethdev.c | 2374 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 D | ngbe_rxtx.c | 2606 rss_key = rd32a(hw, NGBE_REG_RSSKEY, i); in ngbe_dev_rss_hash_conf_get()
|