Searched refs:reply_pool_head (Results 1 – 2 of 2) sorted by relevance
154 u64 *reply_pool_head; member344 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()
3492 if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) { in next_command()3493 a = *(h->reply_pool_head); /* Next cmd in ring buffer */ in next_command()3494 (h->reply_pool_head)++; in next_command()3500 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) { in next_command()3501 h->reply_pool_head = h->reply_pool; in next_command()3972 h->reply_pool_head = h->reply_pool; in cciss_enter_performant_mode()