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/infiniband/hw/hfi1/
H A Dmad.c3438 u32 counter_select = be32_to_cpu(req->counter_select_mask); in pma_set_opa_portstatus() local
3452 if (counter_select & CS_PORT_XMIT_DATA) in pma_set_opa_portstatus()
3455 if (counter_select & CS_PORT_RCV_DATA) in pma_set_opa_portstatus()
3458 if (counter_select & CS_PORT_XMIT_PKTS) in pma_set_opa_portstatus()
3461 if (counter_select & CS_PORT_RCV_PKTS) in pma_set_opa_portstatus()
3464 if (counter_select & CS_PORT_MCAST_XMIT_PKTS) in pma_set_opa_portstatus()
3467 if (counter_select & CS_PORT_MCAST_RCV_PKTS) in pma_set_opa_portstatus()
3470 if (counter_select & CS_PORT_XMIT_WAIT) { in pma_set_opa_portstatus()
3477 if (counter_select & CS_PORT_RCV_FECN) in pma_set_opa_portstatus()
3480 if (counter_select & CS_PORT_RCV_BECN) in pma_set_opa_portstatus()
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_oa.c444 return ((format->counter_select << (ffs(counter_sel_mask) - 1)) & counter_sel_mask) | in __format_to_oactrl()
1151 type == f->type && counter_sel == f->counter_select) { in decode_oa_format()