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.c743 counter_u64_add(toep->ofld_txq->tx_toe_tls_octets, m->m_len); in t4_push_ktls()
/freebsd/sys/dev/cxgbe/
H A Dadapter.h824 counter_u64_t tx_toe_tls_octets; member
H A Dt4_sge.c5035 ofld_txq->tx_toe_tls_octets = counter_u64_alloc(M_WAITOK); in alloc_ofld_txq()
5081 counter_u64_free(ofld_txq->tx_toe_tls_octets); in free_ofld_txq()
5126 CTLFLAG_RD, &ofld_txq->tx_toe_tls_octets, in add_ofld_txq_sysctls()
H A Dt4_main.c13095 counter_u64_zero(ofld_txq->tx_toe_tls_octets); in clear_stats()