Lines Matching refs:qe

958 	struct list_head	      *qe, *qen;  in bfa_fcs_fabric_notify_online()  local
970 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_online()
971 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_online()
980 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_offline() local
988 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_offline()
989 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_offline()
1014 struct list_head *qe, *qen; in bfa_fcs_fabric_stop() local
1018 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_stop()
1019 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_stop()
1036 struct list_head *qe, *qen; in bfa_fcs_fabric_delete() local
1038 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_delete()
1039 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_delete()
1134 list_add_tail(&vport->qe, &fabric->vport_q); in bfa_fcs_fabric_addvport()
1148 list_del(&vport->qe); in bfa_fcs_fabric_delvport()
1161 struct list_head *qe; in bfa_fcs_fabric_vport_lookup() local
1163 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_vport_lookup()
1164 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_vport_lookup()
1207 struct list_head *qe; in bfa_fcs_fabric_uf_recv() local
1253 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_uf_recv()
1254 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_uf_recv()
1466 struct list_head *qe; in bfa_fcs_vf_get_ports() local
1481 list_for_each(qe, &vf->vport_q) { in bfa_fcs_vf_get_ports()
1485 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_vf_get_ports()