Home
last modified time | relevance | path

Searched refs:bfa_q_next (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_cs.h125 #define bfa_q_next(_qe) (((struct list_head *) (_qe))->next) macro
132 bfa_q_next(_qe) = (struct list_head *) NULL; \
141 (*((struct list_head **) (_qe))) = bfa_q_next(_q); \
142 bfa_q_prev(bfa_q_next(*((struct list_head **) _qe))) = \
144 bfa_q_next(_q) = bfa_q_next(*((struct list_head **) _qe));\
156 bfa_q_next(bfa_q_prev(*((struct list_head **) _qe))) = \
169 tqe = bfa_q_next(q); in bfa_q_is_on_q_func()
173 tqe = bfa_q_next(tqe); in bfa_q_is_on_q_func()
Dbfa_fcs_lport.c5741 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport()
5757 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport()
5789 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_quals()
5797 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_quals()
5805 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_quals()
5848 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_max_speed()
5863 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_max_speed()
Dbfa_svc.c1604 qe = bfa_q_next(first_lps); in bfa_lps_no_res()
1607 qe_next = bfa_q_next(qe); in bfa_lps_no_res()
Dbfa_ioc.c3213 qe = bfa_q_next(qh); in bfa_timer_beat()
3216 qe_next = bfa_q_next(qe); in bfa_timer_beat()
Dbfa_fcpim.c2534 sgpg = (struct bfa_sgpg_s *) bfa_q_next(sgpg); in bfa_ioim_send_ioreq()