Searched refs:respBuffer (Results 1 – 2 of 2) sorted by relevance
1802 void *respBuffer = agNULL; in tiNumOfLunIOCTLreq() local1834 (void **)&respBuffer, in tiNumOfLunIOCTLreq()1840 if((ostiMemoryStatus != tiSuccess) && (respBuffer == agNULL )) in tiNumOfLunIOCTLreq()1846 osti_memset((void *)respBuffer, 0, REPORT_LUN_LEN); in tiNumOfLunIOCTLreq()1849 tdsaAllShared->tdFWControlEx.virtAddr = respBuffer; in tiNumOfLunIOCTLreq()
3122 void *respBuffer = agNULL; in tdsaSendSMPIoctl() local3204 (void **)&respBuffer, in tdsaSendSMPIoctl()3210 if((ostiMemoryStatus != tiSuccess) && (respBuffer == agNULL )) in tdsaSendSMPIoctl()3214 osti_memset((void *)respBuffer, 0, smp_pass_through_req->smp_resp_len); in tdsaSendSMPIoctl()3218 tdsaAllShared->tdFWControlEx.virtAddr = respBuffer; in tdsaSendSMPIoctl()