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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dsx8.c288 u64 msg_alloc; member in struct:carm_host
505 if ((host->msg_alloc & (1ULL << i)) == 0) {
510 host->msg_alloc |= (1ULL << i);
525 if (unlikely((host->msg_alloc & (1ULL << crq->tag)) == 0))
530 host->msg_alloc &= ~(1ULL << crq->tag);

Completed in 52 milliseconds