Searched refs:rp_handle (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dfct.h63 uint16_t rp_handle; member in struct:fct_remote_port
390 uint16_t rp_handle, uint32_t rportid, uint8_t *lun,
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c916 rp->rp_handle = FCT_HANDLE_NONE;
1120 if (rp->rp_handle != FCT_HANDLE_NONE) {
1121 if (rp->rp_handle >= port->port_max_logins) {
1125 "out of range (max logins = %d)", rp->rp_handle,
1129 if ((iport->iport_rp_slots[rp->rp_handle] != NULL) &&
1130 (iport->iport_rp_slots[rp->rp_handle] != irp)) {
1132 iport->iport_rp_slots[rp->rp_handle];
1137 "portid (%x)", rp->rp_handle, rp->rp_id,
1156 rp->rp_handle = i;
1160 iport->iport_rp_slots[rp->rp_handle]
[all...]
H A Dfct.c1608 fct_scsi_task_alloc(fct_local_port_t *port, uint16_t rp_handle, argument
1629 if (rp_handle == FCT_HANDLE_NONE) {
1638 if ((rp_handle >= port->port_max_logins) ||
1639 ((irp = iport->iport_rp_slots[rp_handle]) == NULL)) {
1642 "invalid port handle %x", rp_handle);
2319 cmd->cmd_rp_handle = irp->irp_rp->rp_handle;
2527 cmd->cmd_rp_handle = irp->irp_rp->rp_handle;
2846 return (irp->irp_rp->rp_handle);
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3197 if (rp->rp_handle == FCT_HANDLE_NONE) {
3198 rp->rp_handle = h;
3202 if (rp->rp_handle == h)
3205 EL(qlt, "rp_handle=%xh != h=%xh\n", rp->rp_handle, h);
3233 QMEM_WR16(qlt, (&req[0xA]), rp->rp_handle);
3425 QMEM_WR16(qlt, req+8, cmd->cmd_rp->rp_handle);
3571 QMEM_WR16(qlt, req + 0x08, cmd->cmd_rp->rp_handle);
3704 QMEM_WR16(qlt, req + 0x08, cmd->cmd_rp->rp_handle);
3798 QMEM_WR16(qlt, (&req[0xA]), cmd->cmd_rp->rp_handle);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c2270 remote_port->rp_handle = ndlp->nlp_Rpi;
2274 fct_cmd->cmd_rportid, remote_port->rp_handle);
2276 remote_port->rp_handle = ndlp->nlp_Rpi;
2288 fct_cmd->cmd_rportid, remote_port->rp_handle);
2290 remote_port->rp_handle = FCT_HANDLE_NONE;
2312 remote_port->rp_id, remote_port->rp_handle);
2316 remote_port->rp_id, remote_port->rp_handle);
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c127 rp->rp_handle = handle;

Completed in 206 milliseconds