Home
last modified time | relevance | path

Searched refs:PciDevice (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/dpdk-iface-kmod/
H A Ddpdk_iface.c127 struct PciDevice pd; in igb_net_ioctl()
140 (PciDevice __user *)arg, in igb_net_ioctl()
141 sizeof(PciDevice)); in igb_net_ioctl()
204 (PciDevice __user *)arg, in igb_net_ioctl()
205 sizeof(PciDevice)); in igb_net_ioctl()
215 ret = copy_to_user(&((PciDevice __user *)arg)->pa, in igb_net_ioctl()
219 ret = copy_to_user(&((PciDevice __user *)arg)->numa_socket, in igb_net_ioctl()
H A Ddpdk_iface_common.h37 typedef struct PciDevice { struct
44 } PciDevice __attribute__((aligned(__BITS_PER_LONG))); typedef
H A Ddpdk_iface_main.c23 PciDevice pd;