Searched refs:_dev (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.h | 243 #define IGC_DEV_PRIVATE(_dev) ((_dev)->data->dev_private) argument 245 #define IGC_DEV_PRIVATE_HW(_dev) \ argument 246 (&((struct igc_adapter *)(_dev)->data->dev_private)->hw) 248 #define IGC_DEV_PRIVATE_STATS(_dev) \ argument 249 (&((struct igc_adapter *)(_dev)->data->dev_private)->stats) 251 #define IGC_DEV_PRIVATE_QUEUE_STATS(_dev) \ argument 254 #define IGC_DEV_PRIVATE_INTR(_dev) \ argument 255 (&((struct igc_adapter *)(_dev)->data->dev_private)->intr) 257 #define IGC_DEV_PRIVATE_VFTA(_dev) \ argument 260 #define IGC_DEV_PRIVATE_RSS_FILTER(_dev) \ argument [all …]
|
| /dpdk/drivers/net/liquidio/base/ |
| H A D | lio_hw_defs.h | 179 typeof(lio_dev) _dev = lio_dev; \ 182 PMD_REGS_LOG(_dev, \ 186 rte_write32(_value, _dev->hw_addr + _reg_off); \ 191 typeof(lio_dev) _dev = lio_dev; \ 195 _dev, \ 199 rte_write64(_val64, _dev->hw_addr + _reg_off); \ 204 typeof(lio_dev) _dev = lio_dev; \ 206 uint32_t val = rte_read32(_dev->hw_addr + _reg_off); \ 207 PMD_REGS_LOG(_dev, \ 216 typeof(lio_dev) _dev = lio_dev; \ [all …]
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_bus.c | 147 bus_find_device(const struct rte_bus *bus, const void *_dev) in bus_find_device() argument 151 dev = bus->find_device(NULL, cmp_rte_device, _dev); in bus_find_device()
|
| /dpdk/drivers/net/qede/base/ |
| H A D | bcm_osal.h | 125 #define DIRECT_REG_RD(_dev, _reg_addr) rte_read32(_reg_addr) argument 133 #define DIRECT_REG_WR(_dev, _reg_addr, _val) rte_write32((_val), (_reg_addr)) argument 135 #define DIRECT_REG_WR_RELAXED(_dev, _reg_addr, _val) \ argument
|