Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/bfa/
Dbfa_svc.c3289 bfa_trc(fcport->bfa, fcport->stats_qfull); in bfa_fcport_stats_get_timeout()
3291 if (fcport->stats_qfull) { in bfa_fcport_stats_get_timeout()
3293 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_stats_get_timeout()
3309 fcport->stats_qfull = BFA_TRUE; in bfa_fcport_send_stats_get()
3316 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_send_stats_get()
3354 bfa_trc(fcport->bfa, fcport->stats_qfull); in bfa_fcport_stats_clr_timeout()
3356 if (fcport->stats_qfull) { in bfa_fcport_stats_clr_timeout()
3358 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_stats_clr_timeout()
3374 fcport->stats_qfull = BFA_TRUE; in bfa_fcport_send_stats_clear()
3381 fcport->stats_qfull = BFA_FALSE; in bfa_fcport_send_stats_clear()
Dbfa_svc.h555 bfa_boolean_t stats_qfull; member