Home
last modified time | relevance | path

Searched refs:port_instance (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h308 uint32_t port_instance; member
1360 fcp_port::port_fp_handle fcp_port::port_instance
/illumos-gate/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c150 mdb_printf(" instance : %u\n", pinfo.port_instance); in fcp()
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c3449 int port_instance; in fct_log_local_port_event() local
3454 port_instance = ddi_get_instance(fct_dip); in fct_log_local_port_event()
3461 if (nvlist_add_uint32(attr_list, "instance", port_instance) in fct_log_local_port_event()
3496 int port_instance; in fct_log_remote_port_event() local
3501 port_instance = ddi_get_instance(fct_dip); in fct_log_remote_port_event()
3508 if (nvlist_add_uint32(attr_list, "instance", port_instance) in fct_log_remote_port_event()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1487 if (pptr->port_instance == (uint32_t)fioctl.fp_minor) { in fcp_setup_device_data_ioctl()
1795 if (pptr->port_instance == (uint32_t)fioctl.fp_minor) { in fcp_get_target_mappings()
2368 if (pptr->port_instance == in fcp_send_scsi_ioctl()
3147 if (t_pptr->port_instance == (uint32_t)fioctl->fp_minor) { in fcp_copyin_fcp_ioctl_data()
4359 pptr->port_instance); in fcp_statec_callback()
7265 pptr->port_instance, ptgt->tgt_d_id, in fcp_handle_page83()
7606 pptr->port_instance, ptgt->tgt_d_id); in fcp_handle_reportlun()
7795 pptr->port_instance, ptgt->tgt_d_id, nluns_claimed); in fcp_handle_reportlun()
9838 pptr->port_instance = instance; in fcp_handle_port_attach()
14784 pptr->port_instance); in fcp_reconfigure_luns()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c1726 fc_ulp_get_port_handle(int port_instance) in fc_ulp_get_port_handle() argument
1733 if (cur->port_handle->fp_instance == port_instance) { in fc_ulp_get_port_handle()