Searched refs:reply_pool_wraparound (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.h124 unsigned char reply_pool_wraparound; member in struct:ctlr_info
262 if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) {
272 h->reply_pool_wraparound ^= 1;
H A Dhpsa.c315 if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) {
325 h->reply_pool_wraparound ^= 1;
4039 h->reply_pool_wraparound = 1; /* spec: init to 1 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dcciss.h155 unsigned char reply_pool_wraparound; member in struct:ctlr_info
331 if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) {
341 h->reply_pool_wraparound ^= 1;
H A Dcciss.c3411 if ((*(h->reply_pool_head) & 1) == (h->reply_pool_wraparound)) {
3421 h->reply_pool_wraparound ^= 1;
3833 h->reply_pool_wraparound = 1; /* spec: init to 1 */

Completed in 191 milliseconds