Lines Matching refs:qe
190 struct list_head *qe, *qen; in bfa_fcs_lport_sm_online() local
213 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_online()
214 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_online()
229 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_online()
230 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_online()
250 struct list_head *qe, *qen; in bfa_fcs_lport_sm_offline() local
271 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_offline()
272 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_offline()
284 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_offline()
285 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_offline()
676 struct list_head *qe, *qen; in bfa_fcs_lport_offline_actions() local
699 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_offline_actions()
700 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_offline_actions()
903 struct list_head *qe; in bfa_fcs_lport_get_rport_by_pid() local
905 list_for_each(qe, &port->rport_q) { in bfa_fcs_lport_get_rport_by_pid()
906 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport_by_pid()
922 struct list_head *qe; in bfa_fcs_lport_get_rport_by_old_pid() local
924 list_for_each(qe, &port->rport_q) { in bfa_fcs_lport_get_rport_by_old_pid()
925 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport_by_old_pid()
941 struct list_head *qe; in bfa_fcs_lport_get_rport_by_pwwn() local
943 list_for_each(qe, &port->rport_q) { in bfa_fcs_lport_get_rport_by_pwwn()
944 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport_by_pwwn()
960 struct list_head *qe; in bfa_fcs_lport_get_rport_by_nwwn() local
962 list_for_each(qe, &port->rport_q) { in bfa_fcs_lport_get_rport_by_nwwn()
963 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport_by_nwwn()
980 struct list_head *qe; in bfa_fcs_lport_get_rport_by_qualifier() local
982 list_for_each(qe, &port->rport_q) { in bfa_fcs_lport_get_rport_by_qualifier()
983 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport_by_qualifier()
1000 list_add_tail(&rport->qe, &port->rport_q); in bfa_fcs_lport_add_rport()
1013 list_del(&rport->qe); in bfa_fcs_lport_del_rport()
5040 struct list_head *qe; in bfa_fcs_lport_ns_process_gidft_pids() local
5061 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_lport_ns_process_gidft_pids()
5062 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_lport_ns_process_gidft_pids()
5551 struct list_head *qe; in bfa_fcs_lport_scn_portid_rscn() local
5563 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_lport_scn_portid_rscn()
5564 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_lport_scn_portid_rscn()
5604 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()
5613 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_scn_multiport_rscn()
5723 struct list_head *qh, *qe; in bfa_fcs_lport_get_rport() local
5736 qe = bfa_q_first(qh); in bfa_fcs_lport_get_rport()
5738 while ((qe != qh) && (i < nrports)) { in bfa_fcs_lport_get_rport()
5739 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport()
5741 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport()
5757 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport()
5771 struct list_head *qh, *qe; in bfa_fcs_lport_get_rport_quals() local
5784 qe = bfa_q_first(qh); in bfa_fcs_lport_get_rport_quals()
5786 while ((qe != qh) && (i < *nrports)) { in bfa_fcs_lport_get_rport_quals()
5787 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport_quals()
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()
5821 struct list_head *qh, *qe; in bfa_fcs_lport_get_rport_max_speed() local
5841 qe = bfa_q_first(qh); in bfa_fcs_lport_get_rport_max_speed()
5843 while (qe != qh) { in bfa_fcs_lport_get_rport_max_speed()
5844 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport_max_speed()
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()