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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1615 uint32_t rportid, uint8_t *lun, uint16_t cdb_length, uint16_t task_ext)
1635 irp = fct_portid_to_portptr(iport, rportid);
1639 "non existent port %x", rportid);
2842 fct_get_rp_handle(fct_local_port_t *port, uint32_t rportid) argument
2847 (fct_i_local_port_t *)(port->port_fct_private), rportid);
1614 fct_scsi_task_alloc(fct_local_port_t *port, uint16_t rp_handle, uint32_t rportid, uint8_t *lun, uint16_t cdb_length, uint16_t task_ext) argument
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3898 uint32_t rportid, fw_xchg_addr; local
3939 rportid = (((uint32_t)atio[8 + 5]) << 16) |
3949 rportid, atio+0x20, cdb_size, STMF_TASK_EXT_NONE);
3975 rportid));
3977 QMEM_WR32(qlt, req+0x10, rportid);
3994 cmd->cmd_rportid = rportid;

Completed in 77 milliseconds