Home
last modified time | relevance | path

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

/linux/include/rdma/
H A Dib_pma.h48 __be16 counter_select[15]; member
70 __be16 counter_select; member
109 __be16 counter_select; member
/linux/drivers/gpu/drm/xe/
H A Dxe_oa_types.h67 u32 counter_select; member
H A Dxe_oa.c463 return ((format->counter_select << (ffs(counter_sel_mask) - 1)) & counter_sel_mask) | in __format_to_oactrl()
1180 type == f->type && counter_sel == f->counter_select) { in decode_oa_format()