Home
last modified time | relevance | path

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

/linux-6.15/include/rdma/
H A Dib_pma.h48 __be16 counter_select[15]; member
70 __be16 counter_select; member
109 __be16 counter_select; member
/linux-6.15/drivers/infiniband/hw/qib/
H A Dqib_mad.c1720 if (p->counter_select & IB_PMA_SEL_SYMBOL_ERROR) in pma_set_portcounters()
1727 if (p->counter_select & IB_PMA_SEL_LINK_DOWNED) in pma_set_portcounters()
1730 if (p->counter_select & IB_PMA_SEL_PORT_RCV_ERRORS) in pma_set_portcounters()
1753 if (p->counter_select & IB_PMA_SEL_PORT_XMIT_DATA) in pma_set_portcounters()
1756 if (p->counter_select & IB_PMA_SEL_PORT_RCV_DATA) in pma_set_portcounters()
1762 if (p->counter_select & IB_PMA_SEL_PORT_RCV_PACKETS) in pma_set_portcounters()
1783 if (counter_select & IB_PMA_SEL_CONG_XMIT) { in pma_set_portcounters_cong()
1790 if (counter_select & IB_PMA_SEL_CONG_PORT_DATA) { in pma_set_portcounters_cong()
1796 if (counter_select & IB_PMA_SEL_CONG_ALL) { in pma_set_portcounters_cong()
1831 if (p->counter_select & IB_PMA_SELX_PORT_XMIT_DATA) in pma_set_portcounters_ext()
[all …]
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dmad.c3452 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()
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()
3527 if (counter_select & CS_LINK_DOWNED) in pma_set_opa_portstatus()
3537 if (counter_select & CS_PORT_RCV_DATA) in pma_set_opa_portstatus()
3543 if (counter_select & CS_PORT_RCV_PKTS) in pma_set_opa_portstatus()
3553 if (counter_select & CS_PORT_RCV_FECN) in pma_set_opa_portstatus()
[all …]
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_oa_types.h65 u32 counter_select; member
H A Dxe_oa.c437 return ((format->counter_select << (ffs(counter_sel_mask) - 1)) & counter_sel_mask) | in __format_to_oactrl()
1133 type == f->type && counter_sel == f->counter_select) { in decode_oa_format()