Searched defs:reply_pool_head (Results 1 - 2 of 2) sorted by relevance

/drivers/block/
H A Dcciss.h154 u64 *reply_pool_head; member in struct:ctlr_info
344 if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) {
345 register_value = *(h->reply_pool_head);
346 (h->reply_pool_head)++;
352 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) {
353 h->reply_pool_head = h->reply_pool;
/drivers/scsi/
H A Dhpsa.h118 u64 *reply_pool_head; member in struct:ctlr_info
274 if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) {
275 register_value = *(h->reply_pool_head);
276 (h->reply_pool_head)++;
282 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) {
283 h->reply_pool_head = h->reply_pool;

Completed in 211 milliseconds