Searched refs:txq_info (Results 1 – 4 of 4) sorted by relevance
449 free_sge_txq_uld(struct adapter *adap, struct sge_uld_txq_info *txq_info) in free_sge_txq_uld() argument451 int nq = txq_info->ntxq; in free_sge_txq_uld()455 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in free_sge_txq_uld()470 alloc_sge_txq_uld(struct adapter *adap, struct sge_uld_txq_info *txq_info, in alloc_sge_txq_uld() argument474 int nq = txq_info->ntxq; in alloc_sge_txq_uld()479 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in alloc_sge_txq_uld()489 free_sge_txq_uld(adap, txq_info); in alloc_sge_txq_uld()496 struct sge_uld_txq_info *txq_info = NULL; in release_sge_txq_uld() local499 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in release_sge_txq_uld()501 if (txq_info && atomic_dec_and_test(&txq_info->users)) { in release_sge_txq_uld()[all …]
1801 struct sge_uld_txq_info *txq_info; in uld_send() local1812 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() local3269 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() local3283 txq_info = adap->sge.uld_txq_info[CXGB4_TX_CRYPTO]; in t4_sge_stop()[all …]
1900 struct sge_uld_txq_info *txq_info = in disable_dbs() local1903 if (txq_info) { in disable_dbs()1905 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in disable_dbs()1922 struct sge_uld_txq_info *txq_info = in enable_dbs() local1925 if (txq_info) { in enable_dbs()1927 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in enable_dbs()2004 struct sge_uld_txq_info *txq_info = in recover_all_queues() local2006 if (txq_info) { in recover_all_queues()2008 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in recover_all_queues()
497 struct sge_uld_txq_info *txq_info = in cxgb4_is_crypto_q_full() local503 txq = &txq_info->uldtxq[idx]; in cxgb4_is_crypto_q_full()