Searched refs:fcstats (Results 1 – 1 of 1) sorted by relevance
262 union bfa_port_stats_u *fcstats; in bfad_im_get_stats() local267 fcstats = kzalloc(sizeof(union bfa_port_stats_u), GFP_KERNEL); in bfad_im_get_stats()268 if (fcstats == NULL) in bfad_im_get_stats()276 fcstats, bfad_hcb_comp, &fcomp); in bfad_im_get_stats()279 kfree(fcstats); in bfad_im_get_stats()286 hstats->seconds_since_last_reset = fcstats->fc.secs_reset; in bfad_im_get_stats()287 hstats->tx_frames = fcstats->fc.tx_frames; in bfad_im_get_stats()288 hstats->tx_words = fcstats->fc.tx_words; in bfad_im_get_stats()289 hstats->rx_frames = fcstats->fc.rx_frames; in bfad_im_get_stats()290 hstats->rx_words = fcstats->fc.rx_words; in bfad_im_get_stats()[all …]