Home
last modified time | relevance | path

Searched defs:msix_entry (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/dev/qat/include/common/
HDqat_freebsd.h54 struct msix_entry { struct
55 struct resource *irq;
56 void *cookie;
/freebsd-14-stable/sys/dev/al_eth/
HDal_eth.h214 struct msix_entry { struct
215 int entry;
216 int vector;
/freebsd-14-stable/sys/dev/vnic/
HDnic.h147 struct msix_entry { struct
148 struct resource * irq_res;
149 void * handle;
/freebsd-14-stable/sys/dev/ena/
HDena.h197 struct msix_entry { struct
198 int entry;
199 int vector;
/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDpci.h300 struct msix_entry { struct
301 int entry;
302 int vector;
/freebsd-14-stable/sys/contrib/dev/iwlwifi/pcie/
HDtrans.c1787 struct msix_entry *msix_entry; in iwl_pcie_init_msix_handler() local