Searched refs:mac_stx (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/net/bnx2x/ |
D | bnx2x_stats.c | 63 DIFF_64(diff.hi, new->s##_hi, pstats->mac_stx[0].t##_hi, \ 64 diff.lo, new->s##_lo, pstats->mac_stx[0].t##_lo); \ 65 pstats->mac_stx[0].t##_hi = new->s##_hi; \ 66 pstats->mac_stx[0].t##_lo = new->s##_lo; \ 67 ADD_64(pstats->mac_stx[1].t##_hi, diff.hi, \ 68 pstats->mac_stx[1].t##_lo, diff.lo); \ 88 ADD_EXTEND_64(pstats->mac_stx[1].s##_hi, \ 89 pstats->mac_stx[1].s##_lo, \ 627 pstats->mac_stx[1].rx_stat_bmac_xpf_hi; in bnx2x_bmac_stats_update() 629 pstats->mac_stx[1].rx_stat_bmac_xpf_lo; in bnx2x_bmac_stats_update() [all …]
|
D | bnx2x_hsi.h | 1760 struct mac_stx { struct 1887 struct mac_stx mac_stx[MAC_STX_IDX_MAX]; argument
|
D | bnx2x_main.c | 2152 memset(&(pstats->mac_stx[0]), 0, in bnx2x_link_attn() 2153 sizeof(struct mac_stx)); in bnx2x_link_attn()
|