Home
last modified time | relevance | path

Searched refs:win_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dvas.c392 cop_feat_caps->win_type); in vas_allocate_window()
410 txwin->win_type = cop_feat_caps->win_type; in vas_allocate_window()
503 if (win->win_type >= VAS_MAX_FEAT_TYPE) { in vas_deallocate_window()
505 vwin->winid, win->win_type); in vas_deallocate_window()
509 caps = &vascaps[win->win_type].caps; in vas_deallocate_window()
525 vascaps[win->win_type].nr_close_wins--; in vas_deallocate_window()
529 vascaps[win->win_type].nr_open_windows--; in vas_deallocate_window()
595 caps->win_type = hv_caps->win_type; in get_vas_capabilities()
596 if (caps->win_type >= VAS_MAX_FEAT_TYPE) { in get_vas_capabilities()
597 pr_err("Unsupported window type %u\n", caps->win_type); in get_vas_capabilities()
[all …]
H A Dvas.h56 u8 win_type; /* Default or QoS type */ member
72 u8 win_type; /* Default or QoS type */ member
106 u8 win_type; member
124 u8 win_type; /* QoS or Default window */ member
H A Dvas-sysfs.c48 err = vas_reconfig_capabilties(caps->win_type, creds); in update_total_credits_store()