Home
last modified time | relevance | path

Searched refs:tx_tcp_ip_frag (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.h307 uint32_t tx_tcp_ip_frag; /* # of ip fragmentes for tcp data */ member
364 kstat_named_t tx_tcp_ip_frag; /* # of ip fragmentes for tcp data */ member
H A Dsge.c1705 kstat_named_init(&chkp->tx_tcp_ip_frag, "tx_tcp_ip_frag", in sge_kstat_setup()
1816 statsp->tx_tcp_ip_frag = chkp->tx_tcp_ip_frag.value.ui32; in sge_kstat_update()
1866 chkp->tx_tcp_ip_frag.value.ui32 = statsp->tx_tcp_ip_frag; in sge_kstat_update()
H A Dch.c1776 chp->sge->intr_cnt.tx_tcp_ip_frag++; in ch_send()