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

  /src/sys/dev/pci/cxgb/
cxgb_ioctl.h 106 int32_t txq_size[3]; member in struct:ch_qset_params
cxgb_sge.c 405 q->txq_size[TXQ_ETH] = TX_ETH_Q_SIZE;
406 q->txq_size[TXQ_OFLD] = 1024;
407 q->txq_size[TXQ_CTRL] = 256;
2022 if ((ret = alloc_ring(sc, p->txq_size[i],
2032 q->txq[i].size = p->txq_size[i];
cxgb_common.h 313 unsigned int txq_size[SGE_TXQ_PER_SET]; /* Tx queue sizes */ member in struct:qset_params

Completed in 16 milliseconds