Home
last modified time | relevance | path

Searched defs:_lm_fcoe_stats_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm_stats.h557 typedef struct _lm_fcoe_stats_t struct
560 u64_t fcoe_tx_pkt_cnt /* Number of transmitted FCoE packets */;
561 u64_t fcoe_tx_byte_cnt /* Number of transmitted FCoE bytes */;
562 u64_t fcp_tx_pkt_cnt /* Number of transmitted FCP packets */;
564 u64_t fcoe_rx_pkt_cnt /* Number of FCoE packets that were legally received */;
565 u64_t fcoe_rx_byte_cnt /* Number of FCoE bytes that were legally received */;
567 u64_t fcoe_ver_cnt /* Number of packets with wrong FCoE version */;
568 u64_t fcoe_rx_drop_pkt_cnt_tstorm /* Number of FCoE packets that were dropped */;
570 u64_t fc_crc_cnt /* Number of packets with FC CRC error */;
571 u64_t eofa_del_cnt /* Number of packets with EOFa delimiter */;
[all …]