/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H 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()
|
H A D | cxgb4_uld.h | 432 unsigned short ntxq; /* # of Tx queues */ member 478 unsigned int ntxq; member
|
H 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()
|
H A D | cxgb4.h | 909 u16 ntxq; /* # of egress uld queues */ member
|
H A D | cudbg_lib.c | 3459 for (i = 0; i < utxq->ntxq; i++) in cudbg_collect_qdesc()
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | usb.h | 28 int ntxq, nrxq, rxsize; member
|
/linux/drivers/crypto/chelsio/ |
H A D | chcr_crypto.h | 261 unsigned int ntxq; member
|
/linux/net/core/ |
H A D | pktgen.c | 2155 int ntxq; in pktgen_setup_inject() local 2165 ntxq = pkt_dev->odev->real_num_tx_queues; in pktgen_setup_inject() 2167 if (ntxq <= pkt_dev->queue_map_min) { in pktgen_setup_inject() 2169 pkt_dev->queue_map_min, (ntxq ?: 1) - 1, ntxq, in pktgen_setup_inject() 2171 pkt_dev->queue_map_min = (ntxq ?: 1) - 1; in pktgen_setup_inject() 2173 if (pkt_dev->queue_map_max >= ntxq) { in pktgen_setup_inject() 2175 pkt_dev->queue_map_max, (ntxq ?: 1) - 1, ntxq, in pktgen_setup_inject() 2177 pkt_dev->queue_map_max = (ntxq ?: 1) - 1; in pktgen_setup_inject()
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | adapter.h | 328 int ntxq, struct net_device *dev,
|
H A D | sge.c | 3023 int ntxq, struct net_device *dev, in t3_sge_alloc_qset() argument 3053 for (i = 0; i < ntxq; ++i) { in t3_sge_alloc_qset() 3133 if (ntxq > 1) { in t3_sge_alloc_qset() 3142 if (ntxq > 2) { in t3_sge_alloc_qset()
|
H A D | cxgb3_main.c | 655 unsigned int ntxq = SGE_TXQ_PER_SET; in setup_sge_qsets() local 669 &adap->params.sge.qset[qset_idx], ntxq, dev, in setup_sge_qsets()
|
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_main.c | 585 .ntxq = MAX_ULD_QSETS,
|
H A D | chtls_cm.c | 1233 csk->txq_idx = (rxq_idx < cdev->lldi->ntxq) ? rxq_idx : in chtls_recv_sock()
|
/linux/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit_main.c | 694 .ntxq = MAX_ULD_QSETS,
|
H 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/ |
H A D | cxgb4i.c | 93 .ntxq = MAX_ULD_QSETS, 1863 step = lldi->ntxq / lldi->nchan; in init_act_open() 2229 lldi->ports[0]->name, lldi->nchan, lldi->ntxq, in t4_uld_add()
|
/linux/drivers/infiniband/hw/cxgb4/ |
H A D | device.c | 1092 ctx->lldi.ntxq, ctx->lldi.nports); in c4iw_uld_add() 1502 .ntxq = MAX_ULD_QSETS,
|
H A D | cm.c | 2113 step = cdev->rdev.lldi.ntxq / in import_ep() 2131 step = cdev->rdev.lldi.ntxq / in import_ep()
|
/linux/drivers/tty/ |
H A D | n_gsm.c | 3127 struct gsm_msg *txq, *ntxq; in gsm_cleanup_mux() local 3162 list_for_each_entry_safe(txq, ntxq, &gsm->tx_ctrl_list, list) in gsm_cleanup_mux() 3165 list_for_each_entry_safe(txq, ntxq, &gsm->tx_data_list, list) in gsm_cleanup_mux()
|