Home
last modified time | relevance | path

Searched refs:tx_tso_frames (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/dev/qlxgbe/
H A Dql_def.h226 uint64_t tx_tso_frames; member
H A Dql_os.c243 CTLFLAG_RD, &ha->tx_tso_frames, in qla_add_sysctls()
948 ha->tx_tso_frames = 0; in qla_init_locked()
H A Dql_hw.c2608 ha->tx_tso_frames++; in ql_hw_send()
/freebsd-12.1/sys/dev/qlxge/
H A Dqls_def.h128 uint64_t tx_tso_frames; member
H A Dqls_os.c178 (void *)ha->tx_ring[i].tx_tso_frames); in qls_sysctl_get_drvr_stats()
H A Dqls_hw.c714 ha->tx_ring[txr_idx].tx_tso_frames++; in qls_hw_send()