Searched refs:bfa_q_next (Results 1 – 5 of 5) sorted by relevance
117 #define bfa_q_next(_qe) (((struct list_head *) (_qe))->next) macro124 bfa_q_next(_qe) = (struct list_head *) NULL; \133 (*((struct list_head **) (_qe))) = bfa_q_next(_q); \134 bfa_q_prev(bfa_q_next(*((struct list_head **) _qe))) = \136 bfa_q_next(_q) = bfa_q_next(*((struct list_head **) _qe));\148 bfa_q_next(bfa_q_prev(*((struct list_head **) _qe))) = \161 tqe = bfa_q_next(q); in bfa_q_is_on_q_func()165 tqe = bfa_q_next(tqe); in bfa_q_is_on_q_func()
5670 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport()5686 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport()5718 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_quals()5726 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_quals()5734 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_quals()5777 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_max_speed()5792 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_max_speed()
3195 qe = bfa_q_next(qh); in bfa_timer_beat()3198 qe_next = bfa_q_next(qe); in bfa_timer_beat()
1576 qe = bfa_q_next(first_lps); in bfa_lps_no_res()1579 qe_next = bfa_q_next(qe); in bfa_lps_no_res()
2469 sgpg = (struct bfa_sgpg_s *) bfa_q_next(sgpg); in bfa_ioim_send_ioreq()