Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/bfa/
H A Dbfa_ioc.c3168 struct list_head *qe, *qe_next; in bfa_timer_beat() local
3177 qe_next = bfa_q_next(qe); in bfa_timer_beat()
3188 qe = qe_next; /* go to next elem */ in bfa_timer_beat()
H A Dbfa_svc.c1548 struct list_head *qe, *qe_next; in bfa_lps_no_res() local
1556 qe_next = bfa_q_next(qe); in bfa_lps_no_res()
1563 qe = qe_next; in bfa_lps_no_res()
H A Dbfa_fcs_lport.c5514 struct list_head *qe, *qe_next; in bfa_fcs_lport_scn_multiport_rscn() local
5522 list_for_each_safe(qe, qe_next, &port->rport_q) { in bfa_fcs_lport_scn_multiport_rscn()