Lines Matching defs:fcoe_stats_info
2641 struct fcoe_stats_info { struct
2642 u8 version[12]; /* Function's Driver Version. */
2643 u8 mac_local[8]; /* Locally Admin Addr. */
2644 u8 mac_add1[8]; /* Additional Programmed MAC Addr 1. */
2645 u8 mac_add2[8]; /* Additional Programmed MAC Addr 2. */
2647 u32 qos_priority;
2648 u32 txq_size; /* FCoE TX Descriptors Queue Size. */
2649 u32 rxq_size; /* FCoE RX Descriptors Queue Size. */
2651 u32 txq_avg_depth;
2653 u32 rxq_avg_depth;
2654 u32 rx_frames_lo; /* FCoE RX Frames received. */
2655 u32 rx_frames_hi; /* FCoE RX Frames received. */
2656 u32 rx_bytes_lo; /* FCoE RX Bytes received. */
2657 u32 rx_bytes_hi; /* FCoE RX Bytes received. */
2658 u32 tx_frames_lo; /* FCoE TX Frames sent. */
2659 u32 tx_frames_hi; /* FCoE TX Frames sent. */
2660 u32 tx_bytes_lo; /* FCoE TX Bytes sent. */
2661 u32 tx_bytes_hi; /* FCoE TX Bytes sent. */