Home
last modified time | relevance | path

Searched refs:uldtxq (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c407 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in free_sge_txq_uld()
431 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in alloc_sge_txq_uld()
455 kfree(txq_info->uldtxq); in release_sge_txq_uld()
492 txq_info->uldtxq = kcalloc(txq_info->ntxq, sizeof(struct sge_uld_txq), in setup_sge_txq_uld()
494 if (!txq_info->uldtxq) { in setup_sge_txq_uld()
500 kfree(txq_info->uldtxq); in setup_sge_txq_uld()
Dsge.c3151 txq = &txq_info->uldtxq[idx]; in uld_send()
3277 txq = &txq_info->uldtxq[idx]; in cxgb4_immdata_send()
5038 struct sge_uld_txq *txq = txq_info->uldtxq; in t4_sge_stop()
5052 struct sge_uld_txq *txq = txq_info->uldtxq; in t4_sge_stop()
Dcxgb4.h907 struct sge_uld_txq *uldtxq; /* Txq's for ULD */ member
Dcxgb4_debugfs.c2921 tx = &utxq_info->uldtxq[r * 4]; in sge_qinfo_show()
3071 tx = &utxq_info->uldtxq[r * 4]; in sge_qinfo_show()
Dcxgb4_main.c2462 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in disable_dbs()
2484 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in enable_dbs()
2565 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in recover_all_queues()
Dcudbg_lib.c3459 QDESC_GET_TXQ(&utxq->uldtxq[i].q, in cudbg_collect_qdesc()
/linux-5.19.10/drivers/crypto/chelsio/
Dchcr_algo.c584 txq = &txq_info->uldtxq[idx]; in cxgb4_is_crypto_q_full()