/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_uld.c | 403 int nq = txq_info->ntxq; in free_sge_txq_uld() 426 int nq = txq_info->ntxq; in alloc_sge_txq_uld() 481 txq_info->ntxq = rounddown(i, adap->params.nports); in setup_sge_txq_uld() 482 if (txq_info->ntxq <= 0) { in setup_sge_txq_uld() 489 i = min_t(int, uld_info->ntxq, num_online_cpus()); in setup_sge_txq_uld() 490 txq_info->ntxq = roundup(i, adap->params.nports); in setup_sge_txq_uld() 492 txq_info->uldtxq = kcalloc(txq_info->ntxq, sizeof(struct sge_uld_txq), in setup_sge_txq_uld() 521 lli->ntxq = txq_info->ntxq; in uld_queue_init()
|
A D | cxgb4_uld.h | 432 unsigned short ntxq; /* # of Tx queues */ member 478 unsigned int ntxq; member
|
A D | cxgb4_debugfs.c | 2625 return DIV_ROUND_UP(utxq_info->ntxq, 4); in sge_qinfo_uld_txq_entries() 2922 n = min(4, utxq_info->ntxq - 4 * r); in sge_qinfo_show() 3073 n = min(4, utxq_info->ntxq - 4 * r); in sge_qinfo_show()
|
A D | cxgb4.h | 909 u16 ntxq; /* # of egress uld queues */ member
|
A D | cudbg_lib.c | 3458 for (i = 0; i < utxq->ntxq; i++) in cudbg_collect_qdesc()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | usb.h | 28 int ntxq, nrxq, rxsize; member
|
A D | usb.c | 714 for (i = 0; i < devinfo->bus_pub.ntxq; i++) in brcmf_cancel_all_urbs() 1103 int nrxq, int ntxq) in brcmf_usb_attach() argument 1110 devinfo->bus_pub.ntxq = ntxq; in brcmf_usb_attach() 1114 devinfo->tx_low_watermark = ntxq / 4; in brcmf_usb_attach() 1137 devinfo->tx_reqs = brcmf_usbdev_qinit(&devinfo->tx_freeq, ntxq); in brcmf_usb_attach() 1140 devinfo->tx_freecount = ntxq; in brcmf_usb_attach()
|
/linux/drivers/crypto/chelsio/ |
A D | chcr_algo.c | 1374 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aes_encrypt() 1419 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aes_decrypt() 1443 int txq_perchan, ntxq; in chcr_device_init() local 1454 ntxq = u_ctx->lldi.ntxq; in chcr_device_init() 1457 ctx->ntxq = ntxq; in chcr_device_init() 1671 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_update() 1772 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_final() 1842 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_finup() 2031 reqctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_continue() 3793 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aead_encrypt() [all …]
|
A D | chcr_crypto.h | 261 unsigned int ntxq; member
|
/linux/net/core/ |
A D | pktgen.c | 2132 int ntxq; in pktgen_setup_inject() local 2142 ntxq = pkt_dev->odev->real_num_tx_queues; in pktgen_setup_inject() 2144 if (ntxq <= pkt_dev->queue_map_min) { in pktgen_setup_inject() 2146 pkt_dev->queue_map_min, (ntxq ?: 1) - 1, ntxq, in pktgen_setup_inject() 2148 pkt_dev->queue_map_min = (ntxq ?: 1) - 1; in pktgen_setup_inject() 2150 if (pkt_dev->queue_map_max >= ntxq) { in pktgen_setup_inject() 2152 pkt_dev->queue_map_max, (ntxq ?: 1) - 1, ntxq, in pktgen_setup_inject() 2154 pkt_dev->queue_map_max = (ntxq ?: 1) - 1; in pktgen_setup_inject()
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
A D | adapter.h | 328 int ntxq, struct net_device *dev,
|
A D | sge.c | 3039 int ntxq, struct net_device *dev, in t3_sge_alloc_qset() argument 3069 for (i = 0; i < ntxq; ++i) { in t3_sge_alloc_qset() 3149 if (ntxq > 1) { in t3_sge_alloc_qset() 3158 if (ntxq > 2) { in t3_sge_alloc_qset()
|
A 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/drivers/net/ethernet/cortina/ |
A D | gemini.c | 1125 struct netdev_queue *ntxq = netdev_get_tx_queue(netdev, txq_num); in gmac_tx_irq() local 1128 netif_tx_wake_queue(ntxq); in gmac_tx_irq() 1227 struct netdev_queue *ntxq; in gmac_start_xmit() local 1240 ntxq = netdev_get_tx_queue(netdev, txq_num); in gmac_start_xmit() 1256 netif_tx_stop_queue(ntxq); in gmac_start_xmit()
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
A D | chtls_main.c | 584 .ntxq = MAX_ULD_QSETS,
|
A D | chtls_cm.c | 1234 csk->txq_idx = (rxq_idx < cdev->lldi->ntxq) ? rxq_idx : in chtls_recv_sock()
|
/linux/drivers/target/iscsi/cxgbit/ |
A D | cxgbit_main.c | 694 .ntxq = MAX_ULD_QSETS,
|
A D | cxgbit_cm.c | 941 step = cdev->lldi.ntxq / in cxgbit_offload_init() 977 step = cdev->lldi.ntxq / in cxgbit_offload_init()
|
/linux/drivers/scsi/cxgbi/cxgb4i/ |
A D | cxgb4i.c | 93 .ntxq = MAX_ULD_QSETS, 1862 step = lldi->ntxq / lldi->nchan; in init_act_open() 2228 lldi->ports[0]->name, lldi->nchan, lldi->ntxq, in t4_uld_add()
|
/linux/drivers/infiniband/hw/cxgb4/ |
A D | device.c | 1092 ctx->lldi.ntxq, ctx->lldi.nports); in c4iw_uld_add() 1502 .ntxq = MAX_ULD_QSETS,
|
A D | cm.c | 2108 step = cdev->rdev.lldi.ntxq / in import_ep() 2127 step = cdev->rdev.lldi.ntxq / in import_ep()
|
/linux/drivers/tty/ |
A D | n_gsm.c | 2133 struct gsm_msg *txq, *ntxq; in gsm_cleanup_mux() local 2161 list_for_each_entry_safe(txq, ntxq, &gsm->tx_list, list) in gsm_cleanup_mux()
|