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

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_ioctl.h106 int32_t txq_size[3]; member in struct:ch_qset_params
H A Dcxgb_sge.c405 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];
H A Dcxgb_common.h313 unsigned int txq_size[SGE_TXQ_PER_SET]; /* Tx queue sizes */ member in struct:qset_params

Completed in 201 milliseconds