Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c451 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in release_sge_txq_uld()
457 adap->sge.uld_txq_info[tx_uld_type] = NULL; in release_sge_txq_uld()
469 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in setup_sge_txq_uld()
506 adap->sge.uld_txq_info[tx_uld_type] = txq_info; in setup_sge_txq_uld()
515 struct sge_uld_txq_info *txq_info = adap->sge.uld_txq_info[tx_uld_type]; in uld_queue_init()
538 s->uld_txq_info = kcalloc(CXGB4_TX_MAX, in t4_uld_mem_alloc()
541 if (!s->uld_txq_info) in t4_uld_mem_alloc()
556 kfree(s->uld_txq_info); in t4_uld_mem_free()
H A Dcxgb4_debugfs.c2620 const struct sge_uld_txq_info *utxq_info = adap->sge.uld_txq_info[uld]; in sge_qinfo_uld_txq_entries()
2906 if (s->uld_txq_info) in sge_qinfo_show()
2920 utxq_info = s->uld_txq_info[CXGB4_TX_OFLD]; in sge_qinfo_show()
3069 utxq_info = s->uld_txq_info[CXGB4_TX_CRYPTO]; in sge_qinfo_show()
H A Dcudbg_lib.c3450 if (s->uld_txq_info) { in cudbg_collect_qdesc()
3455 if (!s->uld_txq_info[j]) in cudbg_collect_qdesc()
3458 utxq = s->uld_txq_info[j]; in cudbg_collect_qdesc()
H A Dcxgb4.h972 struct sge_uld_txq_info **uld_txq_info; member
H A Dcxgb4_main.c2448 adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in disable_dbs()
2470 adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in enable_dbs()
2552 adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in recover_all_queues()