| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | usb.h | 28 int ntxq, nrxq, rxsize; member
|
| H 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dbus.c | 551 txirb_pending = dhd_bus->pub.ntxq - dhd_bus->tx_q->cnt; in dbus_send_irb() 1100 txirb_pending = dhd_bus->pub.ntxq - dhd_bus->tx_q->cnt; in dbus_if_send_irb_complete() 1442 dbus_attach(osl_t *osh, int rxsize, int nrxq, int ntxq, dhd_pub_t *pub, in dbus_attach() argument 1453 if ((nrxq <= 0) || (ntxq <= 0)) in dbus_attach() 1475 dhd_bus->pub.ntxq = ntxq; in dbus_attach() 1476 dhd_bus->tx_low_watermark = ntxq / 4; /* flow control when too many tx urbs posted */ in dbus_attach() 1483 err = dbus_irbq_init(dhd_bus, dhd_bus->tx_q, ntxq, sizeof(dbus_irb_tx_t)); in dbus_attach()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dbus.c | 550 txirb_pending = dhd_bus->pub.ntxq - dhd_bus->tx_q->cnt; in dbus_send_irb() 1090 txirb_pending = dhd_bus->pub.ntxq - dhd_bus->tx_q->cnt; in dbus_if_send_irb_complete() 1432 dbus_attach(osl_t *osh, int rxsize, int nrxq, int ntxq, dhd_pub_t *pub, in dbus_attach() argument 1443 if ((nrxq <= 0) || (ntxq <= 0)) in dbus_attach() 1465 dhd_bus->pub.ntxq = ntxq; in dbus_attach() 1466 dhd_bus->tx_low_watermark = ntxq / 4; /* flow control when too many tx urbs posted */ in dbus_attach() 1473 err = dbus_irbq_init(dhd_bus, dhd_bus->tx_q, ntxq, sizeof(dbus_irb_tx_t)); in dbus_attach()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 1381 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aes_encrypt() 1426 reqctx->txqidx = cpu % ctx->ntxq; in chcr_aes_decrypt() 1450 int txq_perchan, ntxq; in chcr_device_init() local 1461 ntxq = u_ctx->lldi.ntxq; in chcr_device_init() 1463 txq_perchan = ntxq / u_ctx->lldi.nchan; in chcr_device_init() 1464 ctx->ntxq = ntxq; in chcr_device_init() 1677 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_update() 1778 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_final() 1848 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_finup() 1943 req_ctx->txqidx = cpu % ctx->ntxq; in chcr_ahash_digest() [all …]
|
| H A D | chcr_crypto.h | 257 unsigned int ntxq; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | dbus.h | 277 int ntxq, nrxq, rxsize; member 304 extern dbus_pub_t *dbus_attach(struct osl_info *osh, int rxsize, int nrxq, int ntxq,
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | dbus.h | 277 int ntxq, nrxq, rxsize; member 304 extern dbus_pub_t *dbus_attach(struct osl_info *osh, int rxsize, int nrxq, int ntxq,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | dbus.h | 277 int ntxq, nrxq, rxsize; member 304 extern dbus_pub_t *dbus_attach(struct osl_info *osh, int rxsize, int nrxq, int ntxq,
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | pktgen.c | 2026 int ntxq; in pktgen_setup_inject() local 2036 ntxq = pkt_dev->odev->real_num_tx_queues; in pktgen_setup_inject() 2038 if (ntxq <= pkt_dev->queue_map_min) { in pktgen_setup_inject() 2040 pkt_dev->queue_map_min, (ntxq ?: 1) - 1, ntxq, in pktgen_setup_inject() 2042 pkt_dev->queue_map_min = (ntxq ?: 1) - 1; in pktgen_setup_inject() 2044 if (pkt_dev->queue_map_max >= ntxq) { in pktgen_setup_inject() 2046 pkt_dev->queue_map_max, (ntxq ?: 1) - 1, ntxq, in pktgen_setup_inject() 2048 pkt_dev->queue_map_max = (ntxq ?: 1) - 1; in pktgen_setup_inject()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dbus.c | 550 txirb_pending = dhd_bus->pub.ntxq - dhd_bus->tx_q->cnt; in dbus_send_irb() 1100 txirb_pending = dhd_bus->pub.ntxq - dhd_bus->tx_q->cnt; in dbus_if_send_irb_complete() 1428 dbus_attach(osl_t *osh, int rxsize, int nrxq, int ntxq, dhd_pub_t *pub, in dbus_attach() argument 1439 if ((nrxq <= 0) || (ntxq <= 0)) in dbus_attach() 1461 dhd_bus->pub.ntxq = ntxq; in dbus_attach() 1462 dhd_bus->tx_low_watermark = ntxq / 4; /* flow control when too many tx urbs posted */ in dbus_attach() 1469 err = dbus_irbq_init(dhd_bus, dhd_bus->tx_q, ntxq, sizeof(dbus_irb_tx_t)); in dbus_attach()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | adapter.h | 328 int ntxq, struct net_device *dev,
|
| H A D | sge.c | 3038 int ntxq, struct net_device *dev, in t3_sge_alloc_qset() argument 3068 for (i = 0; i < ntxq; ++i) { in t3_sge_alloc_qset() 3148 if (ntxq > 1) { in t3_sge_alloc_qset() 3157 if (ntxq > 2) { in t3_sge_alloc_qset()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cortina/ |
| H A D | gemini.c | 1128 struct netdev_queue *ntxq = netdev_get_tx_queue(netdev, txq_num); in gmac_tx_irq() local 1131 netif_tx_wake_queue(ntxq); in gmac_tx_irq() 1230 struct netdev_queue *ntxq; in gmac_start_xmit() local 1243 ntxq = netdev_get_tx_queue(netdev, txq_num); in gmac_start_xmit() 1259 netif_tx_stop_queue(ntxq); in gmac_start_xmit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | dbus.h | 300 int ntxq, nrxq, rxsize; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | dbus.h | 288 int ntxq, nrxq, rxsize; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | dbus.h | 296 int ntxq, nrxq, rxsize; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_main.c | 584 .ntxq = MAX_ULD_QSETS,
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit_main.c | 687 .ntxq = MAX_ULD_QSETS,
|
| H A D | cxgbit_cm.c | 939 step = cdev->lldi.ntxq / in cxgbit_offload_init() 975 step = cdev->lldi.ntxq / in cxgbit_offload_init()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/cxgb4i/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/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,
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | n_gsm.c | 2162 struct gsm_msg *txq, *ntxq; in gsm_cleanup_mux() local 2185 list_for_each_entry_safe(txq, ntxq, &gsm->tx_list, list) in gsm_cleanup_mux()
|