sfxge_mac_stat_get
extern void sfxge_mac_stat_get(sfxge_t *, unsigned int,
sfxge_mac_stat_get(sp, EFX_MAC_RX_MULTICST_PKTS, valp);
sfxge_mac_stat_get(sp, EFX_MAC_RX_BRDCST_PKTS, valp);
sfxge_mac_stat_get(sp, EFX_MAC_TX_MULTICST_PKTS, valp);
sfxge_mac_stat_get(sp, EFX_MAC_TX_BRDCST_PKTS, valp);
sfxge_mac_stat_get(sp, EFX_MAC_RX_ERRORS, valp);
sfxge_mac_stat_get(sp, EFX_MAC_TX_ERRORS, valp);
sfxge_mac_stat_get(sp, EFX_MAC_RX_OCTETS, valp);
sfxge_mac_stat_get(sp, EFX_MAC_RX_PKTS, valp);
sfxge_mac_stat_get(sp, EFX_MAC_TX_OCTETS, valp);
sfxge_mac_stat_get(sp, EFX_MAC_TX_PKTS, valp);
sfxge_mac_stat_get(sp, EFX_MAC_RX_DROP_EVENTS, valp);
sfxge_mac_stat_get(sp, EFX_MAC_RX_FCS_ERRORS, valp);