Searched refs:ntxq (Results 1 - 10 of 10) sorted by relevance

/drivers/net/wireless/brcm80211/brcmfmac/
H A Dusb.h47 int ntxq, nrxq, rxsize; member in struct:brcmf_usbdev
H A Dusb.c1255 struct brcmf_usbdev *brcmf_usb_attach(int nrxq, int ntxq, struct device *dev) argument
1266 devinfo->bus_pub.ntxq = ntxq;
1269 devinfo->tx_low_watermark = ntxq / 4;
1301 devinfo->tx_reqs = brcmf_usbdev_qinit(&devinfo->tx_freeq, ntxq);
/drivers/net/ethernet/chelsio/cxgb3/
H A Dadapter.h328 int ntxq, struct net_device *dev,
H A Dsge.c2959 * @ntxq: number of Tx queues for the queue set
2970 int ntxq, struct net_device *dev,
3000 for (i = 0; i < ntxq; ++i) {
3082 if (ntxq > 1) {
3091 if (ntxq > 2) {
2968 t3_sge_alloc_qset(struct adapter *adapter, unsigned int id, int nports, int irq_vec_idx, const struct qset_params *p, int ntxq, struct net_device *dev, struct netdev_queue *netdevq) argument
H A Dcxgb3_main.c657 unsigned int ntxq = SGE_TXQ_PER_SET; local
671 &adap->params.sge.qset[qset_idx], ntxq, dev,
/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h203 unsigned short ntxq; /* # of Tx queues */ member in struct:cxgb4_lld_info
H A Dcxgb4_main.c2467 lli.ntxq = adap->sge.ofldqsets;
/drivers/infiniband/hw/cxgb4/
H A Ddevice.c470 PDBG("%s found device %s nchan %u nrxq %u ntxq %u nports %u\n",
473 ctx->lldi.ntxq, ctx->lldi.nports);
H A Dcm.c1582 step = cdev->rdev.lldi.ntxq /
1599 step = cdev->rdev.lldi.ntxq /
/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1169 step = lldi->ntxq / lldi->nchan;
1448 lldi->ports[0]->name, lldi->nchan, lldi->ntxq,

Completed in 185 milliseconds