Home
last modified time | relevance | path

Searched refs:txq_info (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c400 free_sge_txq_uld(struct adapter *adap, struct sge_uld_txq_info *txq_info) in free_sge_txq_uld() argument
402 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() argument
425 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() local
450 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 …]
H A Dsge.c3120 struct sge_uld_txq_info *txq_info; in uld_send() local
3131 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() local
3258 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() local
5007 txq_info = adap->sge.uld_txq_info[CXGB4_TX_OFLD]; in t4_sge_stop()
[all …]