Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c406 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in free_sge_txq_uld()
430 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in alloc_sge_txq_uld()
454 kfree(txq_info->uldtxq); in release_sge_txq_uld()
491 txq_info->uldtxq = kzalloc_objs(struct sge_uld_txq, txq_info->ntxq); in setup_sge_txq_uld()
492 if (!txq_info->uldtxq) { in setup_sge_txq_uld()
498 kfree(txq_info->uldtxq); in setup_sge_txq_uld()
H A Dsge.c3138 txq = &txq_info->uldtxq[idx]; in uld_send()
3264 txq = &txq_info->uldtxq[idx]; in cxgb4_immdata_send()
5009 struct sge_uld_txq *txq = txq_info->uldtxq; in t4_sge_stop()
5023 struct sge_uld_txq *txq = txq_info->uldtxq; in t4_sge_stop()
H A Dcxgb4.h907 struct sge_uld_txq *uldtxq; /* Txq's for ULD */ member
H A Dcxgb4_debugfs.c2921 tx = &utxq_info->uldtxq[r * 4]; in sge_qinfo_show()
3071 tx = &utxq_info->uldtxq[r * 4]; in sge_qinfo_show()
H A Dcxgb4_main.c2452 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in disable_dbs()
2474 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in enable_dbs()
2555 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in recover_all_queues()
H A Dcudbg_lib.c3460 QDESC_GET_TXQ(&utxq->uldtxq[i].q, in cudbg_collect_qdesc()
/linux/drivers/crypto/chelsio/
H A Dchcr_algo.c555 txq = &txq_info->uldtxq[idx]; in cxgb4_is_crypto_q_full()