Lines Matching refs:counter_select

873 	p->counter_select[0] = dev->pma_counter_select[0];  in recv_pma_get_portsamplescontrol()
874 p->counter_select[1] = dev->pma_counter_select[1]; in recv_pma_get_portsamplescontrol()
875 p->counter_select[2] = dev->pma_counter_select[2]; in recv_pma_get_portsamplescontrol()
876 p->counter_select[3] = dev->pma_counter_select[3]; in recv_pma_get_portsamplescontrol()
877 p->counter_select[4] = dev->pma_counter_select[4]; in recv_pma_get_portsamplescontrol()
910 dev->pma_counter_select[0] = p->counter_select[0]; in recv_pma_set_portsamplescontrol()
911 dev->pma_counter_select[1] = p->counter_select[1]; in recv_pma_set_portsamplescontrol()
912 dev->pma_counter_select[2] = p->counter_select[2]; in recv_pma_set_portsamplescontrol()
913 dev->pma_counter_select[3] = p->counter_select[3]; in recv_pma_set_portsamplescontrol()
914 dev->pma_counter_select[4] = p->counter_select[4]; in recv_pma_set_portsamplescontrol()
1172 if (p->counter_select & IB_PMA_SEL_SYMBOL_ERROR) in recv_pma_set_portcounters()
1175 if (p->counter_select & IB_PMA_SEL_LINK_ERROR_RECOVERY) in recv_pma_set_portcounters()
1179 if (p->counter_select & IB_PMA_SEL_LINK_DOWNED) in recv_pma_set_portcounters()
1182 if (p->counter_select & IB_PMA_SEL_PORT_RCV_ERRORS) in recv_pma_set_portcounters()
1186 if (p->counter_select & IB_PMA_SEL_PORT_RCV_REMPHYS_ERRORS) in recv_pma_set_portcounters()
1190 if (p->counter_select & IB_PMA_SEL_PORT_XMIT_DISCARDS) in recv_pma_set_portcounters()
1193 if (p->counter_select & IB_PMA_SEL_LOCAL_LINK_INTEGRITY_ERRORS) in recv_pma_set_portcounters()
1197 if (p->counter_select & IB_PMA_SEL_EXCESSIVE_BUFFER_OVERRUNS) in recv_pma_set_portcounters()
1201 if (p->counter_select & IB_PMA_SEL_PORT_VL15_DROPPED) { in recv_pma_set_portcounters()
1206 if (p->counter_select & IB_PMA_SEL_PORT_XMIT_DATA) in recv_pma_set_portcounters()
1209 if (p->counter_select & IB_PMA_SEL_PORT_RCV_DATA) in recv_pma_set_portcounters()
1212 if (p->counter_select & IB_PMA_SEL_PORT_XMIT_PACKETS) in recv_pma_set_portcounters()
1215 if (p->counter_select & IB_PMA_SEL_PORT_RCV_PACKETS) in recv_pma_set_portcounters()
1232 if (p->counter_select & IB_PMA_SELX_PORT_XMIT_DATA) in recv_pma_set_portcounters_ext()
1235 if (p->counter_select & IB_PMA_SELX_PORT_RCV_DATA) in recv_pma_set_portcounters_ext()
1238 if (p->counter_select & IB_PMA_SELX_PORT_XMIT_PACKETS) in recv_pma_set_portcounters_ext()
1241 if (p->counter_select & IB_PMA_SELX_PORT_RCV_PACKETS) in recv_pma_set_portcounters_ext()
1244 if (p->counter_select & IB_PMA_SELX_PORT_UNI_XMIT_PACKETS) in recv_pma_set_portcounters_ext()
1247 if (p->counter_select & IB_PMA_SELX_PORT_UNI_RCV_PACKETS) in recv_pma_set_portcounters_ext()
1250 if (p->counter_select & IB_PMA_SELX_PORT_MULTI_XMIT_PACKETS) in recv_pma_set_portcounters_ext()
1253 if (p->counter_select & IB_PMA_SELX_PORT_MULTI_RCV_PACKETS) in recv_pma_set_portcounters_ext()