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

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_vf.c318 req->vfdev_info.opaque_fid = p_hwfn->hw_info.opaque_fid;
330 req->vfdev_info.os_type = vf_sw_info.os_type;
331 req->vfdev_info.driver_version = vf_sw_info.driver_version;
332 req->vfdev_info.fw_major = FW_MAJOR_VERSION;
333 req->vfdev_info.fw_minor = FW_MINOR_VERSION;
334 req->vfdev_info.fw_revision = FW_REVISION_VERSION;
335 req->vfdev_info.fw_engineering = FW_ENGINEERING_VERSION;
336 req->vfdev_info.eth_fp_hsi_major = ETH_HSI_VER_MAJOR;
337 req->vfdev_info.eth_fp_hsi_minor = ETH_HSI_VER_MINOR;
340 req->vfdev_info
[all...]
H A Decore_sriov.c95 if (p_vf->acquire.vfdev_info.eth_fp_hsi_minor ==
99 if (!(p_vf->acquire.vfdev_info.capabilities &
147 fp_minor = p_vf->acquire.vfdev_info.eth_fp_hsi_minor;
1629 if (!(p_vf->acquire.vfdev_info.capabilities &
1637 if (p_vf->acquire.vfdev_info.capabilities &
1719 if ((p_vf->acquire.vfdev_info.eth_fp_hsi_minor ==
1721 (p_vf->acquire.vfdev_info.os_type ==
1783 if (req->vfdev_info.eth_fp_hsi_major != ETH_HSI_VER_MAJOR) {
1784 if (req->vfdev_info.capabilities &
1786 struct vf_pf_vfdev_info *p_vfdev = &req->vfdev_info;
[all...]
H A Decore_vfpf_if.h147 } vfdev_info; member in struct:vfpf_acquire_tlv

Completed in 120 milliseconds