Home
last modified time | relevance | path

Searched refs:fp_fca_handle (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1222 if (port->fp_fca_handle != NULL) { in fp_attach_handler()
1223 port->fp_fca_tran->fca_unbind_port(port->fp_fca_handle); in fp_attach_handler()
1224 port->fp_fca_handle = NULL; in fp_attach_handler()
1603 port->fp_fca_tran->fca_unbind_port(port->fp_fca_handle); in fp_detach_handler()
1832 port->fp_fca_tran->fca_unbind_port(port->fp_fca_handle); in fp_suspend_all()
2863 port->fp_fca_handle, FC_FCA_LINK_RESET); in fp_job_handler()
2966 port->fp_fca_handle, &pm); in fp_port_startup()
3179 rval = cmd->cmd_transport(port->fp_fca_handle, in fp_resendcmd()
3319 cmd->cmd_port->fp_fca_handle); in fp_handle_reject()
3931 rval = port->fp_fca_tran->fca_getmap(port->fp_fca_handle, lilp_map); in fp_get_lilpmap()
[all …]
H A Dfctl.c856 rval = port->fp_fca_tran->fca_init_pkt(port->fp_fca_handle, pkt, sleep); in fc_ulp_init_packet()
894 rval = port->fp_fca_tran->fca_un_init_pkt(port->fp_fca_handle, pkt); in fc_ulp_uninit_packet()
1372 port->fp_fca_handle, pkt)); in fc_ulp_transport()
1478 return (port->fp_fca_tran->fca_transport(port->fp_fca_handle, pkt)); in fc_ulp_transport()
1543 return (port->fp_fca_tran->fca_els_send(port->fp_fca_handle, pkt)); in fc_ulp_issue_els()
1553 return (port->fp_fca_tran->fca_ub_alloc(port->fp_fca_handle, in fc_ulp_uballoc()
1563 return (port->fp_fca_tran->fca_ub_free(port->fp_fca_handle, in fc_ulp_ubfree()
1573 return (port->fp_fca_tran->fca_ub_release(port->fp_fca_handle, in fc_ulp_ubrelease()
1583 return (port->fp_fca_tran->fca_abort(port->fp_fca_handle, pkt, flags)); in fc_ulp_abort()
1679 port->fp_fca_handle, FC_FCA_LINK_RESET); in fc_ulp_port_reset()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h433 opaque_t fp_fca_handle; member
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c184 port.fp_fca_handle, port.fp_port_dip, in ports()
478 mdb_printf(" fp_fca_handle : 0x%p\n", port.fp_fca_handle); in fcport()