Home
last modified time | relevance | path

Searched refs:cap_vndr (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c370 if (cap.cap_vndr == PCI_CAP_ID_MSIX) { in virtio_read_caps()
384 if (cap.cap_vndr != PCI_CAP_ID_VNDR) { in virtio_read_caps()
387 pos, cap.cap_vndr); in virtio_read_caps()
H A Dvirtio_pci.h107 uint8_t cap_vndr; /* Generic PCI field: PCI_CAP_ID_VNDR */ member
/f-stack/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.h62 u8 cap_vndr; /* Generic PCI field: PCI_CAP_ID_VNDR */ member
H A Difcvf.c56 if (cap.cap_vndr != PCI_CAP_ID_VNDR) in ifcvf_init_hw()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c595 if (cap.cap_vndr == PCI_CAP_ID_MSIX) { in virtio_read_caps()
618 if (cap.cap_vndr != PCI_CAP_ID_VNDR) { in virtio_read_caps()
621 pos, cap.cap_vndr); in virtio_read_caps()
H A Dvirtio_pci.h176 uint8_t cap_vndr; /* Generic PCI field: PCI_CAP_ID_VNDR */ member