Searched refs:smp_req_len (Results 1 – 2 of 2) sorted by relevance
3141 TI_DBG2(("SAS Request Length:%d",smp_pass_through_req->smp_req_len)); in tdsaSendSMPIoctl()3143 for(i=0;i<smp_pass_through_req->smp_req_len;i++) in tdsaSendSMPIoctl()3172 if(!(smp_pass_through_req->smp_req_len - 8) && !tiIS_SPC(agRoot)) in tdsaSendSMPIoctl()3175 agSMPFrame.outFrameLen = smp_pass_through_req->smp_req_len - 4; //Exclude header in tdsaSendSMPIoctl()3187 smp_pass_through_req->smp_req_len, in tdsaSendSMPIoctl()3192 agSMPFrame.outFrameLen = smp_pass_through_req->smp_req_len - 4; //Exclude crc in tdsaSendSMPIoctl()3193 …void *)reqBuffer, (void *)(smp_pass_through_req->smp_req_resp), smp_pass_through_req->smp_req_len); in tdsaSendSMPIoctl()3197 agSMPFrame.outFrameLen = smp_pass_through_req->smp_req_len - 8; //Exclude header and crc in tdsaSendSMPIoctl()3198 …eqBuffer, (void *)(smp_pass_through_req->smp_req_resp + 4), smp_pass_through_req->smp_req_len - 4); in tdsaSendSMPIoctl()3219 …WControlEx.usrAddr = (bit8*)smp_pass_through_req->smp_req_resp + smp_pass_through_req->smp_req_len; in tdsaSendSMPIoctl()
166 bit32 smp_req_len; //Length of the request frame member