Searched refs:ntxq (Results 1 – 12 of 12) sorted by relevance
/linux-3.4.99/drivers/net/wireless/brcm80211/brcmfmac/ |
D | usb.h | 47 int ntxq, nrxq, rxsize; member
|
D | usb.c | 1255 struct brcmf_usbdev *brcmf_usb_attach(int nrxq, int ntxq, struct device *dev) in brcmf_usb_attach() argument 1266 devinfo->bus_pub.ntxq = ntxq; in brcmf_usb_attach() 1269 devinfo->tx_low_watermark = ntxq / 4; in brcmf_usb_attach() 1301 devinfo->tx_reqs = brcmf_usbdev_qinit(&devinfo->tx_freeq, ntxq); in brcmf_usb_attach()
|
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 203 unsigned short ntxq; /* # of Tx queues */ member
|
D | cxgb4_main.c | 2467 lli.ntxq = adap->sge.ofldqsets; in uld_attach()
|
/linux-3.4.99/net/core/ |
D | pktgen.c | 2014 int ntxq; in pktgen_setup_inject() local 2024 ntxq = pkt_dev->odev->real_num_tx_queues; in pktgen_setup_inject() 2026 if (ntxq <= pkt_dev->queue_map_min) { in pktgen_setup_inject() 2028 pkt_dev->queue_map_min, (ntxq ?: 1) - 1, ntxq, in pktgen_setup_inject() 2030 pkt_dev->queue_map_min = (ntxq ?: 1) - 1; in pktgen_setup_inject() 2032 if (pkt_dev->queue_map_max >= ntxq) { in pktgen_setup_inject() 2034 pkt_dev->queue_map_max, (ntxq ?: 1) - 1, ntxq, in pktgen_setup_inject() 2036 pkt_dev->queue_map_max = (ntxq ?: 1) - 1; in pktgen_setup_inject()
|
/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 328 int ntxq, struct net_device *dev,
|
D | sge.c | 2970 int ntxq, struct net_device *dev, in t3_sge_alloc_qset() argument 3000 for (i = 0; i < ntxq; ++i) { in t3_sge_alloc_qset() 3082 if (ntxq > 1) { in t3_sge_alloc_qset() 3091 if (ntxq > 2) { in t3_sge_alloc_qset()
|
D | cxgb3_main.c | 657 unsigned int ntxq = SGE_TXQ_PER_SET; in setup_sge_qsets() local 671 &adap->params.sge.qset[qset_idx], ntxq, dev, in setup_sge_qsets()
|
/linux-3.4.99/drivers/infiniband/hw/cxgb4/ |
D | device.c | 473 ctx->lldi.ntxq, ctx->lldi.nports); in c4iw_uld_add()
|
D | cm.c | 1582 step = cdev->rdev.lldi.ntxq / in import_ep() 1599 step = cdev->rdev.lldi.ntxq / in import_ep()
|
/linux-3.4.99/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1169 step = lldi->ntxq / lldi->nchan; in init_act_open() 1448 lldi->ports[0]->name, lldi->nchan, lldi->ntxq, in t4_uld_add()
|
/linux-3.4.99/drivers/tty/ |
D | n_gsm.c | 2042 struct gsm_msg *txq, *ntxq; in gsm_cleanup_mux() local 2077 list_for_each_entry_safe(txq, ntxq, &gsm->tx_list, list) in gsm_cleanup_mux()
|