Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/scsi/
Dscsi_transport_fc.h404 struct fc_host_statistics { struct
406 u64 seconds_since_last_reset;
407 u64 tx_frames;
408 u64 tx_words;
409 u64 rx_frames;
410 u64 rx_words;
411 u64 lip_count;
412 u64 nos_count;
413 u64 error_frames;
414 u64 dumped_frames;
[all …]
/kernel/linux/linux-6.6/include/scsi/
Dscsi_transport_fc.h436 struct fc_host_statistics { struct
438 u64 seconds_since_last_reset;
439 u64 tx_frames;
440 u64 tx_words;
441 u64 rx_frames;
442 u64 rx_words;
443 u64 lip_count;
444 u64 nos_count;
445 u64 error_frames;
446 u64 dumped_frames;
[all …]