Home
last modified time | relevance | path

Searched defs:intrs_and_queues (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_vf.c60 struct intrs_and_queues { struct
61 uint16_t intr_type; /* MSI, or MSI-X */
62 uint16_t nirq; /* Total # of vectors */
63 uint16_t ntxq; /* # of NIC txq's for each port */
64 uint16_t nrxq; /* # of NIC rxq's for each port */
H A Dt4_main.c730 struct intrs_and_queues { struct
731 uint16_t intr_type; /* INTx, MSI, or MSI-X */
732 uint16_t num_vis; /* number of VIs for each port */
733 uint16_t nirq; /* Total # of vectors */
757 static int cfg_itype_and_nqueues(struct adapter *, struct intrs_and_queues *); argument