Home
last modified time | relevance | path

Searched refs:vf_info (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c1537 struct ecore_vf_info *vf_info, in ecore_iov_prepare_resp() argument
1540 struct ecore_iov_vf_mbx *mbx = &vf_info->vf_mbx; in ecore_iov_prepare_resp()
1548 ecore_iov_send_response(p_hwfn, p_ptt, vf_info, length, status); in ecore_iov_prepare_resp()
2131 struct ecore_vf_info *vf_info; in ecore_iov_vf_mbx_start_vport() local
2136 vf_info = ecore_iov_get_vf_info(p_hwfn, (u16)vf->relative_vf_id, true); in ecore_iov_vf_mbx_start_vport()
2137 if (!vf_info) { in ecore_iov_vf_mbx_start_vport()
2171 p_bitmap = &vf_info->bulletin.p_virt->valid_bitmap; in ecore_iov_vf_mbx_start_vport()
2175 vf_info->bulletin.p_virt->default_only_untagged = vf_req; in ecore_iov_vf_mbx_start_vport()
2191 params.only_untagged = vf_info->bulletin.p_virt->default_only_untagged; in ecore_iov_vf_mbx_start_vport()
4398 struct ecore_vf_info *vf_info; in ecore_iov_copy_vf_msg() local
[all …]
H A Dqlnx_os.c7693 struct ecore_public_vf_info *vf_info; in __qlnx_osal_iov_vf_cleanup() local
7695 vf_info = ecore_iov_get_public_vf_info(p_hwfn, rel_vf_id, false); in __qlnx_osal_iov_vf_cleanup()
7697 if (!vf_info) in __qlnx_osal_iov_vf_cleanup()
7701 memset(vf_info->forced_mac, 0, ETH_ALEN); in __qlnx_osal_iov_vf_cleanup()
7703 vf_info->forced_vlan = 0; in __qlnx_osal_iov_vf_cleanup()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_isr.c44 if (!accel_dev->u1.pf.vf_info) { in adf_enable_msix()
174 if (!accel_dev->u1.pf.vf_info) { in adf_request_irqs()
290 if (!accel_dev->u1.pf.vf_info) in adf_isr_alloc_msix_entry_table()
H A Dadf_init.c473 if (accel_dev->is_vf || !accel_dev->u1.pf.vf_info) { in adf_dev_start()
543 if (accel_dev->is_vf || !accel_dev->u1.pf.vf_info) { in adf_dev_stop()
/freebsd/sys/dev/vnic/
H A Dnic_main.c100 struct nicvf_info vf_info[MAX_NUM_VFS_SUPPORTED]; member
971 nic->vf_info[vf].vf_enabled = TRUE; in nic_handle_mbx_intr()
975 nic->vf_info[vf].vf_enabled = FALSE; in nic_handle_mbx_intr()
1208 if (!nic->vf_info[vf].vf_enabled) in nic_poll_for_link()
/freebsd/sys/dev/qat/include/common/
H A Dadf_common_drv.h320 adf_vf2pf_handler(struct adf_accel_vf_info *vf_info) in adf_vf2pf_handler() argument
H A Dadf_accel_devices.h693 struct adf_accel_vf_info *vf_info; member
/freebsd/sys/dev/qat/qat_hw/qat_dh895xcc/
H A Dadf_dh895xcc_hw_data.c239 accel_dev->u1.pf.vf_info ? in adf_enable_ints()