Lines Matching refs:portstats
1055 struct fw_fcoe_port_stats *portstats) in csio_mb_process_portparams_rsp() argument
1072 portstats->tx_bcast_bytes = stats.tx_bcast_bytes; in csio_mb_process_portparams_rsp()
1073 portstats->tx_bcast_frames = stats.tx_bcast_frames; in csio_mb_process_portparams_rsp()
1074 portstats->tx_mcast_bytes = stats.tx_mcast_bytes; in csio_mb_process_portparams_rsp()
1075 portstats->tx_mcast_frames = stats.tx_mcast_frames; in csio_mb_process_portparams_rsp()
1076 portstats->tx_ucast_bytes = stats.tx_ucast_bytes; in csio_mb_process_portparams_rsp()
1077 portstats->tx_ucast_frames = stats.tx_ucast_frames; in csio_mb_process_portparams_rsp()
1081 portstats->tx_drop_frames = stats.tx_drop_frames; in csio_mb_process_portparams_rsp()
1082 portstats->tx_offload_bytes = stats.tx_offload_bytes; in csio_mb_process_portparams_rsp()
1083 portstats->tx_offload_frames = stats.tx_offload_frames; in csio_mb_process_portparams_rsp()
1085 portstats->rx_pf_bytes = stats.rx_pf_bytes; in csio_mb_process_portparams_rsp()
1086 portstats->rx_pf_frames = stats.rx_pf_frames; in csio_mb_process_portparams_rsp()
1088 portstats->rx_bcast_bytes = stats.rx_bcast_bytes; in csio_mb_process_portparams_rsp()
1089 portstats->rx_bcast_frames = stats.rx_bcast_frames; in csio_mb_process_portparams_rsp()
1090 portstats->rx_mcast_bytes = stats.rx_mcast_bytes; in csio_mb_process_portparams_rsp()
1094 portstats->rx_mcast_frames = stats.rx_mcast_frames; in csio_mb_process_portparams_rsp()
1095 portstats->rx_ucast_bytes = stats.rx_ucast_bytes; in csio_mb_process_portparams_rsp()
1096 portstats->rx_ucast_frames = stats.rx_ucast_frames; in csio_mb_process_portparams_rsp()
1097 portstats->rx_err_frames = stats.rx_err_frames; in csio_mb_process_portparams_rsp()