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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/block/
H A Dsx8.c289 u64 msg_alloc; member in struct:carm_host
506 if ((host->msg_alloc & (1ULL << i)) == 0) {
511 host->msg_alloc |= (1ULL << i);
527 if (unlikely((host->msg_alloc & (1ULL << crq->tag)) == 0))
532 host->msg_alloc &= ~(1ULL << crq->tag);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/block/
H A Dsx8.c289 u64 msg_alloc; member in struct:carm_host
506 if ((host->msg_alloc & (1ULL << i)) == 0) {
511 host->msg_alloc |= (1ULL << i);
527 if (unlikely((host->msg_alloc & (1ULL << crq->tag)) == 0))
532 host->msg_alloc &= ~(1ULL << crq->tag);

Completed in 175 milliseconds