Home
last modified time | relevance | path

Searched refs:qe_next (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/bfa/
Dbfa_svc.c1585 struct list_head *qe, *qe_next; in bfa_lps_no_res() local
1593 qe_next = bfa_q_next(qe); in bfa_lps_no_res()
1600 qe = qe_next; in bfa_lps_no_res()
Dbfa_ioc.c3190 struct list_head *qe, *qe_next; in bfa_timer_beat() local
3199 qe_next = bfa_q_next(qe); in bfa_timer_beat()
3210 qe = qe_next; /* go to next elem */ in bfa_timer_beat()
Dbfa_fcs_lport.c5604 struct list_head *qe, *qe_next; in bfa_fcs_lport_scn_multiport_rscn() local
5612 list_for_each_safe(qe, qe_next, &port->rport_q) { in bfa_fcs_lport_scn_multiport_rscn()