Home
last modified time | relevance | path

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

/arch/powerpc/platforms/pseries/
Dvas.h48 u8 win_type; /* Default or QoS type */ member
64 u8 win_type; /* Default or QoS type */ member
94 u8 win_type; member
112 u8 win_type; /* QoS or Default window */ member
Dvas.c351 cop_feat_caps->win_type); in vas_allocate_window()
366 txwin->win_type = cop_feat_caps->win_type; in vas_allocate_window()
426 if (win->win_type >= VAS_MAX_FEAT_TYPE) { in vas_deallocate_window()
428 vwin->winid, win->win_type); in vas_deallocate_window()
432 caps = &vascaps[win->win_type].caps; in vas_deallocate_window()
510 caps->win_type = hv_caps->win_type; in get_vas_capabilities()
511 if (caps->win_type >= VAS_MAX_FEAT_TYPE) { in get_vas_capabilities()
512 pr_err("Unsupported window type %u\n", caps->win_type); in get_vas_capabilities()