Searched refs:sw_stp (Results 1 – 4 of 4) sorted by relevance
172 nge_sw_statistics_t *sw_stp; in nge_debuginfo_update() local178 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 …]
74 nge_sw_statistics_t *sw_stp; in nge_recv_recycle() local79 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() local159 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 …]
600 nge_sw_statistics_t *sw_stp = &nstp->sw_statistics; in nge_send() local643 sw_stp->obytes += mblen + ETHERFCSL; in nge_send()644 sw_stp->xmit_count ++; in nge_send()
1069 nge_sw_statistics_t *sw_stp; in nge_reset_dev() local1070 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()