Lines Matching refs:counter_select

1205 	p->counter_select[0] = ibp->pma_counter_select[0];  in pma_get_portsamplescontrol()
1206 p->counter_select[1] = ibp->pma_counter_select[1]; in pma_get_portsamplescontrol()
1207 p->counter_select[2] = ibp->pma_counter_select[2]; in pma_get_portsamplescontrol()
1208 p->counter_select[3] = ibp->pma_counter_select[3]; in pma_get_portsamplescontrol()
1209 p->counter_select[4] = ibp->pma_counter_select[4]; in pma_get_portsamplescontrol()
1247 ibp->pma_counter_select[0] = p->counter_select[0]; in pma_set_portsamplescontrol()
1248 ibp->pma_counter_select[1] = p->counter_select[1]; in pma_set_portsamplescontrol()
1249 ibp->pma_counter_select[2] = p->counter_select[2]; in pma_set_portsamplescontrol()
1250 ibp->pma_counter_select[3] = p->counter_select[3]; in pma_set_portsamplescontrol()
1251 ibp->pma_counter_select[4] = p->counter_select[4]; in pma_set_portsamplescontrol()
1716 if (p->counter_select & IB_PMA_SEL_SYMBOL_ERROR) in pma_set_portcounters()
1719 if (p->counter_select & IB_PMA_SEL_LINK_ERROR_RECOVERY) in pma_set_portcounters()
1723 if (p->counter_select & IB_PMA_SEL_LINK_DOWNED) in pma_set_portcounters()
1726 if (p->counter_select & IB_PMA_SEL_PORT_RCV_ERRORS) in pma_set_portcounters()
1729 if (p->counter_select & IB_PMA_SEL_PORT_RCV_REMPHYS_ERRORS) in pma_set_portcounters()
1733 if (p->counter_select & IB_PMA_SEL_PORT_XMIT_DISCARDS) in pma_set_portcounters()
1736 if (p->counter_select & IB_PMA_SEL_LOCAL_LINK_INTEGRITY_ERRORS) in pma_set_portcounters()
1740 if (p->counter_select & IB_PMA_SEL_EXCESSIVE_BUFFER_OVERRUNS) in pma_set_portcounters()
1744 if (p->counter_select & IB_PMA_SEL_PORT_VL15_DROPPED) { in pma_set_portcounters()
1749 if (p->counter_select & IB_PMA_SEL_PORT_XMIT_DATA) in pma_set_portcounters()
1752 if (p->counter_select & IB_PMA_SEL_PORT_RCV_DATA) in pma_set_portcounters()
1755 if (p->counter_select & IB_PMA_SEL_PORT_XMIT_PACKETS) in pma_set_portcounters()
1758 if (p->counter_select & IB_PMA_SEL_PORT_RCV_PACKETS) in pma_set_portcounters()
1771 u32 counter_select = (be32_to_cpu(pmp->mad_hdr.attr_mod) >> 24) & 0xFF; in pma_set_portcounters_cong() local
1779 if (counter_select & IB_PMA_SEL_CONG_XMIT) { in pma_set_portcounters_cong()
1786 if (counter_select & IB_PMA_SEL_CONG_PORT_DATA) { in pma_set_portcounters_cong()
1792 if (counter_select & IB_PMA_SEL_CONG_ALL) { in pma_set_portcounters_cong()
1827 if (p->counter_select & IB_PMA_SELX_PORT_XMIT_DATA) in pma_set_portcounters_ext()
1830 if (p->counter_select & IB_PMA_SELX_PORT_RCV_DATA) in pma_set_portcounters_ext()
1833 if (p->counter_select & IB_PMA_SELX_PORT_XMIT_PACKETS) in pma_set_portcounters_ext()
1836 if (p->counter_select & IB_PMA_SELX_PORT_RCV_PACKETS) in pma_set_portcounters_ext()
1841 if (p->counter_select & IB_PMA_SELX_PORT_UNI_XMIT_PACKETS) in pma_set_portcounters_ext()
1844 if (p->counter_select & IB_PMA_SELX_PORT_UNI_RCV_PACKETS) in pma_set_portcounters_ext()
1847 if (p->counter_select & IB_PMA_SELX_PORT_MULTI_XMIT_PACKETS) in pma_set_portcounters_ext()
1850 if (p->counter_select & IB_PMA_SELX_PORT_MULTI_RCV_PACKETS) in pma_set_portcounters_ext()