Searched refs:nitrox_device (Results 1 – 5 of 5) sorted by relevance
14 TAILQ_HEAD(ndev_list, nitrox_device);17 static struct nitrox_device *20 struct nitrox_device *ndev; in ndev_allocate()33 ndev_init(struct nitrox_device *ndev, struct rte_pci_device *pdev) in ndev_init()43 static struct nitrox_device *46 struct nitrox_device *ndev; in find_ndev()56 ndev_release(struct nitrox_device *ndev) in ndev_release()69 struct nitrox_device *ndev; in nitrox_pci_probe()93 struct nitrox_device *ndev; in nitrox_pci_remove()
8 struct nitrox_device;10 int nitrox_sym_pmd_create(struct nitrox_device *ndev);11 int nitrox_sym_pmd_destroy(struct nitrox_device *ndev);
13 struct nitrox_device { struct14 TAILQ_ENTRY(nitrox_device) next;
31 struct nitrox_device *ndev;79 struct nitrox_device *ndev = sym_dev->ndev; in nitrox_sym_dev_config()124 struct nitrox_device *ndev = sym_dev->ndev; in nitrox_sym_dev_info_get()176 struct nitrox_device *ndev = sym_dev->ndev; in nitrox_sym_dev_qp_setup()228 struct nitrox_device *ndev = sym_dev->ndev; in nitrox_sym_dev_qp_release()746 nitrox_sym_pmd_create(struct nitrox_device *ndev) in nitrox_sym_pmd_create()792 nitrox_sym_pmd_destroy(struct nitrox_device *ndev) in nitrox_sym_pmd_destroy()
11 'nitrox_device.c',