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