Lines Matching defs:eth_stats_info
2602 struct eth_stats_info { struct
2604 u8 version[ETH_STAT_INFO_VERSION_LEN];
2606 u8 mac_local[8];
2607 u8 mac_add1[8]; /* Additional Programmed MAC Addr 1. */
2608 u8 mac_add2[8]; /* Additional Programmed MAC Addr 2. */
2609 u32 mtu_size; /* MTU Size. Note : Negotiated MTU */
2610 u32 feature_flags; /* Feature_Flags. */
2620 u32 lso_max_size; /* LSO MaxOffloadSize. */
2621 u32 lso_min_seg_cnt; /* LSO MinSegmentCount. */
2623 u32 ipv4_ofld_cnt;
2625 u32 ipv6_ofld_cnt;
2626 u32 promiscuous_mode; /* Promiscuous Mode. non-zero true */
2627 u32 txq_size; /* TX Descriptors Queue Size */
2628 u32 rxq_size; /* RX Descriptors Queue Size */
2630 u32 txq_avg_depth;
2632 u32 rxq_avg_depth;
2634 u32 iov_offload;
2636 u32 netq_cnt;
2637 u32 vf_cnt; /* Num VF assigned to this PF. */