Lines Matching refs:txq_info
2356 struct sge_uld_txq_info *txq_info; in uld_send() local
2367 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in uld_send()
2368 if (unlikely(!txq_info)) { in uld_send()
2373 txq = &txq_info->uldtxq[idx]; in uld_send()
2485 struct sge_uld_txq_info *txq_info; in cxgb4_immdata_send() local
2493 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in cxgb4_immdata_send()
2494 if (unlikely(!txq_info)) { in cxgb4_immdata_send()
2499 txq = &txq_info->uldtxq[idx]; in cxgb4_immdata_send()
3932 struct sge_uld_txq_info *txq_info; in t4_sge_stop() local
3934 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in t4_sge_stop()
3935 if (txq_info) { in t4_sge_stop()
3936 struct sge_uld_txq *txq = txq_info->uldtxq; in t4_sge_stop()
3946 struct sge_uld_txq_info *txq_info; in t4_sge_stop() local
3948 txq_info = adap->sge.uld_txq_info[CXGB4_TX_CRYPTO]; in t4_sge_stop()
3949 if (txq_info) { in t4_sge_stop()
3950 struct sge_uld_txq *txq = txq_info->uldtxq; in t4_sge_stop()