Home
last modified time | relevance | path

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

/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.c499 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in release_sge_txq_uld()
505 adap->sge.uld_txq_info[tx_uld_type] = NULL; in release_sge_txq_uld()
517 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in setup_sge_txq_uld()
544 adap->sge.uld_txq_info[tx_uld_type] = txq_info; in setup_sge_txq_uld()
573 s->uld_txq_info = kzalloc(CXGB4_TX_MAX * in t4_uld_mem_alloc()
576 if (!s->uld_txq_info) in t4_uld_mem_alloc()
591 kfree(s->uld_txq_info); in t4_uld_mem_free()
Dsge.c1812 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in uld_send()
3269 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in t4_sge_stop()
3283 txq_info = adap->sge.uld_txq_info[CXGB4_TX_CRYPTO]; in t4_sge_stop()
Dcxgb4.h737 struct sge_uld_txq_info **uld_txq_info; member
Dcxgb4_main.c1901 adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in disable_dbs()
1923 adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in enable_dbs()
2005 adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in recover_all_queues()
/drivers/crypto/chelsio/
Dchcr_algo.c498 adap->sge.uld_txq_info[CXGB4_TX_CRYPTO]; in cxgb4_is_crypto_q_full()