Lines Matching refs:fwControl
245 tdFWControl_t *fwControl; in tdipFWControlIoctl() local
260 fwControl = (tdFWControl_t *)&agIOCTLPayload->FunctionSpecificArea[0]; in tdipFWControlIoctl()
262 if(fwControl->len != 0) in tdipFWControlIoctl()
270 fwControl->len, in tdipFWControlIoctl()
274 osti_memset( (void *)buffer, 0, fwControl->len ); in tdipFWControlIoctl()
276 fwControl->buffer, in tdipFWControlIoctl()
277 fwControl->len ); in tdipFWControlIoctl()
280 flashUpdateInfo.agSgl.len = fwControl->len; in tdipFWControlIoctl()
282 flashUpdateInfo.currentImageOffset = fwControl->offset; in tdipFWControlIoctl()
283 flashUpdateInfo.currentImageLen = fwControl->len; in tdipFWControlIoctl()
284 flashUpdateInfo.totalImageLen = fwControl->size; in tdipFWControlIoctl()
290 tdsaAllShared->tdFWControlEx.tdFWControl = fwControl; in tdipFWControlIoctl()
302 fwControl->retcode = IOCTL_CALL_TIMEOUT; in tdipFWControlIoctl()
313 ostiFreeMemory(tiRoot, osMemHandle, fwControl->len); in tdipFWControlIoctl()