Lines Matching refs:vport

1019 	struct bfa_fcs_vport_s *vport;  in bfa_fcs_fabric_notify_online()  local
1033 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_online()
1034 bfa_fcs_vport_online(vport); in bfa_fcs_fabric_notify_online()
1041 struct bfa_fcs_vport_s *vport; in bfa_fcs_fabric_notify_offline() local
1051 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_notify_offline()
1052 bfa_fcs_vport_offline(vport); in bfa_fcs_fabric_notify_offline()
1075 struct bfa_fcs_vport_s *vport; in bfa_fcs_fabric_stop() local
1081 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_stop()
1083 bfa_fcs_vport_fcs_stop(vport); in bfa_fcs_fabric_stop()
1097 struct bfa_fcs_vport_s *vport; in bfa_fcs_fabric_delete() local
1101 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_delete()
1102 bfa_fcs_vport_fcs_delete(vport); in bfa_fcs_fabric_delete()
1245 struct bfa_fcs_vport_s *vport) in bfa_fcs_fabric_addvport() argument
1252 list_add_tail(&vport->qe, &fabric->vport_q); in bfa_fcs_fabric_addvport()
1264 struct bfa_fcs_vport_s *vport) in bfa_fcs_fabric_delvport() argument
1266 list_del(&vport->qe); in bfa_fcs_fabric_delvport()
1278 struct bfa_fcs_vport_s *vport; in bfa_fcs_fabric_vport_lookup() local
1282 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_vport_lookup()
1283 if (bfa_fcs_lport_get_pwwn(&vport->lport) == pwwn) in bfa_fcs_fabric_vport_lookup()
1284 return vport; in bfa_fcs_fabric_vport_lookup()
1324 struct bfa_fcs_vport_s *vport; in bfa_fcs_fabric_uf_recv() local
1372 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_fabric_uf_recv()
1373 if (vport->lport.pid == pid) { in bfa_fcs_fabric_uf_recv()
1374 bfa_fcs_lport_uf_recv(&vport->lport, fchs, len); in bfa_fcs_fabric_uf_recv()
1585 struct bfa_fcs_vport_s *vport; in bfa_fcs_vf_get_ports() local
1603 vport = (struct bfa_fcs_vport_s *) qe; in bfa_fcs_vf_get_ports()
1604 lpwwn[i++] = vport->lport.port_cfg.pwwn; in bfa_fcs_vf_get_ports()