Home
last modified time | relevance | path

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

/drivers/net/ethernet/cisco/enic/
Dvnic_stats.h24 struct vnic_tx_stats { struct
25 u64 tx_frames_ok;
26 u64 tx_unicast_frames_ok;
27 u64 tx_multicast_frames_ok;
28 u64 tx_broadcast_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;
[all …]
/drivers/scsi/fnic/
Dvnic_stats.h22 struct vnic_tx_stats { struct
23 u64 tx_frames_ok;
24 u64 tx_unicast_frames_ok;
25 u64 tx_multicast_frames_ok;
26 u64 tx_broadcast_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;
[all …]