Searched defs:intrs_and_queues (Results 1 – 1 of 1) sorted by relevance
125 struct intrs_and_queues { struct126 int intr_type; /* DDI_INTR_TYPE_* */127 int nirq; /* Number of vectors */128 int intr_fwd; /* Interrupts forwarded */129 int ntxq10g; /* # of NIC txq's for each 10G port */130 int nrxq10g; /* # of NIC rxq's for each 10G port */131 int ntxq1g; /* # of NIC txq's for each 1G port */155 struct intrs_and_queues *iaq); argument