Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_svc.c3349 bfa_trc(fcport->bfa, fcport->stats_qfull); in bfa_fcport_stats_get_timeout()
3351 if (fcport->stats_qfull) { in bfa_fcport_stats_get_timeout()
3353 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_stats_get_timeout()
3369 fcport->stats_qfull = BFA_TRUE; in bfa_fcport_send_stats_get()
3376 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_send_stats_get()
3417 bfa_trc(fcport->bfa, fcport->stats_qfull); in bfa_fcport_stats_clr_timeout()
3419 if (fcport->stats_qfull) { in bfa_fcport_stats_clr_timeout()
3421 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_stats_clr_timeout()
3437 fcport->stats_qfull = BFA_TRUE; in bfa_fcport_send_stats_clear()
3444 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_send_stats_clear()
Dbfa_svc.h508 bfa_boolean_t stats_qfull; member