Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfa_svc.c3266 bfa_trc(fcport->bfa, fcport->stats_qfull); in bfa_fcport_stats_get_timeout()
3268 if (fcport->stats_qfull) { in bfa_fcport_stats_get_timeout()
3270 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_stats_get_timeout()
3286 fcport->stats_qfull = BFA_TRUE; in bfa_fcport_send_stats_get()
3293 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_send_stats_get()
3331 bfa_trc(fcport->bfa, fcport->stats_qfull); in bfa_fcport_stats_clr_timeout()
3333 if (fcport->stats_qfull) { in bfa_fcport_stats_clr_timeout()
3335 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_stats_clr_timeout()
3351 fcport->stats_qfull = BFA_TRUE; in bfa_fcport_send_stats_clear()
3358 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_send_stats_clear()
H A Dbfa_svc.h555 bfa_boolean_t stats_qfull; member