Lines Matching refs:txq_info
1801 struct sge_uld_txq_info *txq_info; in uld_send() local
1812 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in uld_send()
1813 if (unlikely(!txq_info)) { in uld_send()
1818 txq = &txq_info->uldtxq[idx]; in uld_send()
3267 struct sge_uld_txq_info *txq_info; in t4_sge_stop() local
3269 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in t4_sge_stop()
3270 if (txq_info) { in t4_sge_stop()
3271 struct sge_uld_txq *txq = txq_info->uldtxq; in t4_sge_stop()
3281 struct sge_uld_txq_info *txq_info; in t4_sge_stop() local
3283 txq_info = adap->sge.uld_txq_info[CXGB4_TX_CRYPTO]; in t4_sge_stop()
3284 if (txq_info) { in t4_sge_stop()
3285 struct sge_uld_txq *txq = txq_info->uldtxq; in t4_sge_stop()