Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bfa/
Dbfad_attr.c269 union bfa_port_stats_u *fcstats; in bfad_im_get_stats() local
274 fcstats = kzalloc(sizeof(union bfa_port_stats_u), GFP_KERNEL); in bfad_im_get_stats()
275 if (fcstats == NULL) in bfad_im_get_stats()
283 fcstats, bfad_hcb_comp, &fcomp); 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()
[all …]