HomeSort by: relevance | last modified time | path
    Searched refs:SGE_QSETS (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_adapter.h 305 struct sge_qset qs[SGE_QSETS];
341 struct resource *msix_irq_res[SGE_QSETS];
342 int msix_irq_rid[SGE_QSETS];
343 void *msix_intr_tag[SGE_QSETS];
345 uint8_t rrss_map[SGE_QSETS]; /* revers RSS map table */
cxgb_main.c 123 #define SGE_MSIX_COUNT (SGE_QSETS + 1)
450 port_qsets = (SGE_QSETS/(sc)->params.nports);
1002 uint8_t cpus[SGE_QSETS + 1];
1005 for (i = 0; i < SGE_QSETS; ++i)
1007 cpus[SGE_QSETS] = 0xff;
cxgb_common.h 106 SGE_QSETS = 8, /* # of SGE Tx/Rx/RspQ sets */
320 struct qset_params qset[SGE_QSETS];
cxgb_t3_hw.c 2264 if (id >= SGE_QSETS * 2)
2280 if (id >= SGE_QSETS)
cxgb_sge.c 392 for (i = 0; i < SGE_QSETS; ++i) {

Completed in 18 milliseconds