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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/
H A Dvfpf_if.h68 u32 vf_fw_hsi_version; /* e.g. 6.0.12 */ member in struct:vf_pf_msg_acquire::sw_vf_pf_vfdev_info
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/
H A Dlm_vf.c58 if( 0 == request->vfdev_info.vf_fw_hsi_version )
64 // if( ( 0 == vf_fw_hsi_version) || ( some condition with vf_fw_hsi_version )
71 if (request->vfdev_info.vf_fw_hsi_version >= FW_REV_INTERFACE_SUPPORTED)
1455 sw_mess->vfdev_info.vf_fw_hsi_version = pdev->ver_num_fw; /* Must not be zero otherwise, VF will yellow bang */
1457 DbgBreakIf( 0 == sw_mess->vfdev_info.vf_fw_hsi_version );

Completed in 70 milliseconds