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

/drivers/scsi/bfa/
H A Dbfad_attr.c269 union bfa_port_stats_u *fcstats; local
274 fcstats = kzalloc(sizeof(union bfa_port_stats_u), GFP_KERNEL);
275 if (fcstats == NULL)
283 fcstats, bfad_hcb_comp, &fcomp);
291 hstats->seconds_since_last_reset = fcstats->fc.secs_reset;
292 hstats->tx_frames = fcstats->fc.tx_frames;
293 hstats->tx_words = fcstats->fc.tx_words;
294 hstats->rx_frames = fcstats->fc.rx_frames;
295 hstats->rx_words = fcstats->fc.rx_words;
296 hstats->lip_count = fcstats
[all...]

Completed in 24 milliseconds