Lines Matching refs:qe
186 struct list_head *qe, *qen; in bfa_fcs_lport_sm_online() local
209 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_online()
210 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_online()
225 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_online()
226 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_online()
246 struct list_head *qe, *qen; in bfa_fcs_lport_sm_offline() local
267 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_offline()
268 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_offline()
280 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_sm_offline()
281 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_sm_offline()
672 struct list_head *qe, *qen; in bfa_fcs_lport_offline_actions() local
695 list_for_each_safe(qe, qen, &port->rport_q) { in bfa_fcs_lport_offline_actions()
696 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_offline_actions()
899 struct list_head *qe; in bfa_fcs_lport_get_rport_by_pid() local
901 list_for_each(qe, &port->rport_q) { in bfa_fcs_lport_get_rport_by_pid()
902 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport_by_pid()
918 struct list_head *qe; in bfa_fcs_lport_get_rport_by_old_pid() local
920 list_for_each(qe, &port->rport_q) { in bfa_fcs_lport_get_rport_by_old_pid()
921 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport_by_old_pid()
937 struct list_head *qe; in bfa_fcs_lport_get_rport_by_pwwn() local
939 list_for_each(qe, &port->rport_q) { in bfa_fcs_lport_get_rport_by_pwwn()
940 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport_by_pwwn()
956 struct list_head *qe; in bfa_fcs_lport_get_rport_by_nwwn() local
958 list_for_each(qe, &port->rport_q) { in bfa_fcs_lport_get_rport_by_nwwn()
959 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport_by_nwwn()
976 struct list_head *qe; in bfa_fcs_lport_get_rport_by_qualifier() local
978 list_for_each(qe, &port->rport_q) { in bfa_fcs_lport_get_rport_by_qualifier()
979 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport_by_qualifier()
996 list_add_tail(&rport->qe, &port->rport_q); in bfa_fcs_lport_add_rport()
1009 list_del(&rport->qe); in bfa_fcs_lport_del_rport()
5028 struct list_head *qe; in bfa_fcs_lport_ns_process_gidft_pids() local
5049 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_lport_ns_process_gidft_pids()
5050 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_lport_ns_process_gidft_pids()
5539 struct list_head *qe; in bfa_fcs_lport_scn_portid_rscn() local
5551 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_lport_scn_portid_rscn()
5552 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_lport_scn_portid_rscn()
5592 struct list_head *qe, *qe_next; in bfa_fcs_lport_scn_multiport_rscn() local
5600 list_for_each_safe(qe, qe_next, &port->rport_q) { in bfa_fcs_lport_scn_multiport_rscn()
5601 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_scn_multiport_rscn()
5711 struct list_head *qh, *qe; in bfa_fcs_lport_get_rport() local
5724 qe = bfa_q_first(qh); in bfa_fcs_lport_get_rport()
5726 while ((qe != qh) && (i < nrports)) { in bfa_fcs_lport_get_rport()
5727 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport()
5729 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport()
5745 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport()
5759 struct list_head *qh, *qe; in bfa_fcs_lport_get_rport_quals() local
5772 qe = bfa_q_first(qh); in bfa_fcs_lport_get_rport_quals()
5774 while ((qe != qh) && (i < *nrports)) { in bfa_fcs_lport_get_rport_quals()
5775 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport_quals()
5777 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_quals()
5785 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_quals()
5793 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_quals()
5809 struct list_head *qh, *qe; in bfa_fcs_lport_get_rport_max_speed() local
5829 qe = bfa_q_first(qh); in bfa_fcs_lport_get_rport_max_speed()
5831 while (qe != qh) { in bfa_fcs_lport_get_rport_max_speed()
5832 rport = (struct bfa_fcs_rport_s *) qe; in bfa_fcs_lport_get_rport_max_speed()
5836 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_max_speed()
5851 qe = bfa_q_next(qe); in bfa_fcs_lport_get_rport_max_speed()