Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/include/common/
H A Dqat_freebsd.h54 struct msix_entry { struct
55 struct resource *irq;
56 void *cookie;
/freebsd/sys/dev/al_eth/
H A Dal_eth.h214 struct msix_entry { struct
215 int entry;
216 int vector;
/freebsd/sys/dev/vnic/
H A Dnic.h147 struct msix_entry { struct
148 struct resource * irq_res;
149 void * handle;
/freebsd/sys/dev/ena/
H A Dena.h197 struct msix_entry { struct
198 int entry;
199 int vector;
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpci.h300 struct msix_entry { struct
301 int entry;
302 int vector;
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c1775 struct msix_entry *msix_entry; iwl_pcie_init_msix_handler() local