Searched refs:fc_remote_port_t (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fc_portif.h | 314 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 D | fp.h | 301 int resp_len, int kmflags, fc_remote_port_t *pd); 329 job_request_t *job, int cmd_flag, int sleep, fc_remote_port_t *pd, 331 static void fp_register_login(ddi_acc_handle_t *handle, fc_remote_port_t *pd, 333 static void fp_remote_port_offline(fc_remote_port_t *pd); 334 static void fp_unregister_login(fc_remote_port_t *pd); 341 static void fp_logo_init(fc_remote_port_t *pd, fp_cmd_t *cmd, 351 static int fp_ns_reg(fc_local_port_t *port, fc_remote_port_t *pd, 393 fc_remote_port_t *pd, job_request_t *job); 395 fc_remote_port_t *pd, job_request_t *job); 407 static void fp_fillout_old_map_held(fc_portmap_t *map, fc_remote_port_t *pd, [all …]
|
H A D | fctl_private.h | 300 } 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);
|
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fctl.c | 848 fc_remote_port_t *pd; in fc_ulp_init_packet() 886 fc_remote_port_t *pd; in fc_ulp_uninit_packet() 1025 fc_remote_port_t *pd = in fc_ulp_getportmap() 1026 (fc_remote_port_t *)tmp_map->map_pd; in fc_ulp_getportmap() 1160 fc_remote_port_t *pd; in fc_ulp_get_remote_port() 1363 fc_remote_port_t *pd, *newpd; in fc_ulp_transport() 1486 fc_remote_port_t *pd; in fc_ulp_issue_els() 1787 fc_remote_port_t *pd; in fc_ulp_get_pwwn_by_did() 1810 fc_remote_port_t *pd; in fc_ulp_pwwn_to_portmap() 1883 fc_remote_port_t *pd = in fc_ulp_disable_relogin() [all …]
|
H A D | fp.c | 1805 fc_remote_port_t *pd; in fp_suspend_all() 1966 fc_remote_port_t *pd) in fp_alloc_pkt() 2257 fc_remote_port_t *pd; in fp_job_handler() 2457 fc_remote_port_t *pd; in fp_job_handler() 2463 pd = (fc_remote_port_t *)job->job_ulp_pkts; in fp_job_handler() 2949 fc_remote_port_t *pd; in fp_port_startup() 3522 fc_remote_port_t *pd = cmd->cmd_pkt.pkt_pd; in fp_iodone() 3615 fc_remote_port_t *pd; in fp_port_shutdown() 3754 fc_remote_port_t *pd; in fp_get_loopmap() 3827 fc_remote_port_t *pd; in fp_loop_online() [all …]
|
/titanic_44/usr/src/cmd/mdb/common/modules/fctl/ |
H A D | fctl.c | 618 wsp->walk_data = mdb_alloc(sizeof (fc_remote_port_t), UM_SLEEP); in pd_by_pwwn_walk_i() 637 if (mdb_vread(wsp->walk_data, sizeof (fc_remote_port_t), wsp->walk_addr) in pd_by_pwwn_walk_s() 647 (uintptr_t)(((fc_remote_port_t *)wsp->walk_data)->pd_wwn_hnext); in pd_by_pwwn_walk_s() 679 mdb_free(wsp->walk_data, sizeof (fc_remote_port_t)); in pd_by_pwwn_walk_f() 731 wsp->walk_data = mdb_alloc(sizeof (fc_remote_port_t), UM_SLEEP); in pd_by_did_walk_i() 750 if (mdb_vread(wsp->walk_data, sizeof (fc_remote_port_t), wsp->walk_addr) in pd_by_did_walk_s() 760 (uintptr_t)(((fc_remote_port_t *)wsp->walk_data)->pd_did_hnext); in pd_by_did_walk_s() 792 mdb_free(wsp->walk_data, sizeof (fc_remote_port_t)); in pd_by_did_walk_f() 805 fc_remote_port_t pd; in remote_port() 818 if (mdb_vread(&pd, sizeof (fc_remote_port_t), addr) != in remote_port() [all …]
|