Lines Matching refs:qe
1020 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_online() local
1032 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_online()
1033 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_online()
1042 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_offline() local
1050 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_offline()
1051 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_offline()
1076 struct list_head *qe, *qen; in bfa_fcs_fabric_stop() local
1080 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_stop()
1081 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_stop()
1098 struct list_head *qe, *qen; in bfa_fcs_fabric_delete() local
1100 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_delete()
1101 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_delete()
1252 list_add_tail(&vport->qe, &fabric->vport_q); in bfa_fcs_fabric_addvport()
1266 list_del(&vport->qe); in bfa_fcs_fabric_delvport()
1279 struct list_head *qe; in bfa_fcs_fabric_vport_lookup() local
1281 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_vport_lookup()
1282 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_vport_lookup()
1325 struct list_head *qe; in bfa_fcs_fabric_uf_recv() local
1371 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_uf_recv()
1372 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_uf_recv()
1584 struct list_head *qe; in bfa_fcs_vf_get_ports() local
1599 list_for_each(qe, &vf->vport_q) { in bfa_fcs_vf_get_ports()
1603 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_vf_get_ports()