Searched refs:_dev (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.h | 235 #define IGC_DEV_PRIVATE(_dev) ((_dev)->data->dev_private) argument 237 #define IGC_DEV_PRIVATE_HW(_dev) \ argument 238 (&((struct igc_adapter *)(_dev)->data->dev_private)->hw) 240 #define IGC_DEV_PRIVATE_STATS(_dev) \ argument 241 (&((struct igc_adapter *)(_dev)->data->dev_private)->stats) 243 #define IGC_DEV_PRIVATE_QUEUE_STATS(_dev) \ argument 246 #define IGC_DEV_PRIVATE_INTR(_dev) \ argument 247 (&((struct igc_adapter *)(_dev)->data->dev_private)->intr) 249 #define IGC_DEV_PRIVATE_VFTA(_dev) \ argument 252 #define IGC_DEV_PRIVATE_RSS_FILTER(_dev) \ argument [all …]
|
| /f-stack/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 …]
|
| /f-stack/freebsd/kern/ |
| H A D | bus_if.m | 108 device_t _dev; 151 * _dev 154 device_t _dev; 173 * _dev 178 device_t _dev; 194 device_t _dev; 208 device_t _dev; 224 device_t _dev; 250 device_t _dev; 266 device_t _dev; [all …]
|
| H A D | subr_bus.c | 242 SYSCTL_STATIC_CHILDREN(_dev), OID_AUTO, dc->name, in devclass_sysctl_init()
|
| /f-stack/freebsd/sys/ |
| H A D | conf.h | 276 void delist_dev(struct cdev *_dev); 277 void destroy_dev(struct cdev *_dev); 282 struct cdevsw *dev_refthread(struct cdev *_dev, int *_ref); 284 void dev_relthread(struct cdev *_dev, int _ref);
|
| H A D | rman.h | 157 void rman_set_device(struct resource *_r, device_t _dev);
|
| H A D | sysctl.h | 1123 SYSCTL_DECL(_dev);
|
| /f-stack/dpdk/lib/librte_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()
|
| /f-stack/freebsd/contrib/openzfs/contrib/dracut/02zfsexpandknowledge/ |
| H A D | module-setup.sh.in | 81 local _dev
|
| /f-stack/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
|
| /f-stack/freebsd/contrib/rdma/krping/ |
| H A D | krping_dev.c | 33 SYSCTL_NODE(_dev, OID_AUTO, krping, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|