portstats        1055 drivers/scsi/csiostor/csio_mb.c 				struct fw_fcoe_port_stats *portstats)
portstats        1072 drivers/scsi/csiostor/csio_mb.c 			portstats->tx_bcast_bytes = stats.tx_bcast_bytes;
portstats        1073 drivers/scsi/csiostor/csio_mb.c 			portstats->tx_bcast_frames = stats.tx_bcast_frames;
portstats        1074 drivers/scsi/csiostor/csio_mb.c 			portstats->tx_mcast_bytes = stats.tx_mcast_bytes;
portstats        1075 drivers/scsi/csiostor/csio_mb.c 			portstats->tx_mcast_frames = stats.tx_mcast_frames;
portstats        1076 drivers/scsi/csiostor/csio_mb.c 			portstats->tx_ucast_bytes = stats.tx_ucast_bytes;
portstats        1077 drivers/scsi/csiostor/csio_mb.c 			portstats->tx_ucast_frames = stats.tx_ucast_frames;
portstats        1081 drivers/scsi/csiostor/csio_mb.c 			portstats->tx_drop_frames = stats.tx_drop_frames;
portstats        1082 drivers/scsi/csiostor/csio_mb.c 			portstats->tx_offload_bytes = stats.tx_offload_bytes;
portstats        1083 drivers/scsi/csiostor/csio_mb.c 			portstats->tx_offload_frames = stats.tx_offload_frames;
portstats        1085 drivers/scsi/csiostor/csio_mb.c 			portstats->rx_pf_bytes = stats.rx_pf_bytes;
portstats        1086 drivers/scsi/csiostor/csio_mb.c 			portstats->rx_pf_frames	= stats.rx_pf_frames;
portstats        1088 drivers/scsi/csiostor/csio_mb.c 			portstats->rx_bcast_bytes = stats.rx_bcast_bytes;
portstats        1089 drivers/scsi/csiostor/csio_mb.c 			portstats->rx_bcast_frames = stats.rx_bcast_frames;
portstats        1090 drivers/scsi/csiostor/csio_mb.c 			portstats->rx_mcast_bytes = stats.rx_mcast_bytes;
portstats        1094 drivers/scsi/csiostor/csio_mb.c 			portstats->rx_mcast_frames = stats.rx_mcast_frames;
portstats        1095 drivers/scsi/csiostor/csio_mb.c 			portstats->rx_ucast_bytes = stats.rx_ucast_bytes;
portstats        1096 drivers/scsi/csiostor/csio_mb.c 			portstats->rx_ucast_frames = stats.rx_ucast_frames;
portstats        1097 drivers/scsi/csiostor/csio_mb.c 			portstats->rx_err_frames = stats.rx_err_frames;
portstats         247 drivers/scsi/csiostor/csio_mb.h 				struct fw_fcoe_port_stats *portstats);