Lines Matching refs:regno

69 	uint32_t regno;  in nge_statistics_update()  local
88 regno = KS_BASE + ksip->index * sizeof (uint32_t); in nge_statistics_update()
89 hw_stp->a[ksip->index] += nge_reg_get32(ngep, regno); in nge_statistics_update()
279 uint32_t regno; in nge_m_stat() local
290 regno = KS_BASE + KS_ifHInMulPksCount * sizeof (uint32_t); in nge_m_stat()
291 hw_stp->s.InMulPksCount += nge_reg_get32(ngep, regno); in nge_m_stat()
296 regno = KS_BASE + KS_ifHInBroadPksCount * sizeof (uint32_t); in nge_m_stat()
297 hw_stp->s.InBroadPksCount += nge_reg_get32(ngep, regno); in nge_m_stat()
306 regno = KS_BASE + KS_ifHInFrameErrCount * sizeof (uint32_t); in nge_m_stat()
307 hw_stp->s.InFrameErrCount += nge_reg_get32(ngep, regno); in nge_m_stat()
308 regno = KS_BASE + KS_ifHInExtraOctErrCount * sizeof (uint32_t); in nge_m_stat()
309 hw_stp->s.InExtraOctErrCount += nge_reg_get32(ngep, regno); in nge_m_stat()
310 regno = KS_BASE + KS_ifHInLColErrCount * sizeof (uint32_t); in nge_m_stat()
311 hw_stp->s.InLColErrCount += nge_reg_get32(ngep, regno); in nge_m_stat()
312 regno = KS_BASE + KS_ifHInOversizeErrCount * sizeof (uint32_t); in nge_m_stat()
313 hw_stp->s.InOversizeErrCount += nge_reg_get32(ngep, regno); in nge_m_stat()
314 regno = KS_BASE + KS_ifHInFovErrCount * sizeof (uint32_t); in nge_m_stat()
315 hw_stp->s.InFovErrCount += nge_reg_get32(ngep, regno); in nge_m_stat()
316 regno = KS_BASE + KS_ifHInFCSErrCount * sizeof (uint32_t); in nge_m_stat()
317 hw_stp->s.InFCSErrCount += nge_reg_get32(ngep, regno); in nge_m_stat()
318 regno = KS_BASE + KS_ifHInAlignErrCount * sizeof (uint32_t); in nge_m_stat()
319 hw_stp->s.InAlignErrCount += nge_reg_get32(ngep, regno); in nge_m_stat()
320 regno = KS_BASE + KS_ifHInLenErrCount * sizeof (uint32_t); in nge_m_stat()
321 hw_stp->s.InLenErrCount += nge_reg_get32(ngep, regno); in nge_m_stat()
333 regno = KS_BASE + KS_ifHOutFifoovCount * sizeof (uint32_t); in nge_m_stat()
334 hw_stp->s.OutFifoovCount += nge_reg_get32(ngep, regno); in nge_m_stat()
335 regno = KS_BASE + KS_ifHOutLOCCount * sizeof (uint32_t); in nge_m_stat()
336 hw_stp->s.OutLOCCount += nge_reg_get32(ngep, regno); in nge_m_stat()
337 regno = KS_BASE + KS_ifHOutExDecCount * sizeof (uint32_t); in nge_m_stat()
338 hw_stp->s.OutExDecCount += nge_reg_get32(ngep, regno); in nge_m_stat()
339 regno = KS_BASE + KS_ifHOutRetryCount * sizeof (uint32_t); in nge_m_stat()
340 hw_stp->s.OutRetryCount += nge_reg_get32(ngep, regno); in nge_m_stat()
348 regno = KS_BASE + KS_ifHOutColCount * sizeof (uint32_t); in nge_m_stat()
349 hw_stp->s.OutColCount += nge_reg_get32(ngep, regno); in nge_m_stat()
370 regno = KS_BASE + KS_ifHInAlignErrCount * sizeof (uint32_t); in nge_m_stat()
371 hw_stp->s.InAlignErrCount += nge_reg_get32(ngep, regno); in nge_m_stat()
376 regno = KS_BASE + KS_ifHInFCSErrCount * sizeof (uint32_t); in nge_m_stat()
377 hw_stp->s.InFCSErrCount += nge_reg_get32(ngep, regno); in nge_m_stat()
382 regno = KS_BASE + KS_ifHOutOneRetranCount * sizeof (uint32_t); in nge_m_stat()
383 hw_stp->s.OutOneRetranCount += nge_reg_get32(ngep, regno); in nge_m_stat()
388 regno = KS_BASE + KS_ifHOutMoreRetranCount * sizeof (uint32_t); in nge_m_stat()
389 hw_stp->s.OutMoreRetranCount += nge_reg_get32(ngep, regno); in nge_m_stat()
394 regno = KS_BASE + KS_ifHOutExDecCount * sizeof (uint32_t); in nge_m_stat()
395 hw_stp->s.OutExDecCount += nge_reg_get32(ngep, regno); in nge_m_stat()
400 regno = KS_BASE + KS_ifHOutColCount * sizeof (uint32_t); in nge_m_stat()
401 hw_stp->s.OutColCount += nge_reg_get32(ngep, regno); in nge_m_stat()
406 regno = KS_BASE + KS_ifHOutOneRetranCount * sizeof (uint32_t); in nge_m_stat()
407 hw_stp->s.OutOneRetranCount += nge_reg_get32(ngep, regno); in nge_m_stat()
412 regno = KS_BASE + KS_ifHOutLOCCount * sizeof (uint32_t); in nge_m_stat()
413 hw_stp->s.OutLOCCount += nge_reg_get32(ngep, regno); in nge_m_stat()
418 regno = KS_BASE + KS_ifHInOversizeErrCount * sizeof (uint32_t); in nge_m_stat()
419 hw_stp->s.InOversizeErrCount += nge_reg_get32(ngep, regno); in nge_m_stat()