Home
last modified time | relevance | path

Searched refs:portstats (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_mb.c1051 struct fw_fcoe_port_stats *portstats) in csio_mb_process_portparams_rsp() argument
1068 portstats->tx_bcast_bytes = stats.tx_bcast_bytes; in csio_mb_process_portparams_rsp()
1069 portstats->tx_bcast_frames = stats.tx_bcast_frames; in csio_mb_process_portparams_rsp()
1070 portstats->tx_mcast_bytes = stats.tx_mcast_bytes; in csio_mb_process_portparams_rsp()
1071 portstats->tx_mcast_frames = stats.tx_mcast_frames; in csio_mb_process_portparams_rsp()
1072 portstats->tx_ucast_bytes = stats.tx_ucast_bytes; in csio_mb_process_portparams_rsp()
1073 portstats->tx_ucast_frames = stats.tx_ucast_frames; in csio_mb_process_portparams_rsp()
1077 portstats->tx_drop_frames = stats.tx_drop_frames; in csio_mb_process_portparams_rsp()
1078 portstats->tx_offload_bytes = stats.tx_offload_bytes; in csio_mb_process_portparams_rsp()
1079 portstats->tx_offload_frames = stats.tx_offload_frames; in csio_mb_process_portparams_rsp()
[all …]
Dcsio_mb.h251 struct fw_fcoe_port_stats *portstats);