Searched refs:cntrs (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_mad.c1094 struct ipath_verbs_counters cntrs; local
1097 ipath_get_counters(dev->dd, &cntrs);
1100 cntrs.symbol_error_counter -= dev->z_symbol_error_counter;
1101 cntrs.link_error_recovery_counter -=
1103 cntrs.link_downed_counter -= dev->z_link_downed_counter;
1104 cntrs.port_rcv_errors += dev->rcv_errors;
1105 cntrs.port_rcv_errors -= dev->z_port_rcv_errors;
1106 cntrs.port_rcv_remphys_errors -= dev->z_port_rcv_remphys_errors;
1107 cntrs.port_xmit_discards -= dev->z_port_xmit_discards;
1108 cntrs
1228 struct ipath_verbs_counters cntrs; local
[all...]
H A Dipath_verbs.c862 * @cntrs: counters are placed here
867 struct ipath_verbs_counters *cntrs)
877 cntrs->symbol_error_counter =
879 cntrs->link_error_recovery_counter =
886 cntrs->link_downed_counter =
888 cntrs->port_rcv_errors =
899 cntrs->port_rcv_remphys_errors =
901 cntrs->port_xmit_discards =
903 cntrs->port_xmit_data =
905 cntrs
866 ipath_get_counters(struct ipath_devdata *dd, struct ipath_verbs_counters *cntrs) argument
1429 struct ipath_verbs_counters cntrs; local
[all...]
H A Dipath_verbs.h648 struct ipath_verbs_counters *cntrs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ddefxx.c2115 bp->stats.mac_frame_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.frame_cnt.ls;
2116 bp->stats.mac_copied_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.copied_cnt.ls;
2117 bp->stats.mac_transmit_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.transmit_cnt.ls;
2118 bp->stats.mac_error_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.error_cnt.ls;
2119 bp->stats.mac_lost_cts = bp->cmd_rsp_virt->cntrs_get.cntrs.lost_cnt.ls;
2120 bp->stats.port_lct_fail_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.lct_rejects[0].ls;
2121 bp->stats.port_lct_fail_cts[1] = bp->cmd_rsp_virt->cntrs_get.cntrs.lct_rejects[1].ls;
2122 bp->stats.port_lem_reject_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs.lem_rejects[0].ls;
2123 bp->stats.port_lem_reject_cts[1] = bp->cmd_rsp_virt->cntrs_get.cntrs.lem_rejects[1].ls;
2124 bp->stats.port_lem_cts[0] = bp->cmd_rsp_virt->cntrs_get.cntrs
[all...]
H A Ddefxx.h922 PI_CNTR_BLK cntrs; member in struct:__anon5345
930 PI_CNTR_BLK cntrs; member in struct:__anon5346

Completed in 75 milliseconds