Searched refs:recent_vf_id (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_devinfo.c740 u8_t recent_vf_id = 0xFF; local
830 if (recent_vf_id != 0xFF)
832 if (!blk_info->igu_info.vf_igu_info[recent_vf_id].igu_test_mode)
834 DbgMessage(pdev, WARN, "Consecutiveness of IGU for VF%d is broken. My be it's IGU test mode\n",recent_vf_id);
836 blk_info->igu_info.vf_igu_info[recent_vf_id].igu_test_mode = TRUE;
849 if (recent_vf_id != vf_id)
851 if (recent_vf_id != 0xFF)
853 if (!blk_info->igu_info.vf_igu_info[recent_vf_id].igu_test_mode)
855 DbgMessage(pdev, WARN, "Consecutiveness of IGU for VF%d is broken. My be it's IGU test mode\n",recent_vf_id);
857 blk_info->igu_info.vf_igu_info[recent_vf_id]
[all...]

Completed in 47 milliseconds