Home
last modified time | relevance | path

Searched refs:port_handle (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h99 opaque_t port_handle; member
127 opaque_t port_handle, dev_t dev, int cmd,
131 opaque_t port_handle, fc_unsol_buf_t *payload,
134 opaque_t port_handle, fc_unsol_buf_t *buf,
137 opaque_t port_handle, uint32_t statec,
150 int fc_ulp_init_packet(opaque_t port_handle, fc_packet_t *pkt, int sleep);
151 int fc_ulp_uninit_packet(opaque_t port_handle, fc_packet_t *pkt);
152 int fc_ulp_getportmap(opaque_t port_handle, fc_portmap_t **map,
154 int fc_ulp_login(opaque_t port_handle, fc_packet_t **ulp_pkt,
156 opaque_t fc_ulp_get_remote_port(opaque_t port_handle, la_wwn_t *pwwn,
[all …]
H A Dfctl_private.h85 struct fc_local_port *port_handle; member
104 struct fc_local_port *port_handle; member
720 fc_local_port_t *port_handle, int sleep);
723 fc_local_port_t *port_handle);
726 fc_local_port_t *port_handle);
733 static void fctl_link_reset_done(opaque_t port_handle, uchar_t result);
H A Dfc_fcaif.h102 opaque_t port_handle; member
103 void (*port_statec_cb) (opaque_t port_handle, uint32_t state);
104 void (*port_unsol_cb) (opaque_t port_handle,
H A Dfp.h310 static void fp_resendcmd(void *port_handle);
336 static void fp_offline_timeout(void *port_handle);
367 static void fp_statec_cb(opaque_t port_handle, uint32_t state);
382 static void fp_unsol_cb(opaque_t port_handle, fc_unsol_buf_t *buf,
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c150 ulp_ports::port_handle))
721 fctl_enque_job(fca_port->port_handle, job); in fc_ulp_add()
844 fc_ulp_init_packet(opaque_t port_handle, fc_packet_t *pkt, int sleep) in fc_ulp_init_packet() argument
847 fc_local_port_t *port = port_handle; in fc_ulp_init_packet()
882 fc_ulp_uninit_packet(opaque_t port_handle, fc_packet_t *pkt) in fc_ulp_uninit_packet() argument
885 fc_local_port_t *port = port_handle; in fc_ulp_uninit_packet()
934 fc_ulp_getportmap(opaque_t port_handle, fc_portmap_t **map, uint32_t *len, in fc_ulp_getportmap() argument
945 port = port_handle; in fc_ulp_getportmap()
1039 fc_ulp_login(opaque_t port_handle, fc_packet_t **ulp_pkt, uint32_t listlen) in fc_ulp_login() argument
1046 fc_local_port_t *port = port_handle; in fc_ulp_login()
[all …]
H A Dfp.c3157 fp_resendcmd(void *port_handle) in fp_resendcmd() argument
3164 port = port_handle; in fp_resendcmd()
4352 fp_offline_timeout(void *port_handle) in fp_offline_timeout() argument
4355 fc_local_port_t *port = port_handle; in fp_offline_timeout()
6903 fp_statec_cb(opaque_t port_handle, uint32_t state) in fp_statec_cb() argument
6905 fc_local_port_t *port = port_handle; in fp_statec_cb()
10672 fp_unsol_cb(opaque_t port_handle, fc_unsol_buf_t *buf, uint32_t type) in fp_unsol_cb() argument
10684 port = port_handle; in fp_unsol_cb()
13817 bind_info.port_handle = (opaque_t)port; in fp_bind_callbacks()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c734 fcsm_statec_cb(ulph, (opaque_t)pinfo->port_handle, pinfo->port_state, in fcsm_handle_port_resume()
1231 fcsm_statec_cb(opaque_t ulph, opaque_t port_handle, uint32_t port_state, in fcsm_statec_cb() argument
1245 fc_ulp_get_port_instance(port_handle)); in fcsm_statec_cb()
1250 fc_ulp_get_port_instance(port_handle))); in fcsm_statec_cb()
1254 ASSERT(fcsm->sm_instance == fc_ulp_get_port_instance(port_handle)); in fcsm_statec_cb()
1393 fcsm_els_cb(opaque_t ulph, opaque_t port_handle, fc_unsol_buf_t *buf, in fcsm_els_cb() argument
1402 fcsm_data_cb(opaque_t ulph, opaque_t port_handle, fc_unsol_buf_t *buf, in fcsm_data_cb() argument
1492 fcsm_port_ioctl(opaque_t ulph, opaque_t port_handle, dev_t dev, int cmd, in fcsm_port_ioctl() argument
2081 if (fc_ulp_init_packet((opaque_t)pinfo->port_handle, pkt, sleep) in fcsm_alloc_cmd()
2097 (opaque_t)pinfo->port_handle, pkt); in fcsm_alloc_cmd()
[all …]
H A Dfcp.c354 static int fcp_port_ioctl(opaque_t ulph, opaque_t port_handle, dev_t dev,
357 static int fcp_els_callback(opaque_t ulph, opaque_t port_handle,
359 static int fcp_data_callback(opaque_t ulph, opaque_t port_handle,
361 static void fcp_statec_callback(opaque_t ulph, opaque_t port_handle,
436 static struct fcp_port *fcp_get_port(opaque_t port_handle);
499 static int fcp_transport(opaque_t port_handle, fc_packet_t *fpkt,
3711 fcp_port_ioctl(opaque_t ulph, opaque_t port_handle, dev_t dev, int cmd, in fcp_port_ioctl() argument
3741 if ((pptr = fcp_get_port(port_handle)) == NULL) { in fcp_port_ioctl()
4213 fcp_els_callback(opaque_t ulph, opaque_t port_handle, fc_unsol_buf_t *buf, in fcp_els_callback() argument
4220 if ((pptr = fcp_get_port(port_handle)) == NULL || claimed) { in fcp_els_callback()
[all …]
H A Dfcip.c190 static int fcip_port_ioctl(opaque_t ulp_handle, opaque_t port_handle,
831 port_info->port_handle) { in fcip_port_attach()
868 fport->fcipp_handle = port_info->port_handle; in fcip_port_attach()
1012 if (fport->fcipp_handle == port_info->port_handle) { in fcip_port_attach()
1708 port_info->port_handle) { in fcip_port_detach()
1772 if (fport->fcipp_handle == port_info->port_handle) { in fcip_port_detach()
5107 fcip_port_ioctl(opaque_t ulp_handle, opaque_t port_handle, dev_t dev, in fcip_port_ioctl() argument
/titanic_41/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c177 portlist.port_handle) == sizeof (fc_local_port_t)) { in ports()
179 portlist.port_handle, port.fp_instance, in ports()
185 portlist.port_handle); in ports()
398 while (ulp_port.port_handle != NULL) { in ulpmods()
401 ulp_port.port_handle, in ulpmods()
459 addr = (uintptr_t)portlist.port_handle; in fcport()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c158 ss->ss_port = bind_info->port_handle; in fcoei_bind_port()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c56 fct_remote_port_t *port_handle);
65 fct_remote_port_t *port_handle, fct_cmd_t *plogi);
H A Demlxs_solaris.c1565 port->ulp_handle = bind_info->port_handle; in emlxs_fca_bind_port()
1960 "Bind info: port_handle = %p", bind_info->port_handle); in emlxs_fca_bind_port()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c2429 vha->bind_info.port_handle = bind_info->port_handle; in ql_bind_port()
3913 (ha->bind_info.port_handle, in ql_reset()
8342 (vha->bind_info.port_handle, in ql_task_thread()
8361 (vha->bind_info.port_handle, in ql_task_thread()
8630 (ha->bind_info.port_unsol_cb)(ha->bind_info.port_handle, in ql_unsol_callback()