Searched refs:rd64 (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_hw.c | 224 rd64(hw, NGBE_DMARXOCTL); in ngbe_clear_hw_cntrs() 225 rd64(hw, NGBE_DMATXOCTL); in ngbe_clear_hw_cntrs() 228 rd64(hw, NGBE_MACRXERRCRCL); in ngbe_clear_hw_cntrs() 229 rd64(hw, NGBE_MACRXMPKTL); in ngbe_clear_hw_cntrs() 230 rd64(hw, NGBE_MACTXMPKTL); in ngbe_clear_hw_cntrs() 232 rd64(hw, NGBE_MACRXPKTL); in ngbe_clear_hw_cntrs() 233 rd64(hw, NGBE_MACTXPKTL); in ngbe_clear_hw_cntrs() 234 rd64(hw, NGBE_MACRXGBOCTL); in ngbe_clear_hw_cntrs() 236 rd64(hw, NGBE_MACRXOCTL); in ngbe_clear_hw_cntrs() 239 rd64(hw, NGBE_MACRX1TO64L); in ngbe_clear_hw_cntrs() [all …]
|
| H A D | ngbe_regs.h | 1397 rd64(struct ngbe_hw *hw, u32 reg) in rd64() function
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_hw.c | 328 rd64(hw, TXGBE_DMARXOCTL); in txgbe_clear_hw_cntrs() 329 rd64(hw, TXGBE_DMATXOCTL); in txgbe_clear_hw_cntrs() 332 rd64(hw, TXGBE_MACRXERRCRCL); in txgbe_clear_hw_cntrs() 333 rd64(hw, TXGBE_MACRXMPKTL); in txgbe_clear_hw_cntrs() 334 rd64(hw, TXGBE_MACTXMPKTL); in txgbe_clear_hw_cntrs() 336 rd64(hw, TXGBE_MACRXPKTL); in txgbe_clear_hw_cntrs() 337 rd64(hw, TXGBE_MACTXPKTL); in txgbe_clear_hw_cntrs() 338 rd64(hw, TXGBE_MACRXGBOCTL); in txgbe_clear_hw_cntrs() 340 rd64(hw, TXGBE_MACRXOCTL); in txgbe_clear_hw_cntrs() 343 rd64(hw, TXGBE_MACRX1TO64L); in txgbe_clear_hw_cntrs() [all …]
|
| H A D | txgbe_regs.h | 1839 rd64(struct txgbe_hw *hw, u32 reg) in rd64() function
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_ethdev.c | 1359 hw_stats->rx_bytes += rd64(hw, NGBE_DMARXOCTL); in ngbe_read_stats_registers() 1360 hw_stats->tx_bytes += rd64(hw, NGBE_DMATXOCTL); in ngbe_read_stats_registers() 1363 hw_stats->rx_crc_errors += rd64(hw, NGBE_MACRXERRCRCL); in ngbe_read_stats_registers() 1367 hw_stats->rx_total_packets += rd64(hw, NGBE_MACRXPKTL); in ngbe_read_stats_registers() 1368 hw_stats->tx_total_packets += rd64(hw, NGBE_MACTXPKTL); in ngbe_read_stats_registers() 1369 hw_stats->rx_total_bytes += rd64(hw, NGBE_MACRXGBOCTL); in ngbe_read_stats_registers() 1371 hw_stats->rx_broadcast_packets += rd64(hw, NGBE_MACRXOCTL); in ngbe_read_stats_registers() 1379 rd64(hw, NGBE_MACRX512TO1023L); in ngbe_read_stats_registers() 1381 rd64(hw, NGBE_MACRX1024TOMAXL); in ngbe_read_stats_registers() 1387 rd64(hw, NGBE_MACTX512TO1023L); in ngbe_read_stats_registers() [all …]
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 2143 hw_stats->rx_bytes += rd64(hw, TXGBE_DMARXOCTL); in txgbe_read_stats_registers() 2144 hw_stats->tx_bytes += rd64(hw, TXGBE_DMATXOCTL); in txgbe_read_stats_registers() 2149 hw_stats->rx_crc_errors += rd64(hw, TXGBE_MACRXERRCRCL); in txgbe_read_stats_registers() 2153 hw_stats->rx_total_packets += rd64(hw, TXGBE_MACRXPKTL); in txgbe_read_stats_registers() 2154 hw_stats->tx_total_packets += rd64(hw, TXGBE_MACTXPKTL); in txgbe_read_stats_registers() 2155 hw_stats->rx_total_bytes += rd64(hw, TXGBE_MACRXGBOCTL); in txgbe_read_stats_registers() 2157 hw_stats->rx_broadcast_packets += rd64(hw, TXGBE_MACRXOCTL); in txgbe_read_stats_registers() 2165 rd64(hw, TXGBE_MACRX512TO1023L); in txgbe_read_stats_registers() 2167 rd64(hw, TXGBE_MACRX1024TOMAXL); in txgbe_read_stats_registers() 2173 rd64(hw, TXGBE_MACTX512TO1023L); in txgbe_read_stats_registers() [all …]
|
| /dpdk/drivers/common/iavf/ |
| H A D | iavf_osdep.h | 122 #define rd64(a, reg) readq((a)->hw_addr + (reg)) macro
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_osdep.h | 129 #define rd64(a, reg) readq((a)->hw_addr + (reg)) macro
|
| H A D | ice_common.c | 5245 u64 new_data = rd64(hw, reg) & (BIT_ULL(40) - 1); in ice_stat_update40()
|