Home
last modified time | relevance | path

Searched refs:port_fp_handle (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1576 if (fc_ulp_get_remote_port(pptr->port_fp_handle, in fcp_setup_device_data_ioctl()
2380 ret = fc_ulp_busy_port(pptr->port_fp_handle); in fcp_send_scsi_ioctl()
2654 fc_ulp_transport(pptr->port_fp_handle, in fcp_send_scsi_ioctl()
2832 fc_ulp_idle_port(pptr->port_fp_handle); in fcp_send_scsi_ioctl()
3192 if (fc_ulp_get_remote_port(pptr->port_fp_handle, pwwn, in fcp_port_create_tgt()
3196 if (fc_ulp_pwwn_to_portmap(pptr->port_fp_handle, pwwn, in fcp_port_create_tgt()
3354 fc_ulp_login(pptr->port_fp_handle, &fpkt, 1); in fcp_tgt_send_plogi()
4895 rscn_count = fc_ulp_get_rscn_count(pptr->port_fp_handle); in fcp_handle_reportlun_changed()
5245 rval = fc_ulp_login(pptr->port_fp_handle, &fpkt, 1); in fcp_send_els()
5319 rval = fc_ulp_issue_els(pptr->port_fp_handle, fpkt); in fcp_send_els()
[all …]
/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcpvar.h284 opaque_t *port_fp_handle; member
1360 fcp_port::port_fp_handle fcp_port::port_instance
/titanic_50/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c144 mdb_printf(" handle : 0x%p\n", pinfo.port_fp_handle); in fcp()