Searched refs:rp_id (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | fct.h | 62 uint32_t rp_id; /* 8 or 24 bit */ member 416 uint8_t *rp_pwwn, uint32_t rp_id);
|
/titanic_41/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 722 if (irp->irp_rp->rp_id == *dest_id && in fct_get_link_status() 1654 "login was not done. portid=%x, rp=%p", rp->rp_id, rp); in fct_scsi_task_alloc() 2321 cmd->cmd_rportid = irp->irp_rp->rp_id; in fct_create_solels() 2529 cmd->cmd_rportid = irp->irp_rp->rp_id; in fct_create_solct() 2691 p[17] = (query_rp->rp_id >> 16) & 0xFF; in fct_create_solct() 2692 p[18] = (query_rp->rp_id >> 8) & 0xFF; in fct_create_solct() 2693 p[19] = (query_rp->rp_id >> 0) & 0xFF; in fct_create_solct() 2706 p[17] = (query_rp->rp_id >> 16) & 0xFF; in fct_create_solct() 2707 p[18] = (query_rp->rp_id >> 8) & 0xFF; in fct_create_solct() 2708 p[19] = (query_rp->rp_id >> 0) & 0xFF; in fct_create_solct() [all …]
|
H A D | discovery.c | 916 rp->rp_id = cmd->cmd_rportid; in fct_handle_els() 1127 rp->rp_id, port->port_max_logins); in fct_register_remote_port() 1138 "portid (%x)", rp->rp_handle, rp->rp_id, in fct_register_remote_port() 1139 t_irp->irp_rp->rp_id); in fct_register_remote_port() 1154 "handles are used up", rp->rp_id); in fct_register_remote_port() 1166 rp->rp_pwwn, rp->rp_id); in fct_register_remote_port() 1211 rp->rp_pwwn, rp->rp_id); in fct_deregister_remote_port() 2608 if (nsportid != query_irp->irp_rp->rp_id) { in fct_gid_cb()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | fc.d | 172 fcp_port_hard_address = P->irp_rp ? P->irp_rp->rp_id : 0;
|
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet_fc.c | 102 switch (rp->rp_id) { in fcoet_register_remote_port()
|
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 3169 switch (rp->rp_id) { in qlt_register_remote_port() 3175 ret = qlt_portid_to_handle(qlt, rp->rp_id, in qlt_register_remote_port() 3235 QMEM_WR32(qlt, (&req[0x10]), rp->rp_id); in qlt_deregister_remote_port() 3236 qlt->rp_id_in_dereg = rp->rp_id; in qlt_deregister_remote_port() 4885 QMEM_WR32(qlt, (&req[0x18]), cmd->cmd_rp->rp_id); in qlt_send_els()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.c | 2260 remote_port->rp_id, remote_port->rp_handle); 2264 remote_port->rp_id, remote_port->rp_handle);
|