Home
last modified time | relevance | path

Searched defs:vnic_tx_stats (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/fnic/
H A Dvnic_stats.h10 struct vnic_tx_stats { struct
11 u64 tx_frames_ok;
12 u64 tx_unicast_frames_ok;
13 u64 tx_multicast_frames_ok;
15 u64 tx_bytes_ok;
16 u64 tx_unicast_bytes_ok;
17 u64 tx_multicast_bytes_ok;
19 u64 tx_drops;
20 u64 tx_errors;
21 u64 tx_tso;
[all …]
/openbmc/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_stats.h11 struct vnic_tx_stats { struct
12 u64 tx_frames_ok;
13 u64 tx_unicast_frames_ok;
16 u64 tx_bytes_ok;
17 u64 tx_unicast_bytes_ok;
18 u64 tx_multicast_bytes_ok;
19 u64 tx_broadcast_bytes_ok;
20 u64 tx_drops;
21 u64 tx_errors;
22 u64 tx_tso;
[all …]
/openbmc/linux/drivers/scsi/snic/
H A Dvnic_stats.h8 struct vnic_tx_stats { struct
9 u64 tx_frames_ok;
10 u64 tx_unicast_frames_ok;
11 u64 tx_multicast_frames_ok;
13 u64 tx_bytes_ok;
14 u64 tx_unicast_bytes_ok;
15 u64 tx_multicast_bytes_ok;
17 u64 tx_drops;
18 u64 tx_errors;
19 u64 tx_tso;
[all …]