Searched refs:msg_alloc (Results 1 – 1 of 1) sorted by relevance
294 u64 msg_alloc; member517 if ((host->msg_alloc & (1ULL << i)) == 0) { in carm_get_request()522 host->msg_alloc |= (1ULL << i); in carm_get_request()538 if (unlikely((host->msg_alloc & (1ULL << crq->tag)) == 0)) in carm_put_request()543 host->msg_alloc &= ~(1ULL << crq->tag); in carm_put_request()