Searched refs:ulph (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcsm.c | 491 fcsm_port_attach(opaque_t ulph, fc_ulp_port_info_t *pinfo, in fcsm_port_attach() argument 556 if (fcsm_handle_port_resume(ulph, pinfo, cmd, s_id, fcsm) != in fcsm_port_attach() 690 fcsm_handle_port_resume(opaque_t ulph, fc_ulp_port_info_t *pinfo, in fcsm_handle_port_resume() argument 734 fcsm_statec_cb(ulph, (opaque_t)pinfo->port_handle, pinfo->port_state, in fcsm_handle_port_resume() 926 fcsm_port_detach(opaque_t ulph, fc_ulp_port_info_t *pinfo, fc_detach_cmd_t cmd) in fcsm_port_detach() argument 1231 fcsm_statec_cb(opaque_t ulph, opaque_t port_handle, uint32_t port_state, in fcsm_statec_cb() argument 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
|
H A D | fcp.c | 350 static int fcp_port_attach(opaque_t ulph, fc_ulp_port_info_t *pinfo, 352 static int fcp_port_detach(opaque_t ulph, fc_ulp_port_info_t *info, 354 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, 502 static int fcp_handle_port_attach(opaque_t ulph, fc_ulp_port_info_t *pinfo, 521 static int fcp_handle_port_resume(opaque_t ulph, fc_ulp_port_info_t *pinfo, 3591 fcp_port_attach(opaque_t ulph, fc_ulp_port_info_t *pinfo, in fcp_port_attach() argument 3607 if (fcp_handle_port_attach(ulph, pinfo, s_id, in fcp_port_attach() [all …]
|