Searched refs:QMEM_RD16 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 3268 remote_portid = ((uint32_t)(QMEM_RD16(qlt, (&resp[0x18])))) | in qlt_handle_purex() 3270 iocb_flags = QMEM_RD16(qlt, (&resp[8])); in qlt_handle_purex() 3272 payload_size = (QMEM_RD16(qlt, (&resp[0x0e])) & 0xfff) - 24; in qlt_handle_purex() 3274 payload_size = QMEM_RD16(qlt, (&resp[0x0c])) - 24; in qlt_handle_purex() 3297 cmd->cmd_rp_handle = QMEM_RD16(qlt, resp+0xa); in qlt_handle_purex() 3309 cmd->cmd_lportid = ((uint32_t)(QMEM_RD16(qlt, (&resp[0x14])))) | in qlt_handle_purex() 3311 cmd->cmd_oxid = QMEM_RD16(qlt, (&resp[0x26])); in qlt_handle_purex() 3312 cmd->cmd_rxid = QMEM_RD16(qlt, (&resp[0x24])); in qlt_handle_purex() 4067 status = QMEM_RD16(qlt, rsp+8); in qlt_handle_dereg_completion() 4119 status = QMEM_RD16(qlt, rsp+8); in qlt_handle_unsol_els_completion() [all …]
|
H A D | qlt.h | 434 #define QMEM_RD16(qlt, addr) \ macro
|