Searched refs:respBuffer (Results 1 – 2 of 2) sorted by relevance
1803 void *respBuffer = agNULL; in tiNumOfLunIOCTLreq() local1841 (void **)&respBuffer, in tiNumOfLunIOCTLreq()1847 if((ostiMemoryStatus != tiSuccess) && (respBuffer == agNULL )) in tiNumOfLunIOCTLreq()1853 osti_memset((void *)respBuffer, 0, REPORT_LUN_LEN); in tiNumOfLunIOCTLreq()1856 tdsaAllShared->tdFWControlEx.virtAddr = respBuffer; in tiNumOfLunIOCTLreq()
3123 void *respBuffer = agNULL; in tdsaSendSMPIoctl() local3205 (void **)&respBuffer, in tdsaSendSMPIoctl()3211 if((ostiMemoryStatus != tiSuccess) && (respBuffer == agNULL )) in tdsaSendSMPIoctl()3215 osti_memset((void *)respBuffer, 0, smp_pass_through_req->smp_resp_len); in tdsaSendSMPIoctl()3219 tdsaAllShared->tdFWControlEx.virtAddr = respBuffer; in tdsaSendSMPIoctl()