Home
last modified time | relevance | path

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

/linux/drivers/scsi/snic/
A Dvnic_stats.h22 struct vnic_tx_stats { struct
23 u64 tx_frames_ok;
24 u64 tx_unicast_frames_ok;
27 u64 tx_bytes_ok;
28 u64 tx_unicast_bytes_ok;
29 u64 tx_multicast_bytes_ok;
30 u64 tx_broadcast_bytes_ok;
31 u64 tx_drops;
32 u64 tx_errors;
33 u64 tx_tso;
[all …]
/linux/drivers/scsi/fnic/
A Dvnic_stats.h22 struct vnic_tx_stats { struct
23 u64 tx_frames_ok;
24 u64 tx_unicast_frames_ok;
27 u64 tx_bytes_ok;
28 u64 tx_unicast_bytes_ok;
29 u64 tx_multicast_bytes_ok;
30 u64 tx_broadcast_bytes_ok;
31 u64 tx_drops;
32 u64 tx_errors;
33 u64 tx_tso;
[all …]
/linux/drivers/net/ethernet/cisco/enic/
A Dvnic_stats.h24 struct vnic_tx_stats { struct
25 u64 tx_frames_ok;
26 u64 tx_unicast_frames_ok;
29 u64 tx_bytes_ok;
30 u64 tx_unicast_bytes_ok;
31 u64 tx_multicast_bytes_ok;
32 u64 tx_broadcast_bytes_ok;
33 u64 tx_drops;
34 u64 tx_errors;
35 u64 tx_tso;
[all …]

Completed in 4 milliseconds