Home
last modified time | relevance | path

Searched refs:rportid (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dfct.h391 uint16_t rp_handle, uint32_t rportid, uint8_t *lun,
403 uint16_t fct_get_rp_handle(fct_local_port_t *port, uint32_t rportid);
/titanic_44/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1610 uint32_t rportid, uint8_t *lun, uint16_t cdb_length, in fct_scsi_task_alloc() argument
1631 irp = fct_portid_to_portptr(iport, rportid); in fct_scsi_task_alloc()
1635 "non existent port %x", rportid); in fct_scsi_task_alloc()
2838 fct_get_rp_handle(fct_local_port_t *port, uint32_t rportid) in fct_get_rp_handle() argument
2843 (fct_i_local_port_t *)(port->port_fct_private), rportid); in fct_get_rp_handle()
/titanic_44/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3898 uint32_t rportid, fw_xchg_addr; in qlt_handle_atio() local
3939 rportid = (((uint32_t)atio[8 + 5]) << 16) | in qlt_handle_atio()
3949 rportid, atio+0x20, cdb_size, STMF_TASK_EXT_NONE); in qlt_handle_atio()
3975 rportid)); in qlt_handle_atio()
3977 QMEM_WR32(qlt, req+0x10, rportid); in qlt_handle_atio()
3994 cmd->cmd_rportid = rportid; in qlt_handle_atio()