Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dcciss.h156 unsigned char reply_pool_wraparound; member
344 if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) { in SA5_performant_completed()
354 h->reply_pool_wraparound ^= 1; in SA5_performant_completed()
Dcciss.c3492 if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) { in next_command()
3502 h->reply_pool_wraparound ^= 1; in next_command()
3968 h->reply_pool_wraparound = 1; /* spec: init to 1 */ in cciss_enter_performant_mode()