Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c1221 if (port->fp_fca_handle != NULL) { in fp_attach_handler()
1222 port->fp_fca_tran->fca_unbind_port(port->fp_fca_handle); in fp_attach_handler()
1223 port->fp_fca_handle = NULL; in fp_attach_handler()
1602 port->fp_fca_tran->fca_unbind_port(port->fp_fca_handle); in fp_detach_handler()
1831 port->fp_fca_tran->fca_unbind_port(port->fp_fca_handle); in fp_suspend_all()
2862 port->fp_fca_handle, FC_FCA_LINK_RESET); in fp_job_handler()
2965 port->fp_fca_handle, &pm); in fp_port_startup()
3178 rval = cmd->cmd_transport(port->fp_fca_handle, in fp_resendcmd()
3318 cmd->cmd_port->fp_fca_handle); in fp_handle_reject()
3930 rval = port->fp_fca_tran->fca_getmap(port->fp_fca_handle, lilp_map); in fp_get_lilpmap()
[all …]
H A Dfctl.c855 rval = port->fp_fca_tran->fca_init_pkt(port->fp_fca_handle, pkt, sleep); in fc_ulp_init_packet()
893 rval = port->fp_fca_tran->fca_un_init_pkt(port->fp_fca_handle, pkt); in fc_ulp_uninit_packet()
1371 port->fp_fca_handle, pkt)); in fc_ulp_transport()
1477 return (port->fp_fca_tran->fca_transport(port->fp_fca_handle, pkt)); in fc_ulp_transport()
1542 return (port->fp_fca_tran->fca_els_send(port->fp_fca_handle, pkt)); in fc_ulp_issue_els()
1552 return (port->fp_fca_tran->fca_ub_alloc(port->fp_fca_handle, in fc_ulp_uballoc()
1562 return (port->fp_fca_tran->fca_ub_free(port->fp_fca_handle, in fc_ulp_ubfree()
1572 return (port->fp_fca_tran->fca_ub_release(port->fp_fca_handle, in fc_ulp_ubrelease()
1582 return (port->fp_fca_tran->fca_abort(port->fp_fca_handle, pkt, flags)); in fc_ulp_abort()
1678 port->fp_fca_handle, FC_FCA_LINK_RESET); in fc_ulp_port_reset()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h433 opaque_t fp_fca_handle; member
/titanic_41/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c181 port.fp_fca_handle, port.fp_port_dip, in ports()
475 mdb_printf(" fp_fca_handle : 0x%p\n", port.fp_fca_handle); in fcport()