Lines Matching refs:qe
950 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_online() local
962 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_online()
963 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_online()
972 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_offline() local
980 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_offline()
981 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_offline()
1006 struct list_head *qe, *qen; in bfa_fcs_fabric_stop() local
1010 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_stop()
1011 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_stop()
1028 struct list_head *qe, *qen; in bfa_fcs_fabric_delete() local
1030 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_delete()
1031 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_delete()
1126 list_add_tail(&vport->qe, &fabric->vport_q); in bfa_fcs_fabric_addvport()
1140 list_del(&vport->qe); in bfa_fcs_fabric_delvport()
1153 struct list_head *qe; in bfa_fcs_fabric_vport_lookup() local
1155 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_vport_lookup()
1156 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_vport_lookup()
1199 struct list_head *qe; in bfa_fcs_fabric_uf_recv() local
1245 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_uf_recv()
1246 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_uf_recv()
1458 struct list_head *qe; in bfa_fcs_vf_get_ports() local
1473 list_for_each(qe, &vf->vport_q) { in bfa_fcs_vf_get_ports()
1477 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_vf_get_ports()