Searched refs:hstats (Results 1 – 1 of 1) sorted by relevance
270 struct fc_host_statistics *hstats; in bfad_im_get_stats() local278 hstats = &bfad->link_stats; in bfad_im_get_stats()281 memset(hstats, 0, sizeof(struct fc_host_statistics)); in bfad_im_get_stats()291 hstats->seconds_since_last_reset = fcstats->fc.secs_reset; in bfad_im_get_stats()292 hstats->tx_frames = fcstats->fc.tx_frames; in bfad_im_get_stats()293 hstats->tx_words = fcstats->fc.tx_words; in bfad_im_get_stats()294 hstats->rx_frames = fcstats->fc.rx_frames; in bfad_im_get_stats()295 hstats->rx_words = fcstats->fc.rx_words; in bfad_im_get_stats()296 hstats->lip_count = fcstats->fc.lip_count; in bfad_im_get_stats()297 hstats->nos_count = fcstats->fc.nos_count; in bfad_im_get_stats()[all …]