Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c464 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in free_sge_txq_uld()
488 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in alloc_sge_txq_uld()
512 kfree(txq_info->uldtxq); in release_sge_txq_uld()
549 txq_info->uldtxq = kcalloc(txq_info->ntxq, sizeof(struct sge_uld_txq), in setup_sge_txq_uld()
551 if (!txq_info->uldtxq) { in setup_sge_txq_uld()
557 kfree(txq_info->uldtxq); in setup_sge_txq_uld()
Dsge.c2459 txq = &txq_info->uldtxq[idx]; in uld_send()
2585 txq = &txq_info->uldtxq[idx]; in cxgb4_immdata_send()
4146 struct sge_uld_txq *txq = txq_info->uldtxq; in t4_sge_stop()
4160 struct sge_uld_txq *txq = txq_info->uldtxq; in t4_sge_stop()
Dcxgb4_debugfs.c2768 tx = &utxq_info->uldtxq[r * 4]; in sge_qinfo_show()
2918 tx = &utxq_info->uldtxq[r * 4]; in sge_qinfo_show()
Dcxgb4.h799 struct sge_uld_txq *uldtxq; /* Txq's for ULD */ member
Dcxgb4_main.c2064 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in disable_dbs()
2086 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in enable_dbs()
2167 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in recover_all_queues()
Dcudbg_lib.c3042 QDESC_GET_TXQ(&utxq->uldtxq[i].q, in cudbg_collect_qdesc()
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c589 txq = &txq_info->uldtxq[idx]; in cxgb4_is_crypto_q_full()