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

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf.c317 req->vfdev_info.opaque_fid = p_hwfn->hw_info.opaque_fid;
329 req->vfdev_info.os_type = vf_sw_info.os_type;
330 req->vfdev_info.driver_version = vf_sw_info.driver_version;
331 req->vfdev_info.fw_major = FW_MAJOR_VERSION;
332 req->vfdev_info.fw_minor = FW_MINOR_VERSION;
333 req->vfdev_info.fw_revision = FW_REVISION_VERSION;
334 req->vfdev_info.fw_engineering = FW_ENGINEERING_VERSION;
335 req->vfdev_info.eth_fp_hsi_major = ETH_HSI_VER_MAJOR;
336 req->vfdev_info.eth_fp_hsi_minor = ETH_HSI_VER_MINOR;
339 req->vfdev_info
[all...]
H A Decore_sriov.c94 if (p_vf->acquire.vfdev_info.eth_fp_hsi_minor ==
98 if (!(p_vf->acquire.vfdev_info.capabilities &
146 fp_minor = p_vf->acquire.vfdev_info.eth_fp_hsi_minor;
1628 if (!(p_vf->acquire.vfdev_info.capabilities &
1636 if (p_vf->acquire.vfdev_info.capabilities &
1718 if ((p_vf->acquire.vfdev_info.eth_fp_hsi_minor ==
1720 (p_vf->acquire.vfdev_info.os_type ==
1782 if (req->vfdev_info.eth_fp_hsi_major != ETH_HSI_VER_MAJOR) {
1783 if (req->vfdev_info.capabilities &
1785 struct vf_pf_vfdev_info *p_vfdev = &req->vfdev_info;
[all...]
H A Decore_vfpf_if.h146 } vfdev_info; member in struct:vfpf_acquire_tlv

Completed in 131 milliseconds