Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/bfa/
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_svc.c1591 struct list_head *qe, *qe_next; in bfa_lps_no_res() local
1599 qe_next = bfa_q_next(qe); in bfa_lps_no_res()
1606 qe = qe_next; in bfa_lps_no_res()
Dbfa_fcs_lport.c5596 struct list_head *qe, *qe_next; in bfa_fcs_lport_scn_multiport_rscn() local
5604 list_for_each_safe(qe, qe_next, &port->rport_q) { in bfa_fcs_lport_scn_multiport_rscn()