Searched refs:smp_pass_through_req (Results 1 – 2 of 2) sorted by relevance
3129 smp_pass_through_req_t *smp_pass_through_req; in tdsaSendSMPIoctl() local3138 smp_pass_through_req = (smp_pass_through_req_t*)agIOCTLPayload->FunctionSpecificArea; in tdsaSendSMPIoctl()3141 TI_DBG2(("SAS Address[%d]:%x",i,smp_pass_through_req->exp_sas_addr[i])); in tdsaSendSMPIoctl()3142 TI_DBG2(("SAS Request Length:%d",smp_pass_through_req->smp_req_len)); in tdsaSendSMPIoctl()3143 TI_DBG2(("SAS Response Length:%d",smp_pass_through_req->smp_resp_len)); in tdsaSendSMPIoctl()3144 for(i=0;i<smp_pass_through_req->smp_req_len;i++) in tdsaSendSMPIoctl()3145 TI_DBG2(("SAS request + %d:%x",i,smp_pass_through_req->smp_req_resp[i])); in tdsaSendSMPIoctl()3147 devHandle = ostiGetDevHandleFromSasAddr(tiRoot, smp_pass_through_req->exp_sas_addr); in tdsaSendSMPIoctl()3169 agSMPFrame.outFrameBuf = smp_pass_through_req->smp_req_resp; in tdsaSendSMPIoctl()3170 agSMPFrame.expectedRespLen = smp_pass_through_req->smp_resp_len; in tdsaSendSMPIoctl()[all …]
164 typedef struct smp_pass_through_req struct