Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_svc.c3303 bfa_trc(fcport->bfa, fcport->stats_qfull); in bfa_fcport_stats_get_timeout()
3305 if (fcport->stats_qfull) { in bfa_fcport_stats_get_timeout()
3307 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_stats_get_timeout()
3323 fcport->stats_qfull = BFA_TRUE; in bfa_fcport_send_stats_get()
3330 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_send_stats_get()
3368 bfa_trc(fcport->bfa, fcport->stats_qfull); in bfa_fcport_stats_clr_timeout()
3370 if (fcport->stats_qfull) { in bfa_fcport_stats_clr_timeout()
3372 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_stats_clr_timeout()
3388 fcport->stats_qfull = BFA_TRUE; in bfa_fcport_send_stats_clear()
3395 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_send_stats_clear()
H A Dbfa_svc.h499 bfa_boolean_t stats_qfull; member