Lines Matching defs:qed_fcoe_stats
6 struct qed_fcoe_stats { struct
7 u64 fcoe_rx_byte_cnt;
8 u64 fcoe_rx_data_pkt_cnt;
9 u64 fcoe_rx_xfer_pkt_cnt;
10 u64 fcoe_rx_other_pkt_cnt;
11 u32 fcoe_silent_drop_pkt_cmdq_full_cnt;
12 u32 fcoe_silent_drop_pkt_rq_full_cnt;
13 u32 fcoe_silent_drop_pkt_crc_error_cnt;
14 u32 fcoe_silent_drop_pkt_task_invalid_cnt;
15 u32 fcoe_silent_drop_total_pkt_cnt;
17 u64 fcoe_tx_byte_cnt;
18 u64 fcoe_tx_data_pkt_cnt;
19 u64 fcoe_tx_xfer_pkt_cnt;
20 u64 fcoe_tx_other_pkt_cnt;