Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A 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()
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()