Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_svc.c3317 bfa_trc(fcport->bfa, fcport->stats_qfull); in bfa_fcport_stats_get_timeout()
3319 if (fcport->stats_qfull) { in bfa_fcport_stats_get_timeout()
3321 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_stats_get_timeout()
3337 fcport->stats_qfull = BFA_TRUE; in bfa_fcport_send_stats_get()
3344 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_send_stats_get()
3382 bfa_trc(fcport->bfa, fcport->stats_qfull); in bfa_fcport_stats_clr_timeout()
3384 if (fcport->stats_qfull) { in bfa_fcport_stats_clr_timeout()
3386 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_stats_clr_timeout()
3402 fcport->stats_qfull = BFA_TRUE; in bfa_fcport_send_stats_clear()
3409 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_send_stats_clear()
Dbfa_svc.h507 bfa_boolean_t stats_qfull; member