Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/isci/scil/
Dscif_sas_smp_remote_device.h244 SMP_RESPONSE_T * smp_response
249 SMP_RESPONSE_T * smp_response
254 SMP_RESPONSE_T * smp_response
259 SMP_RESPONSE_T * smp_response
264 SMP_RESPONSE_T * smp_response
269 SMP_RESPONSE_T * smp_response
274 SMP_RESPONSE_T * smp_response
279 SMP_RESPONSE_T * smp_response
Dscif_sas_smp_remote_device.c182 SMP_RESPONSE_T * smp_response = (SMP_RESPONSE_T *)response_data; in scif_sas_smp_remote_device_decode_smp_response() local
215 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response()
236 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response()
246 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response()
255 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response()
267 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response()
280 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response()
289 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response()
309 fw_device, smp_response in scif_sas_smp_remote_device_decode_smp_response()
341 SMP_RESPONSE_T * smp_response in scif_sas_smp_remote_device_decode_report_general_response() argument
[all …]
Dscif_sas_remote_device.c253 SMP_RESPONSE_DISCOVER_T * smp_response in scif_remote_device_ea_construct() argument
267 sas_address = &smp_response->attached_sas_address; in scif_remote_device_ea_construct()
273 remote_device, smp_response in scif_remote_device_ea_construct()
283 status = scic_remote_device_ea_construct(fw_device->core_object, smp_response); in scif_remote_device_ea_construct()
295 if (smp_response->protocols.u.bits.attached_smp_target) in scif_remote_device_ea_construct()
297 else if (smp_response->protocols.u.bits.attached_stp_target) in scif_remote_device_ea_construct()
Dscif_remote_device.h199 SMP_RESPONSE_DISCOVER_T * smp_response
Dscif_user_callback.h894 SMP_RESPONSE_DISCOVER_T * smp_response
/freebsd-12-stable/sys/dev/isci/
Disci_domain.c251 SMP_RESPONSE_DISCOVER_T *smp_response) in scif_cb_domain_ea_device_added() argument
268 containing_device, smp_response); in scif_cb_domain_ea_device_added()
Disci_io_request.c107 void *smp_response = in isci_io_request_complete() local
111 memcpy(ccb->smpio.smp_response, smp_response, in isci_io_request_complete()
/freebsd-12-stable/sys/cam/
Dcam_ccb.h712 uint8_t *smp_response; member
1423 uint8_t *smp_response, int smp_response_len, in cam_fill_smpio() argument
1429 KASSERT((smp_request != NULL) && (smp_response != NULL), in cam_fill_smpio()
1441 smpio->smp_response = smp_response; in cam_fill_smpio()
Dcam.c494 smp_error_desc(ccb->smpio.smp_response[2]), in cam_error_string()
495 ccb->smpio.smp_response[2]); in cam_error_string()
Dcam_periph.c861 data_ptrs[1] = &ccb->smpio.smp_response; in cam_periph_mapmem()
1070 data_ptrs[1] = &ccb->smpio.smp_response; in cam_periph_unmapmem()
/freebsd-12-stable/sys/cam/scsi/
Dsmp_all.c271 smp_error_desc(smpio->smp_response[2]), in smp_error_sbuf()
272 smpio->smp_response[2]); in smp_error_sbuf()
Dscsi_pass.c1154 data_ptrs[1] = &ccb->smpio.smp_response; in passiocleanup()
1386 data_ptrs[1] = &ccb->smpio.smp_response; in passmemsetup()
/freebsd-12-stable/sys/dev/pms/freebsd/driver/ini/src/
Dosapi.c444 memcpy(csmpio->smp_response, tiFrameHandle, tiSMPInfoLen); in ostiInitiatorSMPCompleted()
446 …"ostiInitiatorSMPCompleted: Response Payload in CAM", (bit8 *)csmpio->smp_response, csmpio->smp_re… in ostiInitiatorSMPCompleted()
Dagtiapi.c3473 csmpio->smp_response, in agtiapi_PrepareSMPSGList()
3607 csmpio->smp_response, in agtiapi_PrepareSMPSGList()
/freebsd-12-stable/sys/dev/mpr/
Dmpr_sas.c2981 if (ccb->smpio.smp_response[2] == SMP_FR_ACCEPTED) in mprsas_smpio_complete()
3059 rsp_sg = (bus_dma_segment_t *)ccb->smpio.smp_response; in mprsas_send_smpcmd()
3062 response = ccb->smpio.smp_response; in mprsas_send_smpcmd()
3066 response = ccb->smpio.smp_response; in mprsas_send_smpcmd()
3123 rsp_sg = (bus_dma_segment_t *)ccb->smpio.smp_response; in mprsas_send_smpcmd()
3126 response = ccb->smpio.smp_response; in mprsas_send_smpcmd()
3129 response = ccb->smpio.smp_response; in mprsas_send_smpcmd()
/freebsd-12-stable/sys/dev/mps/
Dmps_sas.c2751 if (ccb->smpio.smp_response[2] == SMP_FR_ACCEPTED) in mpssas_smpio_complete()
2826 rsp_sg = (bus_dma_segment_t *)ccb->smpio.smp_response; in mpssas_send_smpcmd()
2829 response = ccb->smpio.smp_response; in mpssas_send_smpcmd()
2833 response = ccb->smpio.smp_response; in mpssas_send_smpcmd()
/freebsd-12-stable/sbin/camcontrol/
Dcamcontrol.c7660 uint8_t *smp_request = NULL, *smp_response = NULL; in smpcmd() local
7704 smp_response = (u_int8_t *)malloc(response_size); in smpcmd()
7705 if (smp_response == NULL) { in smpcmd()
7786 /*smp_response*/ smp_response, in smpcmd()
7810 buff_decode_visit(smp_response, response_size, in smpcmd()
7816 u_int8_t *buf_ptr = smp_response; in smpcmd()
7843 if (smp_response != NULL) in smpcmd()
7844 free(smp_response); in smpcmd()