Lines Matching defs:statsp
45 p_hxge_stats_t statsp;
49 statsp = hxgep->statsp;
51 statsp->mac_stats.cap_10gfdx = 1;
52 statsp->mac_stats.lp_cap_10gfdx = 1;
58 statsp->mac_stats.link_duplex = 2;
59 statsp->mac_stats.link_speed = 10000;
149 if (hxgep->statsp->port_stats.lb_mode != hxge_lb_normal)
354 hxgep->statsp->mac_stats.promisc = B_TRUE;
356 hxgep->statsp->mac_stats.promisc = B_FALSE;
372 p_hxge_stats_t statsp;
388 statsp = (p_hxge_stats_t)hxgep->statsp;
402 statsp->vmac_stats.tx_frame_cnt += tx_frame_cnt.bits.tx_frame_cnt;
403 statsp->vmac_stats.tx_byte_cnt += tx_byte_cnt.bits.tx_byte_cnt;
404 statsp->vmac_stats.rx_frame_cnt += rx_frame_cnt.bits.rx_frame_cnt;
405 statsp->vmac_stats.rx_byte_cnt += rx_byte_cnt.bits.rx_byte_cnt;
406 statsp->vmac_stats.rx_drop_frame_cnt +=
408 statsp->vmac_stats.rx_drop_byte_cnt +=
410 statsp->vmac_stats.rx_crc_cnt += rx_crc_cnt.bits.rx_crc_cnt;
411 statsp->vmac_stats.rx_pause_cnt += rx_pause_cnt.bits.rx_pause_cnt;
412 statsp->vmac_stats.rx_bcast_fr_cnt +=
414 statsp->vmac_stats.rx_mcast_fr_cnt +=