Searched defs:rp_handle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1614 fct_scsi_task_alloc(fct_local_port_t *port, uint16_t rp_handle, argument
1634 if (rp_handle == FCT_HANDLE_NONE) {
1643 if ((rp_handle >= port->port_max_logins) ||
1644 ((irp = iport->iport_rp_slots[rp_handle]) == NULL)) {
1647 "invalid port handle %x", rp_handle);
2324 cmd->cmd_rp_handle = irp->irp_rp->rp_handle;
2532 cmd->cmd_rp_handle = irp->irp_rp->rp_handle;
2851 return (irp->irp_rp->rp_handle);
/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h64 uint16_t rp_handle; member in struct:fct_remote_port
392 uint16_t rp_handle, uint32_t rportid, uint8_t *lun,

Completed in 53 milliseconds