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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_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
H A Dscif_sas_smp_remote_device.c180 SMP_RESPONSE_T * smp_response = (SMP_RESPONSE_T *)response_data; local
213 fw_device, smp_response
234 fw_device, smp_response
244 fw_device, smp_response
253 fw_device, smp_response
265 fw_device, smp_response
278 fw_device, smp_response
287 fw_device, smp_response
307 fw_device, smp_response
339 SMP_RESPONSE_T * smp_response
[all...]
H A Dscif_remote_device.h182 * @param[in] smp_response This parameter specifies the SMP_RESPONSE_DISCOVER
197 SMP_RESPONSE_DISCOVER_T * smp_response
H A Dscif_sas_remote_device.c251 SMP_RESPONSE_DISCOVER_T * smp_response
265 sas_address = &smp_response->attached_sas_address;
271 remote_device, smp_response
281 status = scic_remote_device_ea_construct(fw_device->core_object, smp_response);
293 if (smp_response->protocols.u.bits.attached_smp_target)
295 else if (smp_response->protocols.u.bits.attached_stp_target)
H A Dscif_user_callback.h883 * @param[in] smp_response This parameter specifies the SMP response
892 SMP_RESPONSE_DISCOVER_T * smp_response
/freebsd-11-stable/sys/dev/isci/
H A Disci_domain.c241 * @param[in] smp_response This parameter specifies the SMP response
249 SMP_RESPONSE_DISCOVER_T *smp_response)
266 containing_device, smp_response);
247 scif_cb_domain_ea_device_added(SCI_CONTROLLER_HANDLE_T controller, SCI_DOMAIN_HANDLE_T domain, SCI_REMOTE_DEVICE_HANDLE_T containing_device, SMP_RESPONSE_DISCOVER_T *smp_response) argument
H A Disci_io_request.c105 void *smp_response = local
109 memcpy(ccb->smpio.smp_response, smp_response,
/freebsd-11-stable/sys/cam/
H A Dcam_ccb.h702 uint8_t *smp_response; member in struct:ccb_smpio
1336 uint8_t *smp_response, int smp_response_len,
1402 uint8_t *smp_response, int smp_response_len,
1408 KASSERT((smp_request != NULL) && (smp_response != NULL),
1420 smpio->smp_response = smp_response;
1399 cam_fill_smpio(struct ccb_smpio *smpio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), uint32_t flags, uint8_t *smp_request, int smp_request_len, uint8_t *smp_response, int smp_response_len, uint32_t timeout) argument
H A Dcam.c507 smp_error_desc(ccb->smpio.smp_response[2]),
508 ccb->smpio.smp_response[2]);
H A Dcam_periph.c832 data_ptrs[1] = &ccb->smpio.smp_response;
1031 data_ptrs[1] = &ccb->smpio.smp_response;
/freebsd-11-stable/sys/cam/scsi/
H A Dsmp_all.c269 smp_error_desc(smpio->smp_response[2]),
270 smpio->smp_response[2]);
H A Dscsi_pass.c1143 data_ptrs[1] = &ccb->smpio.smp_response;
1375 data_ptrs[1] = &ccb->smpio.smp_response;
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c444 memcpy(csmpio->smp_response, tiFrameHandle, tiSMPInfoLen);
446 agtiapi_hexdump("ostiInitiatorSMPCompleted: Response Payload in CAM", (bit8 *)csmpio->smp_response, csmpio->smp_response_len);
H A Dagtiapi.c3478 csmpio->smp_response,
3612 csmpio->smp_response,
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas.c3036 if (ccb->smpio.smp_response[2] == SMP_FR_ACCEPTED)
3114 rsp_sg = (bus_dma_segment_t *)ccb->smpio.smp_response;
3117 response = ccb->smpio.smp_response;
3121 response = ccb->smpio.smp_response;
3178 rsp_sg = (bus_dma_segment_t *)ccb->smpio.smp_response;
3181 response = ccb->smpio.smp_response;
3184 response = ccb->smpio.smp_response;
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c7459 uint8_t *smp_request = NULL, *smp_response = NULL; local
7503 smp_response = (u_int8_t *)malloc(response_size);
7504 if (smp_response == NULL) {
7585 /*smp_response*/ smp_response,
7609 buff_decode_visit(smp_response, response_size,
7615 u_int8_t *buf_ptr = smp_response;
7642 if (smp_response != NULL)
7643 free(smp_response);
/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas.c2822 if (ccb->smpio.smp_response[2] == SMP_FR_ACCEPTED)
2897 rsp_sg = (bus_dma_segment_t *)ccb->smpio.smp_response;
2900 response = ccb->smpio.smp_response;
2904 response = ccb->smpio.smp_response;

Completed in 363 milliseconds