Lines Matching defs:regno

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