Home
last modified time | relevance | path

Searched refs:tx_toe_tls_octets (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tls.c707 counter_u64_add(toep->ofld_txq->tx_toe_tls_octets, m->m_len); in t4_push_ktls()
/freebsd/sys/dev/cxgbe/
H A Dadapter.h765 counter_u64_t tx_toe_tls_octets; member
H A Dt4_sge.c4856 ofld_txq->tx_toe_tls_octets = counter_u64_alloc(M_WAITOK); in alloc_ofld_txq()
4899 counter_u64_free(ofld_txq->tx_toe_tls_octets); in free_ofld_txq()
4935 CTLFLAG_RD, &ofld_txq->tx_toe_tls_octets, in add_ofld_txq_sysctls()
H A Dt4_main.c12037 counter_u64_zero(ofld_txq->tx_toe_tls_octets); in clear_stats()