Home
last modified time | relevance | path

Searched refs:fc_remote_port_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_portif.h314 fc_remote_port_t *ns_pd;
361 fc_remote_port_t *fctl_create_remote_port(fc_local_port_t *port,
364 int fctl_destroy_remote_port(fc_local_port_t *port, fc_remote_port_t *pd);
365 fc_remote_port_t *fctl_alloc_remote_port(fc_local_port_t *port,
367 void fctl_dealloc_remote_port(fc_remote_port_t *pd);
368 void fctl_release_remote_port(fc_remote_port_t *pd);
371 fc_remote_port_t *pd);
373 fc_remote_port_t *pd);
394 fc_remote_port_t *fctl_get_remote_port_by_did(fc_local_port_t *port,
396 fc_remote_port_t *fctl_hold_remote_port_by_did(fc_local_port_t *port,
[all …]
H A Dfp.h305 int resp_len, int kmflags, fc_remote_port_t *pd);
333 job_request_t *job, int cmd_flag, int sleep, fc_remote_port_t *pd,
335 static void fp_register_login(ddi_acc_handle_t *handle, fc_remote_port_t *pd,
337 static void fp_remote_port_offline(fc_remote_port_t *pd);
338 static void fp_unregister_login(fc_remote_port_t *pd);
345 static void fp_logo_init(fc_remote_port_t *pd, fp_cmd_t *cmd,
355 static int fp_ns_reg(fc_local_port_t *port, fc_remote_port_t *pd,
397 fc_remote_port_t *pd, job_request_t *job);
399 fc_remote_port_t *pd, job_request_t *job);
411 static void fp_fillout_old_map_held(fc_portmap_t *map, fc_remote_port_t *pd,
[all …]
H A Dfctl_private.h300 } fc_remote_port_t; typedef
732 fc_remote_port_t *pd);
737 static void fctl_check_alpa_list(fc_local_port_t *port, fc_remote_port_t *pd);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c849 fc_remote_port_t *pd; in fc_ulp_init_packet()
887 fc_remote_port_t *pd; in fc_ulp_uninit_packet()
1026 fc_remote_port_t *pd = in fc_ulp_getportmap()
1027 (fc_remote_port_t *)tmp_map->map_pd; in fc_ulp_getportmap()
1161 fc_remote_port_t *pd; in fc_ulp_get_remote_port()
1364 fc_remote_port_t *pd, *newpd; in fc_ulp_transport()
1487 fc_remote_port_t *pd; in fc_ulp_issue_els()
1788 fc_remote_port_t *pd; in fc_ulp_get_pwwn_by_did()
1811 fc_remote_port_t *pd; in fc_ulp_pwwn_to_portmap()
1884 fc_remote_port_t *pd = in fc_ulp_disable_relogin()
[all …]
H A Dfp.c1806 fc_remote_port_t *pd; in fp_suspend_all()
1967 fc_remote_port_t *pd) in fp_alloc_pkt()
2258 fc_remote_port_t *pd; in fp_job_handler()
2458 fc_remote_port_t *pd; in fp_job_handler()
2464 pd = (fc_remote_port_t *)job->job_ulp_pkts; in fp_job_handler()
2950 fc_remote_port_t *pd; in fp_port_startup()
3523 fc_remote_port_t *pd = cmd->cmd_pkt.pkt_pd; in fp_iodone()
3616 fc_remote_port_t *pd; in fp_port_shutdown()
3755 fc_remote_port_t *pd; in fp_get_loopmap()
3828 fc_remote_port_t *pd; in fp_loop_online()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c621 wsp->walk_data = mdb_alloc(sizeof (fc_remote_port_t), UM_SLEEP); in pd_by_pwwn_walk_i()
640 if (mdb_vread(wsp->walk_data, sizeof (fc_remote_port_t), wsp->walk_addr) in pd_by_pwwn_walk_s()
650 (uintptr_t)(((fc_remote_port_t *)wsp->walk_data)->pd_wwn_hnext); in pd_by_pwwn_walk_s()
682 mdb_free(wsp->walk_data, sizeof (fc_remote_port_t)); in pd_by_pwwn_walk_f()
734 wsp->walk_data = mdb_alloc(sizeof (fc_remote_port_t), UM_SLEEP); in pd_by_did_walk_i()
753 if (mdb_vread(wsp->walk_data, sizeof (fc_remote_port_t), wsp->walk_addr) in pd_by_did_walk_s()
763 (uintptr_t)(((fc_remote_port_t *)wsp->walk_data)->pd_did_hnext); in pd_by_did_walk_s()
795 mdb_free(wsp->walk_data, sizeof (fc_remote_port_t)); in pd_by_did_walk_f()
808 fc_remote_port_t pd; in remote_port()
821 if (mdb_vread(&pd, sizeof (fc_remote_port_t), addr) != in remote_port()
[all …]