Searched refs:rcr_poll (Results 1 – 1 of 1) sorted by relevance
308 static int rel_completed(t_BmPortal *p_BmPortal, uint32_t rcr_poll) in rel_completed() argument311 if (rcr_poll & 0xc0000000) { in rel_completed()312 rcr_poll &= 0x7fffffff; in rel_completed()315 if (tr_cons >= rcr_poll) in rel_completed()317 if ((rcr_poll - tr_cons) > BM_RCR_SIZE) in rel_completed()328 uint32_t rcr_poll; in rel_commit() local332 rcr_poll = ++p_BmPortal->rcrProd; in rel_commit()340 rel_completed(p_BmPortal, rcr_poll); in rel_commit()