Home
last modified time | relevance | path

Searched refs:txq_size (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/dev/pci/cxgb/
H A Dcxgb_ioctl.h106 int32_t txq_size[3]; member
H A Dcxgb_sge.c405 q->txq_size[TXQ_ETH] = TX_ETH_Q_SIZE; in t3_sge_prep()
406 q->txq_size[TXQ_OFLD] = 1024; in t3_sge_prep()
407 q->txq_size[TXQ_CTRL] = 256; in t3_sge_prep()
2022 if ((ret = alloc_ring(sc, p->txq_size[i], in t3_sge_alloc_qset()
2032 q->txq[i].size = p->txq_size[i]; in t3_sge_alloc_qset()
H A Dcxgb_common.h313 unsigned int txq_size[SGE_TXQ_PER_SET]; /* Tx queue sizes */ member