Searched refs:port_fp_handle (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcp.c | 1580 if (fc_ulp_get_remote_port(pptr->port_fp_handle, in fcp_setup_device_data_ioctl() 2384 ret = fc_ulp_busy_port(pptr->port_fp_handle); in fcp_send_scsi_ioctl() 2658 fc_ulp_transport(pptr->port_fp_handle, in fcp_send_scsi_ioctl() 2836 fc_ulp_idle_port(pptr->port_fp_handle); in fcp_send_scsi_ioctl() 3196 if (fc_ulp_get_remote_port(pptr->port_fp_handle, pwwn, in fcp_port_create_tgt() 3200 if (fc_ulp_pwwn_to_portmap(pptr->port_fp_handle, pwwn, in fcp_port_create_tgt() 3358 fc_ulp_login(pptr->port_fp_handle, &fpkt, 1); in fcp_tgt_send_plogi() 4900 rscn_count = fc_ulp_get_rscn_count(pptr->port_fp_handle); in fcp_handle_reportlun_changed() 5250 rval = fc_ulp_login(pptr->port_fp_handle, &fpkt, 1); in fcp_send_els() 5324 rval = fc_ulp_issue_els(pptr->port_fp_handle, fpkt); in fcp_send_els() [all …]
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/ |
H A D | fcpvar.h | 284 opaque_t *port_fp_handle; member 1360 fcp_port::port_fp_handle fcp_port::port_instance
|
/illumos-gate/usr/src/cmd/mdb/common/modules/fcp/ |
H A D | fcp.c | 144 mdb_printf(" handle : 0x%p\n", pinfo.port_fp_handle); in fcp()
|