Symbol: T4_LBSTAT
sys/dev/cxgbe/t4_main.c
8585
T4_LBSTAT(tx_octets, TX_PORT_BYTES, "# of octets in good frames");
sys/dev/cxgbe/t4_main.c
8586
T4_LBSTAT(tx_frames, TX_PORT_FRAMES, "total # of good frames");
sys/dev/cxgbe/t4_main.c
8587
T4_LBSTAT(tx_bcast_frames, TX_PORT_BCAST, "# of broadcast frames");
sys/dev/cxgbe/t4_main.c
8588
T4_LBSTAT(tx_mcast_frames, TX_PORT_MCAST, "# of multicast frames");
sys/dev/cxgbe/t4_main.c
8589
T4_LBSTAT(tx_ucast_frames, TX_PORT_UCAST, "# of unicast frames");
sys/dev/cxgbe/t4_main.c
8590
T4_LBSTAT(tx_error_frames, TX_PORT_ERROR, "# of error frames");
sys/dev/cxgbe/t4_main.c
8591
T4_LBSTAT(tx_frames_64, TX_PORT_64B, "# of tx frames in this range");
sys/dev/cxgbe/t4_main.c
8592
T4_LBSTAT(tx_frames_65_127, TX_PORT_65B_127B, "# of tx frames in this range");
sys/dev/cxgbe/t4_main.c
8593
T4_LBSTAT(tx_frames_128_255, TX_PORT_128B_255B, "# of tx frames in this range");
sys/dev/cxgbe/t4_main.c
8594
T4_LBSTAT(tx_frames_256_511, TX_PORT_256B_511B, "# of tx frames in this range");
sys/dev/cxgbe/t4_main.c
8595
T4_LBSTAT(tx_frames_512_1023, TX_PORT_512B_1023B, "# of tx frames in this range");
sys/dev/cxgbe/t4_main.c
8596
T4_LBSTAT(tx_frames_1024_1518, TX_PORT_1024B_1518B, "# of tx frames in this range");
sys/dev/cxgbe/t4_main.c
8597
T4_LBSTAT(tx_frames_1519_max, TX_PORT_1519B_MAX, "# of tx frames in this range");
sys/dev/cxgbe/t4_main.c
8598
T4_LBSTAT(tx_drop, TX_PORT_DROP, "# of dropped tx frames");
sys/dev/cxgbe/t4_main.c
8599
T4_LBSTAT(tx_pause, TX_PORT_PAUSE, "# of pause frames transmitted");
sys/dev/cxgbe/t4_main.c
8600
T4_LBSTAT(tx_ppp0, TX_PORT_PPP0, "# of PPP prio 0 frames transmitted");
sys/dev/cxgbe/t4_main.c
8601
T4_LBSTAT(tx_ppp1, TX_PORT_PPP1, "# of PPP prio 1 frames transmitted");
sys/dev/cxgbe/t4_main.c
8602
T4_LBSTAT(tx_ppp2, TX_PORT_PPP2, "# of PPP prio 2 frames transmitted");
sys/dev/cxgbe/t4_main.c
8603
T4_LBSTAT(tx_ppp3, TX_PORT_PPP3, "# of PPP prio 3 frames transmitted");
sys/dev/cxgbe/t4_main.c
8604
T4_LBSTAT(tx_ppp4, TX_PORT_PPP4, "# of PPP prio 4 frames transmitted");
sys/dev/cxgbe/t4_main.c
8605
T4_LBSTAT(tx_ppp5, TX_PORT_PPP5, "# of PPP prio 5 frames transmitted");
sys/dev/cxgbe/t4_main.c
8606
T4_LBSTAT(tx_ppp6, TX_PORT_PPP6, "# of PPP prio 6 frames transmitted");
sys/dev/cxgbe/t4_main.c
8607
T4_LBSTAT(tx_ppp7, TX_PORT_PPP7, "# of PPP prio 7 frames transmitted");
sys/dev/cxgbe/t4_main.c
8609
T4_LBSTAT(rx_octets, RX_PORT_BYTES, "# of octets in good frames");
sys/dev/cxgbe/t4_main.c
8610
T4_LBSTAT(rx_frames, RX_PORT_FRAMES, "total # of good frames");
sys/dev/cxgbe/t4_main.c
8611
T4_LBSTAT(rx_bcast_frames, RX_PORT_BCAST, "# of broadcast frames");
sys/dev/cxgbe/t4_main.c
8612
T4_LBSTAT(rx_mcast_frames, RX_PORT_MCAST, "# of multicast frames");
sys/dev/cxgbe/t4_main.c
8613
T4_LBSTAT(rx_ucast_frames, RX_PORT_UCAST, "# of unicast frames");
sys/dev/cxgbe/t4_main.c
8614
T4_LBSTAT(rx_too_long, RX_PORT_MTU_ERROR, "# of frames exceeding MTU");
sys/dev/cxgbe/t4_main.c
8615
T4_LBSTAT(rx_jabber, RX_PORT_MTU_CRC_ERROR, "# of jabber frames");
sys/dev/cxgbe/t4_main.c
8622
T4_LBSTAT(rx_fcs_err, RX_PORT_CRC_ERROR,
sys/dev/cxgbe/t4_main.c
8625
T4_LBSTAT(rx_len_err, RX_PORT_LEN_ERROR, "# of frames received with length error");
sys/dev/cxgbe/t4_main.c
8626
T4_LBSTAT(rx_symbol_err, RX_PORT_SYM_ERROR, "symbol errors");
sys/dev/cxgbe/t4_main.c
8627
T4_LBSTAT(rx_runt, RX_PORT_LESS_64B, "# of short frames received");
sys/dev/cxgbe/t4_main.c
8628
T4_LBSTAT(rx_frames_64, RX_PORT_64B, "# of rx frames in this range");
sys/dev/cxgbe/t4_main.c
8629
T4_LBSTAT(rx_frames_65_127, RX_PORT_65B_127B, "# of rx frames in this range");
sys/dev/cxgbe/t4_main.c
8630
T4_LBSTAT(rx_frames_128_255, RX_PORT_128B_255B, "# of rx frames in this range");
sys/dev/cxgbe/t4_main.c
8631
T4_LBSTAT(rx_frames_256_511, RX_PORT_256B_511B, "# of rx frames in this range");
sys/dev/cxgbe/t4_main.c
8632
T4_LBSTAT(rx_frames_512_1023, RX_PORT_512B_1023B, "# of rx frames in this range");
sys/dev/cxgbe/t4_main.c
8633
T4_LBSTAT(rx_frames_1024_1518, RX_PORT_1024B_1518B, "# of rx frames in this range");
sys/dev/cxgbe/t4_main.c
8634
T4_LBSTAT(rx_frames_1519_max, RX_PORT_1519B_MAX, "# of rx frames in this range");
sys/dev/cxgbe/t4_main.c
8635
T4_LBSTAT(rx_pause, RX_PORT_PAUSE, "# of pause frames received");
sys/dev/cxgbe/t4_main.c
8636
T4_LBSTAT(rx_ppp0, RX_PORT_PPP0, "# of PPP prio 0 frames received");
sys/dev/cxgbe/t4_main.c
8637
T4_LBSTAT(rx_ppp1, RX_PORT_PPP1, "# of PPP prio 1 frames received");
sys/dev/cxgbe/t4_main.c
8638
T4_LBSTAT(rx_ppp2, RX_PORT_PPP2, "# of PPP prio 2 frames received");
sys/dev/cxgbe/t4_main.c
8639
T4_LBSTAT(rx_ppp3, RX_PORT_PPP3, "# of PPP prio 3 frames received");
sys/dev/cxgbe/t4_main.c
8640
T4_LBSTAT(rx_ppp4, RX_PORT_PPP4, "# of PPP prio 4 frames received");
sys/dev/cxgbe/t4_main.c
8641
T4_LBSTAT(rx_ppp5, RX_PORT_PPP5, "# of PPP prio 5 frames received");
sys/dev/cxgbe/t4_main.c
8642
T4_LBSTAT(rx_ppp6, RX_PORT_PPP6, "# of PPP prio 6 frames received");
sys/dev/cxgbe/t4_main.c
8643
T4_LBSTAT(rx_ppp7, RX_PORT_PPP7, "# of PPP prio 7 frames received");