Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/chxge/
H A Dsge.h310 uint32_t tx_udp_ip_frag; /* # of ip fragmentes for udp data */ member
367 kstat_named_t tx_udp_ip_frag; /* # of ip fragmentes for udp data */ member
H A Dsge.c1709 kstat_named_init(&chkp->tx_udp_ip_frag, "tx_udp_ip_frag", in sge_kstat_setup()
1819 statsp->tx_udp_ip_frag = chkp->tx_udp_ip_frag.value.ui32; in sge_kstat_update()
1869 chkp->tx_udp_ip_frag.value.ui32 = statsp->tx_udp_ip_frag; in sge_kstat_update()
H A Dch.c1773 chp->sge->intr_cnt.tx_udp_ip_frag++; in ch_send()