Lines Matching refs:statsp
1067 p_hxge_pfc_stats_t statsp;
1086 statsp = (p_hxge_pfc_stats_t)&hxgep->statsp->pfc_stats;
1095 statsp->pkt_drop++;
1096 if (statsp->pkt_drop == 1)
1103 statsp->errlog.tcp_ctrl_drop++;
1105 statsp->errlog.l2_addr_drop++;
1107 statsp->errlog.class_code_drop++;
1109 statsp->errlog.tcam_drop++;
1111 statsp->errlog.vlan_drop++;
1115 statsp->drop_count += drop_count.bits.drop_count;
1119 statsp->tcam_parity_err++;
1122 statsp->errlog.tcam_par_err_log = tcam_par_err_log.bits.addr;
1124 if (statsp->tcam_parity_err == 1)
1131 statsp->vlan_parity_err++;
1134 statsp->errlog.vlan_par_err_log = vlan_par_err_log.bits.addr;
1136 if (statsp->vlan_parity_err == 1)
1143 statsp->bad_cs_count += bad_cs_count.bits.bad_cs_count;