| /freebsd-head/sys/dev/isci/scil/ |
| HD | scif_sas_smp_remote_device.h | 242 SMP_RESPONSE_T * smp_response 247 SMP_RESPONSE_T * smp_response 252 SMP_RESPONSE_T * smp_response 257 SMP_RESPONSE_T * smp_response 262 SMP_RESPONSE_T * smp_response 267 SMP_RESPONSE_T * smp_response 272 SMP_RESPONSE_T * smp_response 277 SMP_RESPONSE_T * smp_response
|
| HD | scif_sas_smp_remote_device.c | 180 SMP_RESPONSE_T * smp_response = (SMP_RESPONSE_T *)response_data; in scif_sas_smp_remote_device_decode_smp_response() local 213 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response() 234 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response() 244 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response() 253 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response() 265 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response() 278 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response() 287 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response() 307 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response() 339 SMP_RESPONSE_T * smp_response in scif_sas_smp_remote_device_decode_report_general_response() argument [all …]
|
| HD | scif_sas_remote_device.c | 251 SMP_RESPONSE_DISCOVER_T * smp_response in scif_remote_device_ea_construct() argument 265 sas_address = &smp_response->attached_sas_address; in scif_remote_device_ea_construct() 271 remote_device, smp_response in scif_remote_device_ea_construct() 281 status = scic_remote_device_ea_construct(fw_device->core_object, smp_response); in scif_remote_device_ea_construct() 293 if (smp_response->protocols.u.bits.attached_smp_target) in scif_remote_device_ea_construct() 295 else if (smp_response->protocols.u.bits.attached_stp_target) in scif_remote_device_ea_construct()
|
| HD | scif_remote_device.h | 197 SMP_RESPONSE_DISCOVER_T * smp_response
|
| HD | scif_user_callback.h | 892 SMP_RESPONSE_DISCOVER_T * smp_response
|
| /freebsd-head/sys/dev/isci/ |
| HD | isci_domain.c | 249 SMP_RESPONSE_DISCOVER_T *smp_response) in scif_cb_domain_ea_device_added() argument 266 containing_device, smp_response); in scif_cb_domain_ea_device_added()
|
| HD | isci_io_request.c | 104 void *smp_response = in isci_io_request_complete() local 108 memcpy(ccb->smpio.smp_response, smp_response, in isci_io_request_complete()
|
| /freebsd-head/sys/cam/ |
| HD | cam_ccb.h | 730 uint8_t *smp_response; member 1470 uint8_t *smp_response, int smp_response_len, in cam_fill_smpio() argument 1476 KASSERT((smp_request != NULL) && (smp_response != NULL), in cam_fill_smpio() 1488 smpio->smp_response = smp_response; in cam_fill_smpio()
|
| HD | cam.c | 493 smp_error_desc(ccb->smpio.smp_response[2]), in cam_error_string() 494 ccb->smpio.smp_response[2]); in cam_error_string()
|
| HD | cam_periph.c | 882 data_ptrs[1] = &ccb->smpio.smp_response; in cam_periph_mapmem() 1061 data_ptrs[1] = &ccb->smpio.smp_response; in cam_periph_unmapmem()
|
| /freebsd-head/sys/cam/scsi/ |
| HD | smp_all.c | 268 smp_error_desc(smpio->smp_response[2]), in smp_error_sbuf() 269 smpio->smp_response[2]); in smp_error_sbuf()
|
| HD | scsi_pass.c | 1148 data_ptrs[1] = &ccb->smpio.smp_response; in passiocleanup() 1368 data_ptrs[1] = &ccb->smpio.smp_response; in passmemsetup()
|
| /freebsd-head/sys/dev/pms/freebsd/driver/ini/src/ |
| HD | osapi.c | 443 memcpy(csmpio->smp_response, tiFrameHandle, tiSMPInfoLen); in ostiInitiatorSMPCompleted() 445 …"ostiInitiatorSMPCompleted: Response Payload in CAM", (bit8 *)csmpio->smp_response, csmpio->smp_re… in ostiInitiatorSMPCompleted()
|
| HD | agtiapi.c | 3444 csmpio->smp_response, in agtiapi_PrepareSMPSGList() 3578 csmpio->smp_response, in agtiapi_PrepareSMPSGList()
|
| /freebsd-head/sys/dev/mps/ |
| HD | mps_sas.c | 2709 if (ccb->smpio.smp_response[2] == SMP_FR_ACCEPTED) in mpssas_smpio_complete() 2784 rsp_sg = (bus_dma_segment_t *)ccb->smpio.smp_response; in mpssas_send_smpcmd() 2787 response = ccb->smpio.smp_response; in mpssas_send_smpcmd() 2791 response = ccb->smpio.smp_response; in mpssas_send_smpcmd()
|
| /freebsd-head/sys/dev/mpr/ |
| HD | mpr_sas.c | 2900 if (ccb->smpio.smp_response[2] == SMP_FR_ACCEPTED) in mprsas_smpio_complete() 2974 rsp_sg = (bus_dma_segment_t *)ccb->smpio.smp_response; in mprsas_send_smpcmd() 2977 response = ccb->smpio.smp_response; in mprsas_send_smpcmd() 2981 response = ccb->smpio.smp_response; in mprsas_send_smpcmd()
|
| /freebsd-head/sbin/camcontrol/ |
| HD | camcontrol.c | 7719 uint8_t *smp_request = NULL, *smp_response = NULL; in smpcmd() local 7761 smp_response = (uint8_t *)malloc(response_size); in smpcmd() 7762 if (smp_response == NULL) { in smpcmd() 7843 /*smp_response*/ smp_response, in smpcmd() 7867 buff_decode_visit(smp_response, response_size, in smpcmd() 7873 uint8_t *buf_ptr = smp_response; in smpcmd() 7900 if (smp_response != NULL) in smpcmd() 7901 free(smp_response); in smpcmd()
|