Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c117 struct intrs_and_queues { struct
118 int intr_type; /* DDI_INTR_TYPE_* */
119 int nirq; /* Number of vectors */
120 int intr_fwd; /* Interrupts forwarded */
121 int ntxq10g; /* # of NIC txq's for each 10G port */
122 int nrxq10g; /* # of NIC rxq's for each 10G port */
123 int ntxq1g; /* # of NIC txq's for each 1G port */
124 int nrxq1g; /* # of NIC rxq's for each 1G port */
126 int nofldtxq10g; /* # of TOE txq's for each 10G port */
150 struct intrs_and_queues *iaq); argument