Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c814 if (cur_fport->fcipp_handle == in fcip_port_attach()
852 fport->fcipp_handle = port_info->port_handle; in fcip_port_attach()
996 if (fport->fcipp_handle == port_info->port_handle) { in fcip_port_attach()
1650 if (fport->fcipp_handle == in fcip_port_detach()
2434 if (fport->fcipp_handle == phandle) { in fcip_get_port()
2527 (void) fc_ulp_ubrelease(fport->fcipp_handle, 1, in fcip_els_cb()
2562 (void) fc_ulp_ubrelease(fport->fcipp_handle, 1, in fcip_els_cb()
4784 phandle = fport->fcipp_handle; in fcip_softstate_free()
5827 pd = fc_ulp_get_remote_port(fport->fcipp_handle, in fcip_get_dest()
5842 pd = fc_ulp_get_remote_port(fport->fcipp_handle, in fcip_get_dest()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/fcip/
H A Dfcip.c119 pinfo.fcipp_fcip, pinfo.fcipp_handle, pinfo.fcipp_dip, in fcip()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h106 opaque_t *fcipp_handle; member