Home
last modified time | relevance | path

Searched refs:fwControl (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c246 tdFWControl_t *fwControl; in tdipFWControlIoctl() local
263 if(fwControl->len != 0) in tdipFWControlIoctl()
271 fwControl->len, in tdipFWControlIoctl()
275 osti_memset( (void *)buffer, 0, fwControl->len ); in tdipFWControlIoctl()
277 fwControl->buffer, in tdipFWControlIoctl()
278 fwControl->len ); in tdipFWControlIoctl()
281 flashUpdateInfo.agSgl.len = fwControl->len; in tdipFWControlIoctl()
283 flashUpdateInfo.currentImageOffset = fwControl->offset; in tdipFWControlIoctl()
284 flashUpdateInfo.currentImageLen = fwControl->len; in tdipFWControlIoctl()
285 flashUpdateInfo.totalImageLen = fwControl->size; in tdipFWControlIoctl()
[all …]