Searched defs:qed_fcoe_stats (Results 1 – 2 of 2) sorted by relevance
8 struct qed_fcoe_stats { struct9 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;[all …]
976 static int qed_fcoe_stats(struct qed_dev *cdev, struct qed_fcoe_stats *stats) in qed_fcoe_stats() function