Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c496 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in release_sge_txq_uld()
502 adap->sge.uld_txq_info[tx_uld_type] = NULL; in release_sge_txq_uld()
514 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in setup_sge_txq_uld()
541 adap->sge.uld_txq_info[tx_uld_type] = txq_info; in setup_sge_txq_uld()
570 s->uld_txq_info = kcalloc(CXGB4_TX_MAX, in t4_uld_mem_alloc()
573 if (!s->uld_txq_info) in t4_uld_mem_alloc()
588 kfree(s->uld_txq_info); in t4_uld_mem_free()
Dsge.c2367 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in uld_send()
2493 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in cxgb4_immdata_send()
3934 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in t4_sge_stop()
3948 txq_info = adap->sge.uld_txq_info[CXGB4_TX_CRYPTO]; in t4_sge_stop()
Dcxgb4_debugfs.c2669 const struct sge_uld_txq_info *utxq_info = adap->sge.uld_txq_info[uld]; in sge_qinfo_uld_txq_entries()
2715 if (s->uld_txq_info) in sge_qinfo_show()
2806 utxq_info = s->uld_txq_info[CXGB4_TX_OFLD]; in sge_qinfo_show()
2955 utxq_info = s->uld_txq_info[CXGB4_TX_CRYPTO]; in sge_qinfo_show()
Dcxgb4.h790 struct sge_uld_txq_info **uld_txq_info; member
Dcxgb4_main.c1941 adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in disable_dbs()
1963 adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in enable_dbs()
2045 adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in recover_all_queues()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c566 adap->sge.uld_txq_info[CXGB4_TX_CRYPTO]; in cxgb4_is_crypto_q_full()