Home
last modified time | relevance | path

Searched refs:smp_response (Results 1 – 17 of 17) sorted by relevance

/freebsd-head/sys/dev/isci/scil/
HDscif_sas_smp_remote_device.h242 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
HDscif_sas_smp_remote_device.c180 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 …]
HDscif_sas_remote_device.c251 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()
HDscif_remote_device.h197 SMP_RESPONSE_DISCOVER_T * smp_response
HDscif_user_callback.h892 SMP_RESPONSE_DISCOVER_T * smp_response
/freebsd-head/sys/dev/isci/
HDisci_domain.c249 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()
HDisci_io_request.c104 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/
HDcam_ccb.h730 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()
HDcam.c493 smp_error_desc(ccb->smpio.smp_response[2]), in cam_error_string()
494 ccb->smpio.smp_response[2]); in cam_error_string()
HDcam_periph.c882 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/
HDsmp_all.c268 smp_error_desc(smpio->smp_response[2]), in smp_error_sbuf()
269 smpio->smp_response[2]); in smp_error_sbuf()
HDscsi_pass.c1148 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/
HDosapi.c443 memcpy(csmpio->smp_response, tiFrameHandle, tiSMPInfoLen); in ostiInitiatorSMPCompleted()
445 …"ostiInitiatorSMPCompleted: Response Payload in CAM", (bit8 *)csmpio->smp_response, csmpio->smp_re… in ostiInitiatorSMPCompleted()
HDagtiapi.c3444 csmpio->smp_response, in agtiapi_PrepareSMPSGList()
3578 csmpio->smp_response, in agtiapi_PrepareSMPSGList()
/freebsd-head/sys/dev/mps/
HDmps_sas.c2709 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/
HDmpr_sas.c2900 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/
HDcamcontrol.c7719 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()