Searched refs:vfdev_info (Results 1 – 5 of 5) sorted by relevance
261 req->vfdev_info.opaque_fid = p_hwfn->hw_info.opaque_fid; in qed_vf_pf_acquire()270 req->vfdev_info.os_type = VFPF_ACQUIRE_OS_LINUX; in qed_vf_pf_acquire()271 req->vfdev_info.fw_major = FW_MAJOR_VERSION; in qed_vf_pf_acquire()272 req->vfdev_info.fw_minor = FW_MINOR_VERSION; in qed_vf_pf_acquire()273 req->vfdev_info.fw_revision = FW_REVISION_VERSION; in qed_vf_pf_acquire()274 req->vfdev_info.fw_engineering = FW_ENGINEERING_VERSION; in qed_vf_pf_acquire()275 req->vfdev_info.eth_fp_hsi_major = ETH_HSI_VER_MAJOR; in qed_vf_pf_acquire()276 req->vfdev_info.eth_fp_hsi_minor = ETH_HSI_VER_MINOR; in qed_vf_pf_acquire()279 req->vfdev_info.capabilities |= VFPF_ACQUIRE_CAP_100G; in qed_vf_pf_acquire()283 req->vfdev_info.capabilities |= VFPF_ACQUIRE_CAP_PHYSICAL_BAR | in qed_vf_pf_acquire()[all …]
34 if (p_vf->acquire.vfdev_info.eth_fp_hsi_minor == in qed_vf_calculate_legacy()38 if (!(p_vf->acquire.vfdev_info.capabilities & in qed_vf_calculate_legacy()86 fp_minor = p_vf->acquire.vfdev_info.eth_fp_hsi_minor; in qed_sp_vf_start()1410 if (!(p_vf->acquire.vfdev_info.capabilities & in qed_iov_vf_mbx_acquire_resc_cids()1418 if (p_vf->acquire.vfdev_info.capabilities & in qed_iov_vf_mbx_acquire_resc_cids()1504 if ((p_vf->acquire.vfdev_info.eth_fp_hsi_minor == in qed_iov_vf_mbx_acquire_resc()1506 (p_vf->acquire.vfdev_info.os_type == in qed_iov_vf_mbx_acquire_resc()1565 if (req->vfdev_info.eth_fp_hsi_major != ETH_HSI_VER_MAJOR) { in qed_iov_vf_mbx_acquire()1566 if (req->vfdev_info.capabilities & in qed_iov_vf_mbx_acquire()1568 struct vf_pf_vfdev_info *p_vfdev = &req->vfdev_info; in qed_iov_vf_mbx_acquire()[all …]
112 } vfdev_info; member
241 req->vfdev_info.vf_id = vf_id; in bnx2x_vfpf_acquire()242 req->vfdev_info.vf_os = 0; in bnx2x_vfpf_acquire()243 req->vfdev_info.fp_hsi_ver = ETH_FP_HSI_VERSION; in bnx2x_vfpf_acquire()260 req->vfdev_info.caps |= VF_CAP_SUPPORT_EXT_BULLETIN; in bnx2x_vfpf_acquire()262 req->vfdev_info.caps |= VF_CAP_SUPPORT_VLAN_FILTER; in bnx2x_vfpf_acquire()1371 ((acquire->vfdev_info.vf_os & VF_OS_MASK) == in bnx2x_vf_mbx_is_windows_vm()1405 vf->abs_vfid, acquire->vfdev_info.vf_id, acquire->vfdev_info.vf_os, in bnx2x_vf_mbx_acquire()1427 vf->fp_hsi = acquire->vfdev_info.fp_hsi_ver; in bnx2x_vf_mbx_acquire()1429 vf->fp_hsi = max_t(u8, acquire->vfdev_info.fp_hsi_ver, in bnx2x_vf_mbx_acquire()1434 vf->abs_vfid, acquire->vfdev_info.fp_hsi_ver, in bnx2x_vf_mbx_acquire()[all …]
139 } vfdev_info; member