Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/
DDAC960.c5716 Controller->CombinedStatusBufferLength) in DAC960_CheckStatusBuffer()
5718 if (Controller->CombinedStatusBufferLength == 0) in DAC960_CheckStatusBuffer()
5726 Controller->CombinedStatusBufferLength = NewStatusBufferLength; in DAC960_CheckStatusBuffer()
5729 NewStatusBuffer = kmalloc_array(2, Controller->CombinedStatusBufferLength, in DAC960_CheckStatusBuffer()
5738 Controller->CombinedStatusBufferLength); in DAC960_CheckStatusBuffer()
5741 Controller->CombinedStatusBufferLength *= 2; in DAC960_CheckStatusBuffer()
DDAC960.h2298 unsigned int CombinedStatusBufferLength; member