Searched refs:txq_info (Results 1 – 2 of 2) sorted by relevance
400 free_sge_txq_uld(struct adapter *adap, struct sge_uld_txq_info *txq_info) in free_sge_txq_uld() argument402 int nq = txq_info->ntxq; in free_sge_txq_uld()406 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in free_sge_txq_uld()421 alloc_sge_txq_uld(struct adapter *adap, struct sge_uld_txq_info *txq_info, in alloc_sge_txq_uld() argument425 int nq = txq_info->ntxq; in alloc_sge_txq_uld()430 struct sge_uld_txq *txq = &txq_info->uldtxq[i]; in alloc_sge_txq_uld()440 free_sge_txq_uld(adap, txq_info); in alloc_sge_txq_uld()447 struct sge_uld_txq_info *txq_info = NULL; in release_sge_txq_uld() local450 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in release_sge_txq_uld()452 if (txq_info && atomic_dec_and_test(&txq_info->users)) { in release_sge_txq_uld()[all …]
3120 struct sge_uld_txq_info *txq_info; in uld_send() local3131 txq_info = adap->sge.uld_txq_info[tx_uld_type]; in uld_send()3132 if (unlikely(!txq_info)) { in uld_send()3138 txq = &txq_info->uldtxq[idx]; in uld_send()3250 struct sge_uld_txq_info *txq_info; in cxgb4_immdata_send() local3258 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in cxgb4_immdata_send()3259 if (unlikely(!txq_info)) { in cxgb4_immdata_send()3264 txq = &txq_info->uldtxq[idx]; in cxgb4_immdata_send()5005 struct sge_uld_txq_info *txq_info; in t4_sge_stop() local5007 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in t4_sge_stop()[all …]