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

/drivers/block/
H A Dcciss.h156 unsigned char reply_pool_wraparound; member in struct:ctlr_info
344 if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) {
354 h->reply_pool_wraparound ^= 1;
/drivers/scsi/
H A Dhpsa.h120 unsigned char reply_pool_wraparound; member in struct:ctlr_info
274 if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) {
284 h->reply_pool_wraparound ^= 1;

Completed in 11 milliseconds