Home
last modified time | relevance | path

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

/titanic_41/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
/titanic_41/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 ) in lm_pf_vf_check_compatibility()
71 if (request->vfdev_info.vf_fw_hsi_version >= FW_REV_INTERFACE_SUPPORTED) in lm_pf_vf_check_compatibility()
1455 …sw_mess->vfdev_info.vf_fw_hsi_version = pdev->ver_num_fw; /* Must not be zero otherwise, VF will… in lm_vf_pf_acquire_msg()
1457 DbgBreakIf( 0 == sw_mess->vfdev_info.vf_fw_hsi_version ); in lm_vf_pf_acquire_msg()