Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dfct.h394 uint16_t rp_handle, uint32_t rportid, uint8_t *lun,
406 uint16_t fct_get_rp_handle(fct_local_port_t *port, uint32_t rportid);
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1629 uint32_t rportid, uint8_t *lun, uint16_t cdb_length, in fct_scsi_task_alloc() argument
1650 irp = fct_portid_to_portptr(iport, rportid); in fct_scsi_task_alloc()
1654 "non existent port %x", rportid); in fct_scsi_task_alloc()
2857 fct_get_rp_handle(fct_local_port_t *port, uint32_t rportid) in fct_get_rp_handle() argument
2862 (fct_i_local_port_t *)(port->port_fct_private), rportid); in fct_get_rp_handle()
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c6087 uint32_t rportid, fw_xchg_addr; in qlt_handle_atio() local
6132 rportid = (((uint32_t)atio[8 + 5]) << 16) | in qlt_handle_atio()
6142 rportid, atio+0x20, cdb_size, STMF_TASK_EXT_NONE); in qlt_handle_atio()
6171 rportid)); in qlt_handle_atio()
6173 QMEM_WR32(qlt, req+0x10, rportid); in qlt_handle_atio()
6189 rphdl = fct_get_rp_handle(qlt->qlt_port, rportid); in qlt_handle_atio()
6227 QMEM_WR32(qlt, req+0x10, rportid); in qlt_handle_atio()
6248 oxid, rportid, rphdl); in qlt_handle_atio()
6260 QMEM_WR32(qlt, req+0x10, rportid); in qlt_handle_atio()
6266 fw_xchg_addr, flags, oxid, rportid); in qlt_handle_atio()
[all …]