• Home
  • Raw
  • Download

Lines Matching refs:qe

1021 	struct list_head	      *qe, *qen;  in bfa_fcs_fabric_notify_online()  local
1033 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_online()
1034 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_online()
1043 struct list_head *qe, *qen; in bfa_fcs_fabric_notify_offline() local
1051 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_offline()
1052 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_offline()
1077 struct list_head *qe, *qen; in bfa_fcs_fabric_stop() local
1081 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_stop()
1082 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_stop()
1099 struct list_head *qe, *qen; in bfa_fcs_fabric_delete() local
1101 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_delete()
1102 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_delete()
1253 list_add_tail(&vport->qe, &fabric->vport_q); in bfa_fcs_fabric_addvport()
1267 list_del(&vport->qe); in bfa_fcs_fabric_delvport()
1280 struct list_head *qe; in bfa_fcs_fabric_vport_lookup() local
1282 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_vport_lookup()
1283 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_vport_lookup()
1326 struct list_head *qe; in bfa_fcs_fabric_uf_recv() local
1372 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_uf_recv()
1373 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_uf_recv()
1585 struct list_head *qe; in bfa_fcs_vf_get_ports() local
1600 list_for_each(qe, &vf->vport_q) { in bfa_fcs_vf_get_ports()
1604 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_vf_get_ports()