Searched refs:t4_intr_types (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_vf.c | 473 "allowed=%d, msi-x=%d, msi=%d, intx=1", t4_intr_types, in cfg_itype_and_nqueues()
|
H A D | adapter.h | 1356 extern int t4_intr_types;
|
H A D | t4_main.c | 483 int t4_intr_types = INTR_MSIX | INTR_MSI | INTR_INTX; variable 484 SYSCTL_INT(_hw_cxgbe, OID_AUTO, interrupt_types, CTLFLAG_RDTUN, &t4_intr_types, 4481 if ((itype & t4_intr_types) == 0) in cfg_itype_and_nqueues() 4525 "allowed=%d, msi-x=%d, msi=%d, intx=1", t4_intr_types, in cfg_itype_and_nqueues() 12798 t4_intr_types &= INTR_MSIX | INTR_MSI | INTR_INTX; in tweak_tunables()
|