Searched refs:ntxq (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | usb.h | 39 int ntxq, nrxq, rxsize; member
|
D | usb.c | 1095 int nrxq, int ntxq) in brcmf_usb_attach() argument 1102 devinfo->bus_pub.ntxq = ntxq; in brcmf_usb_attach() 1106 devinfo->tx_low_watermark = ntxq / 4; in brcmf_usb_attach() 1129 devinfo->tx_reqs = brcmf_usbdev_qinit(&devinfo->tx_freeq, ntxq); in brcmf_usb_attach() 1132 devinfo->tx_freecount = ntxq; in brcmf_usb_attach()
|
/linux-4.1.27/net/core/ |
D | pktgen.c | 2063 int ntxq; in pktgen_setup_inject() local 2073 ntxq = pkt_dev->odev->real_num_tx_queues; in pktgen_setup_inject() 2075 if (ntxq <= pkt_dev->queue_map_min) { in pktgen_setup_inject() 2077 pkt_dev->queue_map_min, (ntxq ?: 1) - 1, ntxq, in pktgen_setup_inject() 2079 pkt_dev->queue_map_min = (ntxq ?: 1) - 1; in pktgen_setup_inject() 2081 if (pkt_dev->queue_map_max >= ntxq) { in pktgen_setup_inject() 2083 pkt_dev->queue_map_max, (ntxq ?: 1) - 1, ntxq, in pktgen_setup_inject() 2085 pkt_dev->queue_map_max = (ntxq ?: 1) - 1; in pktgen_setup_inject()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 328 int ntxq, struct net_device *dev,
|
D | sge.c | 2972 int ntxq, struct net_device *dev, in t3_sge_alloc_qset() argument 3002 for (i = 0; i < ntxq; ++i) { in t3_sge_alloc_qset() 3084 if (ntxq > 1) { in t3_sge_alloc_qset() 3093 if (ntxq > 2) { in t3_sge_alloc_qset()
|
D | cxgb3_main.c | 661 unsigned int ntxq = SGE_TXQ_PER_SET; in setup_sge_qsets() local 675 &adap->params.sge.qset[qset_idx], ntxq, dev, in setup_sge_qsets()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 239 unsigned short ntxq; /* # of Tx queues */ member
|
D | cxgb4_main.c | 2411 lli.ntxq = adap->sge.ofldqsets; in uld_attach()
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1439 step = lldi->ntxq / lldi->nchan; in init_act_open() 1747 lldi->ports[0]->name, lldi->nchan, lldi->ntxq, in t4_uld_add()
|
/linux-4.1.27/drivers/tty/ |
D | n_gsm.c | 2035 struct gsm_msg *txq, *ntxq; in gsm_cleanup_mux() local 2074 list_for_each_entry_safe(txq, ntxq, &gsm->tx_list, list) in gsm_cleanup_mux()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | device.c | 1055 ctx->lldi.ntxq, ctx->lldi.nports); in c4iw_uld_add()
|
D | cm.c | 1910 step = cdev->rdev.lldi.ntxq / in import_ep() 1929 step = cdev->rdev.lldi.ntxq / in import_ep()
|