Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_svc.c3396 bfa_trc(fcport->bfa, fcport->stats_qfull); in bfa_fcport_stats_get_timeout()
3398 if (fcport->stats_qfull) { in bfa_fcport_stats_get_timeout()
3400 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_stats_get_timeout()
3416 fcport->stats_qfull = BFA_TRUE; in bfa_fcport_send_stats_get()
3423 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_send_stats_get()
3464 bfa_trc(fcport->bfa, fcport->stats_qfull); in bfa_fcport_stats_clr_timeout()
3466 if (fcport->stats_qfull) { in bfa_fcport_stats_clr_timeout()
3468 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_stats_clr_timeout()
3484 fcport->stats_qfull = BFA_TRUE; in bfa_fcport_send_stats_clear()
3491 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_send_stats_clear()
Dbfa_svc.h506 bfa_boolean_t stats_qfull; member