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

/freebsd-13-stable/sys/dev/isci/scil/
H A 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
H A Dscif_sas_smp_remote_device.c182 SMP_RESPONSE_T * smp_response = (SMP_RESPONSE_T *)response_data; local
215 fw_device, smp_response
236 fw_device, smp_response
246 fw_device, smp_response
255 fw_device, smp_response
267 fw_device, smp_response
280 fw_device, smp_response
289 fw_device, smp_response
309 fw_device, smp_response
341 SMP_RESPONSE_T * smp_response
[all...]
H A Dscif_remote_device.h184 * @param[in] smp_response This parameter specifies the SMP_RESPONSE_DISCOVER
199 SMP_RESPONSE_DISCOVER_T * smp_response
H A Dscif_sas_remote_device.c253 SMP_RESPONSE_DISCOVER_T * smp_response
267 sas_address = &smp_response->attached_sas_address;
273 remote_device, smp_response
283 status = scic_remote_device_ea_construct(fw_device->core_object, smp_response);
295 if (smp_response->protocols.u.bits.attached_smp_target)
297 else if (smp_response->protocols.u.bits.attached_stp_target)
H A Dscif_user_callback.h885 * @param[in] smp_response This parameter specifies the SMP response
894 SMP_RESPONSE_DISCOVER_T * smp_response
/freebsd-13-stable/sys/dev/isci/
H A Disci_domain.c243 * @param[in] smp_response This parameter specifies the SMP response
251 SMP_RESPONSE_DISCOVER_T *smp_response)
268 containing_device, smp_response);
249 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.c106 void *smp_response = local
110 memcpy(ccb->smpio.smp_response, smp_response,
/freebsd-13-stable/sys/cam/
H A Dcam.c511 smp_error_desc(ccb->smpio.smp_response[2]),
512 ccb->smpio.smp_response[2]);
H A Dcam_ccb.h712 uint8_t *smp_response; member in struct:ccb_smpio
1448 uint8_t *smp_response, int smp_response_len,
1454 KASSERT((smp_request != NULL) && (smp_response != NULL),
1466 smpio->smp_response = smp_response;
1445 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_periph.c857 data_ptrs[1] = &ccb->smpio.smp_response;
1047 data_ptrs[1] = &ccb->smpio.smp_response;
/freebsd-13-stable/sys/cam/scsi/
H A Dsmp_all.c271 smp_error_desc(smpio->smp_response[2]),
272 smpio->smp_response[2]);
H A Dscsi_pass.c1139 data_ptrs[1] = &ccb->smpio.smp_response;
1362 data_ptrs[1] = &ccb->smpio.smp_response;
/freebsd-13-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.c3473 csmpio->smp_response,
3607 csmpio->smp_response,
/freebsd-13-stable/sbin/camcontrol/
H A Dcamcontrol.c7640 uint8_t *smp_request = NULL, *smp_response = NULL; local
7684 smp_response = (u_int8_t *)malloc(response_size);
7685 if (smp_response == NULL) {
7766 /*smp_response*/ smp_response,
7790 buff_decode_visit(smp_response, response_size,
7796 u_int8_t *buf_ptr = smp_response;
7823 if (smp_response != NULL)
7824 free(smp_response);
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_sas.c2872 if (ccb->smpio.smp_response[2] == SMP_FR_ACCEPTED)
2948 rsp_sg = (bus_dma_segment_t *)ccb->smpio.smp_response;
2951 response = ccb->smpio.smp_response;
2955 response = ccb->smpio.smp_response;
/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas.c2717 if (ccb->smpio.smp_response[2] == SMP_FR_ACCEPTED)
2792 rsp_sg = (bus_dma_segment_t *)ccb->smpio.smp_response;
2795 response = ccb->smpio.smp_response;
2799 response = ccb->smpio.smp_response;

Completed in 311 milliseconds