Searched refs:RequestAdr (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 1627 if (ql_get_buffer_data((caddr_t)(uintptr_t)cmd->RequestAdr, pld, in ql_fcct() 1839 rval = ddi_copyin((void*)(uintptr_t)cmd->RequestAdr, ®_struct, in ql_aen_reg() 2133 if (ddi_copyin((void *)(uintptr_t)cmd->RequestAdr, &pt_req, in ql_scsi_passthru() 2151 usp_req = (EXT_SCSI_PASSTHRU *)(uintptr_t)cmd->RequestAdr; in ql_scsi_passthru() 2202 ufc_req = (EXT_FC_SCSI_PASSTHRU *)(uintptr_t)cmd->RequestAdr; in ql_scsi_passthru() 2805 status = ddi_copyin((void*)(uintptr_t)cmd->RequestAdr, wwpn, in ql_wwpn_to_scsiaddr() 3000 if (ql_nv_util_load(ha, (void *)(uintptr_t)(cmd->RequestAdr), in ql_write_nvram() 3047 if ((rval = ql_vpd_load(ha, (void *)(uintptr_t)(cmd->RequestAdr), in ql_write_vpd() 3390 (void *)(uintptr_t)(cmd->RequestAdr), in ql_write_flash() 3436 if (ddi_copyin((void *)(uintptr_t)cmd->RequestAdr, in ql_diagnostic_loopback() [all …]
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | exioct.h | 96 UINT64 RequestAdr; /* 8 */ member
|