Searched refs:mac_stx (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x_stats.c | 683 pstats->mac_stx[1].tx_stat_mac_2047_hi; in bnx2x_mstat_stats_update() 685 pstats->mac_stx[1].tx_stat_mac_2047_lo; in bnx2x_mstat_stats_update() 688 pstats->mac_stx[1].tx_stat_mac_4095_hi, in bnx2x_mstat_stats_update() 690 pstats->mac_stx[1].tx_stat_mac_4095_lo); in bnx2x_mstat_stats_update() 693 pstats->mac_stx[1].tx_stat_mac_9216_hi, in bnx2x_mstat_stats_update() 695 pstats->mac_stx[1].tx_stat_mac_9216_lo); in bnx2x_mstat_stats_update() 698 pstats->mac_stx[1].tx_stat_mac_16383_hi, in bnx2x_mstat_stats_update() 700 pstats->mac_stx[1].tx_stat_mac_16383_lo); in bnx2x_mstat_stats_update() 763 pstats->mac_stx[1].tx_stat_outxonsent_hi; in bnx2x_emac_stats_update() 765 pstats->mac_stx[1].tx_stat_outxonsent_lo; in bnx2x_emac_stats_update() [all …]
|
| H A D | bnx2x_stats.h | 452 DIFF_64(diff.hi, new->s##_hi, pstats->mac_stx[0].t##_hi, \ 453 diff.lo, new->s##_lo, pstats->mac_stx[0].t##_lo); \ 454 pstats->mac_stx[0].t##_hi = new->s##_hi; \ 455 pstats->mac_stx[0].t##_lo = new->s##_lo; \ 456 ADD_64(pstats->mac_stx[1].t##_hi, diff.hi, \ 457 pstats->mac_stx[1].t##_lo, diff.lo); \ 477 ADD_64(pstats->mac_stx[1].t##_hi, new->diff##_hi, \ 478 pstats->mac_stx[1].t##_lo, new->diff##_lo); \ 483 ADD_EXTEND_64(pstats->mac_stx[1].s##_hi, \ 484 pstats->mac_stx[1].s##_lo, \
|
| H A D | ecore_hsi.h | 3336 struct mac_stx { struct 3463 struct mac_stx mac_stx[MAC_STX_IDX_MAX]; member
|
| H A D | bnx2x.c | 2949 memset(&(pstats->mac_stx[0]), 0, in bnx2x_link_attn() 2950 sizeof(struct mac_stx)); in bnx2x_link_attn()
|