Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dcciss.h154 u64 *reply_pool_head; member
344 if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) { in SA5_performant_completed()
345 register_value = *(h->reply_pool_head); in SA5_performant_completed()
346 (h->reply_pool_head)++; in SA5_performant_completed()
352 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) { in SA5_performant_completed()
353 h->reply_pool_head = h->reply_pool; in SA5_performant_completed()
Dcciss.c3508 if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) { in next_command()
3509 a = *(h->reply_pool_head); /* Next cmd in ring buffer */ in next_command()
3510 (h->reply_pool_head)++; in next_command()
3516 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) { in next_command()
3517 h->reply_pool_head = h->reply_pool; in next_command()
3988 h->reply_pool_head = h->reply_pool; in cciss_enter_performant_mode()