Searched defs:pfc_frames_received (Results 1 - 4 of 4) 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 in struct:_b10_dcbx_params_get_t
H A Dlm5710.h1999 u64_t pfc_frames_received; member in struct:_lm_dcbx_stat
/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}; local
3647 pfc_frames_sent, pfc_frames_received);
3653 dcbx_stat.pfc_frames_received = ((u64_t)(pfc_frames_received[1]) << 32) + pfc_frames_received[0];
3663 dcbx_params->pfc_frames_received = dcbx_stat.pfc_frames_received;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c1553 u32 pfc_frames_received[2])
1570 pfc_frames_received[0] = val_xon + val_xoff;
1585 u32 pfc_frames_received[2])
1598 pfc_frames_received);
1551 elink_emac_get_pfc_stat(struct elink_params *params, u32 pfc_frames_sent[2], u32 pfc_frames_received[2]) argument
1583 elink_pfc_statistic(struct elink_params *params, struct elink_vars *vars, u32 pfc_frames_sent[2], u32 pfc_frames_received[2]) argument

Completed in 106 milliseconds