Home
last modified time | relevance | path

Searched refs:pfc_frames_received (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dcommon_uif.h377 u64_t pfc_frames_received; member
H A Dlm5710.h1999 u64_t pfc_frames_received; member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c3365 u32_t pfc_frames_received[2] = {0}; in lm_dcbx_read_params() local
3647 pfc_frames_sent, pfc_frames_received); in lm_dcbx_read_params()
3653 … dcbx_stat.pfc_frames_received = ((u64_t)(pfc_frames_received[1]) << 32) + pfc_frames_received[0]; in lm_dcbx_read_params()
3663 dcbx_params->pfc_frames_received = dcbx_stat.pfc_frames_received; in lm_dcbx_read_params()
H A Dlm_stats.c2745 …stats->pfc_frames_received = (LM_STATS_HW_GET_MACS_U64( pdev, stats_rx.rx_stat_pfcPacketCounter )… in lm_stats_get_dcb_stats()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h697 u32 pfc_frames_received[2]);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c1554 u32 pfc_frames_received[2]) in elink_emac_get_pfc_stat()
1571 pfc_frames_received[0] = val_xon + val_xoff; in elink_emac_get_pfc_stat()
1586 u32 pfc_frames_received[2]) in elink_pfc_statistic()
1599 pfc_frames_received); in elink_pfc_statistic()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_kstat.c1553 pStats->pfc_frames_rx.value.ui64 = dcbx_params.pfc_frames_received; in BnxeKstatDcbxUpdate()