Home
last modified time | relevance | path

Searched refs:is_vf (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/dev/qat/qat_common/
H A Dadf_dev_mgr.c154 if (!accel_dev->is_vf || (accel_dev->is_vf && !pf)) { in adf_devmgr_add_dev()
185 } else if (accel_dev->is_vf && pf) { in adf_devmgr_add_dev()
214 if (!accel_dev->is_vf || (accel_dev->is_vf && !pf)) { in adf_devmgr_rm_dev()
H A Dadf_freebsd_dbgfs.c47 if (!accel_dev->is_vf) { in adf_dbgfs_add()
62 if (!accel_dev->is_vf) { in adf_dbgfs_rm()
H A Dadf_aer.c77 if (accel_dev->is_vf) in adf_reset_sbr()
290 if (!accel_dev->is_vf) { in adf_notify_fatal_error_work()
H A Dadf_init.c303 !accel_dev->is_vf) { in adf_dev_init_locked()
501 if (accel_dev->is_vf || !accel_dev->u1.pf.vf_info) { in adf_dev_start_locked()
584 if (accel_dev->is_vf || !accel_dev->u1.pf.vf_info) { in adf_dev_stop_locked()
H A Dadf_cfg_device.c602 if (!accel_dev->is_vf) { in adf_cfg_device_init()
718 if (accel_dev->is_vf) { in adf_cfg_static_conf_user()
830 if (accel_dev->is_vf) { in adf_cfg_static_conf_kernel()
H A Dadf_cfg.c30 if (!accel_dev->is_vf) { in adf_cfg_dev_add()
/freebsd/sys/dev/qat/qat_hw/qat_4xxxvf/
H A Dadf_drv.c108 accel_dev->is_vf = true; in adf_attach()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.h434 bool is_vf; member
819 if (!qpl_res->is_vf) { in bnxt_qplib_max_res_supported()
H A Dqplib_sp.c1185 if (_is_chip_p7(rcfw->res->cctx) && rcfw->res->is_vf) { in bnxt_qplib_qext_stat()
H A Dmain.c1417 res->dpi_tbl.ucreg.offset = res->is_vf ? BNXT_QPLIB_DBR_VF_DB_OFFSET : in bnxt_re_set_db_offset()
1521 rdev->qplib_res.is_vf = rdev->is_virtfn; in bnxt_re_setup_chip_ctx()
H A Dqplib_fp.c1189 bnxt_ext_stats_supported(qp->cctx, res->dattr->dev_cap_flags, res->is_vf)) in bnxt_qplib_create_qp()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h772 bool is_vf);
H A Decore_dev.c2695 u16 id, bool is_vf) in ecore_final_cleanup() argument
2711 if (is_vf) in ecore_final_cleanup()
/freebsd/sys/dev/ice/
H A Dice_switch.c1045 * @is_vf: true if the element is a VF, false otherwise
1049 u16 swid, u16 pf_vf_num, bool is_vf) in ice_init_port_info() argument
1056 pi->is_vf = is_vf; in ice_init_port_info()
1101 bool is_vf = false; in ice_get_initial_sw_cfg() local
1114 is_vf = true; in ice_get_initial_sw_cfg()
1135 pf_vf_num, is_vf); in ice_get_initial_sw_cfg()
H A Dice_type.h972 u8 is_vf:1;
950 u8 is_vf:1; global() member
/freebsd/sys/dev/qat/include/common/
H A Dadf_accel_devices.h726 bool is_vf; member
/freebsd/sys/dev/hyperv/netvsc/
H A Dif_hn.c3407 int size, do_lro = 0, do_csum = 1, is_vf = 0; in hn_rxpkt() local
3419 is_vf = 1; in hn_rxpkt()
3422 is_vf = 1; in hn_rxpkt()
3577 if (is_vf) in hn_rxpkt()
3588 if (!is_vf) in hn_rxpkt()
3612 if (is_vf) in hn_rxpkt()
3661 } else if (!is_vf) { in hn_rxpkt()