Searched defs:pfc_frames_sent (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.h376 u64_t pfc_frames_sent; member in struct:_b10_dcbx_params_get_t
H A Dlm5710.h1998 u64_t pfc_frames_sent; member in struct:_lm_dcbx_stat
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c3364 u32_t pfc_frames_sent[2] = {0}; local
3647 pfc_frames_sent, pfc_frames_received);
3651 dcbx_stat.pfc_frames_sent = ((u64_t)(pfc_frames_sent[1]) << 32) + pfc_frames_sent[0];
3661 dcbx_params->pfc_frames_sent = dcbx_stat.pfc_frames_sent;
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/common/
H A Dbnxe_clc.c1552 u32 pfc_frames_sent[2],
1579 pfc_frames_sent[0] = val_xon + val_xoff;
1584 u32 pfc_frames_sent[2],
1597 elink_emac_get_pfc_stat(params, pfc_frames_sent,
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 105 milliseconds