Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c124 struct intrs_and_queues { struct
125 int intr_type; /* DDI_INTR_TYPE_* */
126 int nirq; /* Number of vectors */
127 int intr_fwd; /* Interrupts forwarded */
128 int ntxq10g; /* # of NIC txq's for each 10G port */
129 int nrxq10g; /* # of NIC rxq's for each 10G port */
130 int ntxq1g; /* # of NIC txq's for each 1G port */
131 int nrxq1g; /* # of NIC rxq's for each 1G port */
133 int nofldtxq10g; /* # of TOE txq's for each 10G port */
134 int nofldrxq10g; /* # of TOE rxq's for each 10G port */
[all …]