Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c452 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in free_sge_txq_uld()
476 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in alloc_sge_txq_uld()
500 kfree(txq_info->uldtxq); in release_sge_txq_uld()
527 txq_info->uldtxq = kcalloc(txq_info->ntxq, sizeof(struct sge_uld_txq), in setup_sge_txq_uld()
529 if (!txq_info->uldtxq) { in setup_sge_txq_uld()
535 kfree(txq_info->uldtxq); in setup_sge_txq_uld()
Dsge.c2373 txq = &txq_info->uldtxq[idx]; in uld_send()
2499 txq = &txq_info->uldtxq[idx]; in cxgb4_immdata_send()
3936 struct sge_uld_txq *txq = txq_info->uldtxq; in t4_sge_stop()
3950 struct sge_uld_txq *txq = txq_info->uldtxq; in t4_sge_stop()
Dcxgb4.h777 struct sge_uld_txq *uldtxq; /* Txq's for ULD */ member
Dcxgb4_main.c1945 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in disable_dbs()
1967 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in enable_dbs()
2048 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in recover_all_queues()
Dcxgb4_debugfs.c2807 tx = &utxq_info->uldtxq[r * 4]; in sge_qinfo_show()
2957 tx = &utxq_info->uldtxq[r * 4]; in sge_qinfo_show()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c571 txq = &txq_info->uldtxq[idx]; in cxgb4_is_crypto_q_full()