Home
last modified time | relevance | path

Searched refs:sw_stp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/nge/
H A Dnge_kstats.c172 nge_sw_statistics_t *sw_stp; in nge_debuginfo_update() local
178 sw_stp = &ngep->statistics.sw_statistics; in nge_debuginfo_update()
181 (knp++)->value.ui64 = sw_stp->recv_realloc; in nge_debuginfo_update()
182 (knp++)->value.ui64 = sw_stp->kmem_alloc_err; in nge_debuginfo_update()
183 (knp++)->value.ui64 = sw_stp->dma_alloc_err; in nge_debuginfo_update()
184 (knp++)->value.ui64 = sw_stp->mp_alloc_err; in nge_debuginfo_update()
185 (knp++)->value.ui64 = sw_stp->recy_free; in nge_debuginfo_update()
186 (knp++)->value.ui64 = sw_stp->load_context; in nge_debuginfo_update()
187 (knp++)->value.ui64 = sw_stp->ip_hwsum_err; in nge_debuginfo_update()
188 (knp++)->value.ui64 = sw_stp->tcp_hwsum_err; in nge_debuginfo_update()
[all …]
H A Dnge_rx.c74 nge_sw_statistics_t *sw_stp; in nge_recv_recycle() local
79 sw_stp = &ngep->statistics.sw_statistics; in nge_recv_recycle()
105 sw_stp->mp_alloc_err++; in nge_recv_recycle()
106 sw_stp->recy_free++; in nge_recv_recycle()
153 nge_sw_statistics_t *sw_stp; in nge_recv_packet() local
159 sw_stp = &ngep->statistics.sw_statistics; in nge_recv_packet()
198 sw_stp->mp_alloc_err++; in nge_recv_packet()
230 sw_stp->rbytes += len; in nge_recv_packet()
231 sw_stp->recv_count++; in nge_recv_packet()
259 nge_sw_statistics_t *sw_stp; in nge_rxsta_handle() local
[all …]
H A Dnge_tx.c600 nge_sw_statistics_t *sw_stp = &nstp->sw_statistics; in nge_send() local
643 sw_stp->obytes += mblen + ETHERFCSL; in nge_send()
644 sw_stp->xmit_count ++; in nge_send()
H A Dnge_main.c1069 nge_sw_statistics_t *sw_stp; in nge_reset_dev() local
1070 sw_stp = &ngep->statistics.sw_statistics; in nge_reset_dev()
1109 sw_stp->recv_count = 0; in nge_reset_dev()
1110 sw_stp->xmit_count = 0; in nge_reset_dev()
1111 sw_stp->rbytes = 0; in nge_reset_dev()
1112 sw_stp->obytes = 0; in nge_reset_dev()