Symbol: T4_LBSTAT
sys/dev/cxgbe/t4_main.c
8547
T4_LBSTAT(tx_octets, TX_PORT_BYTES, "# of octets in good frames");
sys/dev/cxgbe/t4_main.c
8548
T4_LBSTAT(tx_frames, TX_PORT_FRAMES, "total # of good frames");
sys/dev/cxgbe/t4_main.c
8549
T4_LBSTAT(tx_bcast_frames, TX_PORT_BCAST, "# of broadcast frames");
sys/dev/cxgbe/t4_main.c
8550
T4_LBSTAT(tx_mcast_frames, TX_PORT_MCAST, "# of multicast frames");
sys/dev/cxgbe/t4_main.c
8551
T4_LBSTAT(tx_ucast_frames, TX_PORT_UCAST, "# of unicast frames");
sys/dev/cxgbe/t4_main.c
8552
T4_LBSTAT(tx_error_frames, TX_PORT_ERROR, "# of error frames");
sys/dev/cxgbe/t4_main.c
8553
T4_LBSTAT(tx_frames_64, TX_PORT_64B, "# of tx frames in this range");
sys/dev/cxgbe/t4_main.c
8554
T4_LBSTAT(tx_frames_65_127, TX_PORT_65B_127B, "# of tx frames in this range");
sys/dev/cxgbe/t4_main.c
8555
T4_LBSTAT(tx_frames_128_255, TX_PORT_128B_255B, "# of tx frames in this range");
sys/dev/cxgbe/t4_main.c
8556
T4_LBSTAT(tx_frames_256_511, TX_PORT_256B_511B, "# of tx frames in this range");
sys/dev/cxgbe/t4_main.c
8557
T4_LBSTAT(tx_frames_512_1023, TX_PORT_512B_1023B, "# of tx frames in this range");
sys/dev/cxgbe/t4_main.c
8558
T4_LBSTAT(tx_frames_1024_1518, TX_PORT_1024B_1518B, "# of tx frames in this range");
sys/dev/cxgbe/t4_main.c
8559
T4_LBSTAT(tx_frames_1519_max, TX_PORT_1519B_MAX, "# of tx frames in this range");
sys/dev/cxgbe/t4_main.c
8560
T4_LBSTAT(tx_drop, TX_PORT_DROP, "# of dropped tx frames");
sys/dev/cxgbe/t4_main.c
8561
T4_LBSTAT(tx_pause, TX_PORT_PAUSE, "# of pause frames transmitted");
sys/dev/cxgbe/t4_main.c
8562
T4_LBSTAT(tx_ppp0, TX_PORT_PPP0, "# of PPP prio 0 frames transmitted");
sys/dev/cxgbe/t4_main.c
8563
T4_LBSTAT(tx_ppp1, TX_PORT_PPP1, "# of PPP prio 1 frames transmitted");
sys/dev/cxgbe/t4_main.c
8564
T4_LBSTAT(tx_ppp2, TX_PORT_PPP2, "# of PPP prio 2 frames transmitted");
sys/dev/cxgbe/t4_main.c
8565
T4_LBSTAT(tx_ppp3, TX_PORT_PPP3, "# of PPP prio 3 frames transmitted");
sys/dev/cxgbe/t4_main.c
8566
T4_LBSTAT(tx_ppp4, TX_PORT_PPP4, "# of PPP prio 4 frames transmitted");
sys/dev/cxgbe/t4_main.c
8567
T4_LBSTAT(tx_ppp5, TX_PORT_PPP5, "# of PPP prio 5 frames transmitted");
sys/dev/cxgbe/t4_main.c
8568
T4_LBSTAT(tx_ppp6, TX_PORT_PPP6, "# of PPP prio 6 frames transmitted");
sys/dev/cxgbe/t4_main.c
8569
T4_LBSTAT(tx_ppp7, TX_PORT_PPP7, "# of PPP prio 7 frames transmitted");
sys/dev/cxgbe/t4_main.c
8571
T4_LBSTAT(rx_octets, RX_PORT_BYTES, "# of octets in good frames");
sys/dev/cxgbe/t4_main.c
8572
T4_LBSTAT(rx_frames, RX_PORT_FRAMES, "total # of good frames");
sys/dev/cxgbe/t4_main.c
8573
T4_LBSTAT(rx_bcast_frames, RX_PORT_BCAST, "# of broadcast frames");
sys/dev/cxgbe/t4_main.c
8574
T4_LBSTAT(rx_mcast_frames, RX_PORT_MCAST, "# of multicast frames");
sys/dev/cxgbe/t4_main.c
8575
T4_LBSTAT(rx_ucast_frames, RX_PORT_UCAST, "# of unicast frames");
sys/dev/cxgbe/t4_main.c
8576
T4_LBSTAT(rx_too_long, RX_PORT_MTU_ERROR, "# of frames exceeding MTU");
sys/dev/cxgbe/t4_main.c
8577
T4_LBSTAT(rx_jabber, RX_PORT_MTU_CRC_ERROR, "# of jabber frames");
sys/dev/cxgbe/t4_main.c
8584
T4_LBSTAT(rx_fcs_err, RX_PORT_CRC_ERROR,
sys/dev/cxgbe/t4_main.c
8587
T4_LBSTAT(rx_len_err, RX_PORT_LEN_ERROR, "# of frames received with length error");
sys/dev/cxgbe/t4_main.c
8588
T4_LBSTAT(rx_symbol_err, RX_PORT_SYM_ERROR, "symbol errors");
sys/dev/cxgbe/t4_main.c
8589
T4_LBSTAT(rx_runt, RX_PORT_LESS_64B, "# of short frames received");
sys/dev/cxgbe/t4_main.c
8590
T4_LBSTAT(rx_frames_64, RX_PORT_64B, "# of rx frames in this range");
sys/dev/cxgbe/t4_main.c
8591
T4_LBSTAT(rx_frames_65_127, RX_PORT_65B_127B, "# of rx frames in this range");
sys/dev/cxgbe/t4_main.c
8592
T4_LBSTAT(rx_frames_128_255, RX_PORT_128B_255B, "# of rx frames in this range");
sys/dev/cxgbe/t4_main.c
8593
T4_LBSTAT(rx_frames_256_511, RX_PORT_256B_511B, "# of rx frames in this range");
sys/dev/cxgbe/t4_main.c
8594
T4_LBSTAT(rx_frames_512_1023, RX_PORT_512B_1023B, "# of rx frames in this range");
sys/dev/cxgbe/t4_main.c
8595
T4_LBSTAT(rx_frames_1024_1518, RX_PORT_1024B_1518B, "# of rx frames in this range");
sys/dev/cxgbe/t4_main.c
8596
T4_LBSTAT(rx_frames_1519_max, RX_PORT_1519B_MAX, "# of rx frames in this range");
sys/dev/cxgbe/t4_main.c
8597
T4_LBSTAT(rx_pause, RX_PORT_PAUSE, "# of pause frames received");
sys/dev/cxgbe/t4_main.c
8598
T4_LBSTAT(rx_ppp0, RX_PORT_PPP0, "# of PPP prio 0 frames received");
sys/dev/cxgbe/t4_main.c
8599
T4_LBSTAT(rx_ppp1, RX_PORT_PPP1, "# of PPP prio 1 frames received");
sys/dev/cxgbe/t4_main.c
8600
T4_LBSTAT(rx_ppp2, RX_PORT_PPP2, "# of PPP prio 2 frames received");
sys/dev/cxgbe/t4_main.c
8601
T4_LBSTAT(rx_ppp3, RX_PORT_PPP3, "# of PPP prio 3 frames received");
sys/dev/cxgbe/t4_main.c
8602
T4_LBSTAT(rx_ppp4, RX_PORT_PPP4, "# of PPP prio 4 frames received");
sys/dev/cxgbe/t4_main.c
8603
T4_LBSTAT(rx_ppp5, RX_PORT_PPP5, "# of PPP prio 5 frames received");
sys/dev/cxgbe/t4_main.c
8604
T4_LBSTAT(rx_ppp6, RX_PORT_PPP6, "# of PPP prio 6 frames received");
sys/dev/cxgbe/t4_main.c
8605
T4_LBSTAT(rx_ppp7, RX_PORT_PPP7, "# of PPP prio 7 frames received");