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

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

Completed in 54 milliseconds