Home
last modified time | relevance | path

Searched refs:fcp_output_bytes (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/fnic/
H A Dfnic.h428 u64 fcp_output_bytes; /* internal statistic */ member
H A Dfnic_main.c289 stats->fcp_output_megabytes = div_u64(fnic->fcp_output_bytes, 1000000); in fnic_get_stats()
H A Dfnic_nvme.c71 fnic->fcp_output_bytes += io_req->fcp_req->transferred_length; in nvfnic_update_io_bytes()