Lines Matching refs:ofld_txq
1486 s->ofld_txq = malloc(s->nofldtxq * sizeof(struct sge_ofld_txq), in t4_attach()
1857 free(sc->sge.ofld_txq, M_CXGBE); in t4_detach_common()
2021 struct sge_ofld_txq *ofld_txq; in stop_lld() local
2070 for_each_ofld_txq(vi, k, ofld_txq) { in stop_lld()
2071 TXQ_LOCK(&ofld_txq->wrq); in stop_lld()
2072 ofld_txq->wrq.eq.flags &= ~EQ_HW_ALLOCATED; in stop_lld()
2073 TXQ_UNLOCK(&ofld_txq->wrq); in stop_lld()
7249 struct sge_ofld_txq *ofld_txq; in quiesce_vi() local
7260 for_each_ofld_txq(vi, i, ofld_txq) { in quiesce_vi()
7261 quiesce_wrq(&ofld_txq->wrq); in quiesce_vi()
12036 struct sge_ofld_txq *ofld_txq; in clear_stats() local
12127 for_each_ofld_txq(vi, i, ofld_txq) { in clear_stats()
12128 ofld_txq->wrq.tx_wrs_direct = 0; in clear_stats()
12129 ofld_txq->wrq.tx_wrs_copied = 0; in clear_stats()
12130 counter_u64_zero(ofld_txq->tx_iscsi_pdus); in clear_stats()
12131 counter_u64_zero(ofld_txq->tx_iscsi_octets); in clear_stats()
12132 counter_u64_zero(ofld_txq->tx_iscsi_iso_wrs); in clear_stats()
12133 counter_u64_zero(ofld_txq->tx_aio_jobs); in clear_stats()
12134 counter_u64_zero(ofld_txq->tx_aio_octets); in clear_stats()
12135 counter_u64_zero(ofld_txq->tx_toe_tls_records); in clear_stats()
12136 counter_u64_zero(ofld_txq->tx_toe_tls_octets); in clear_stats()