Home
last modified time | relevance | path

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

/drivers/gpu/drm/xe/
A Dxe_sriov.c84 if (IS_SRIOV(xe)) in xe_sriov_probe_early()
108 if (!IS_SRIOV(xe)) in xe_sriov_init()
140 drm_printf(p, "enabled: %s\n", str_yes_no(IS_SRIOV(xe))); in xe_sriov_print_info()
A Dxe_sriov.h45 #define IS_SRIOV(xe) (IS_SRIOV_PF(xe) || IS_SRIOV_VF(xe)) macro
A Dxe_gt_ccs_mode.c120 if (IS_SRIOV(xe)) { in ccs_mode_store()
A Dxe_guc_relay.c341 if (!IS_SRIOV(xe)) in xe_guc_relay_init()
/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_sriov.c996 if (!IS_SRIOV(bp)) in bnx2x_iov_init_dq()
1308 if (!IS_SRIOV(bp)) in bnx2x_iov_remove_one()
1333 if (!IS_SRIOV(bp)) in bnx2x_iov_free_mem()
1360 if (!IS_SRIOV(bp)) in bnx2x_iov_alloc_mem()
1533 if (!IS_SRIOV(bp)) in bnx2x_iov_link_update()
1634 if (!IS_SRIOV(bp)) in bnx2x_iov_chip_cleanup()
1650 if (!IS_SRIOV(bp)) in bnx2x_iov_init_ilt()
1742 if (!IS_SRIOV(bp)) in bnx2x_iov_eq_sp_event()
1853 if (!IS_SRIOV(bp)) in bnx2x_iov_set_queue_sp_obj()
1878 if (!IS_SRIOV(bp)) in bnx2x_iov_adjust_stats_req()
[all …]
A Dbnx2x.h1764 #define IS_SRIOV(bp) ((bp)->vfdb) macro
A Dbnx2x_main.c3418 ether_stat->vf_cnt = IS_SRIOV(bp) ? bp->vfdb->sriov.nr_virtfn : 0; in bnx2x_drv_info_ether_stat()
7986 if (IS_SRIOV(bp)) in bnx2x_init_hw_func()
8632 if (IS_SRIOV(bp)) in bnx2x_cid_ilt_lines()
10357 if (IS_SRIOV(bp) && test_and_clear_bit(BNX2X_SP_RTNL_ENABLE_SRIOV, in bnx2x_sp_rtnl_task()
13532 if (IS_SRIOV(bp)) in bnx2x_set_qm_cid_count()
A Dbnx2x_cmn.c2269 if (IS_SRIOV(bp)) in bnx2x_alloc_fw_stats_mem()

Completed in 59 milliseconds