Searched refs:dcbx_stat (Results 1 – 1 of 1) sorted by relevance
3363 lm_dcbx_stat dcbx_stat = {0}; in lm_dcbx_read_params() local3651 dcbx_stat.pfc_frames_sent = ((u64_t)(pfc_frames_sent[1]) << 32) + pfc_frames_sent[0]; 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()3657 lm_stats_get_dcb_stats( pdev, &dcbx_stat ); in lm_dcbx_read_params()3661 dcbx_params->pfc_frames_sent = dcbx_stat.pfc_frames_sent; in lm_dcbx_read_params()3663 dcbx_params->pfc_frames_received = dcbx_stat.pfc_frames_received; in lm_dcbx_read_params()