Searched refs:cmpl_read_offset (Results 1 – 2 of 2) sorted by relevance
463 uint32_t cmpl_read_offset, cmpl_write_offset; in bcmfs5_dequeue_qp() local482 cmpl_read_offset = hwq->cmpl_read_ptr; in bcmfs5_dequeue_qp()489 while ((cmpl_read_offset != cmpl_write_offset) && (budget > 0)) { in bcmfs5_dequeue_qp()492 cmpl_read_offset)); in bcmfs5_dequeue_qp()495 cmpl_read_offset += FS_RING_DESC_SIZE; in bcmfs5_dequeue_qp()496 if (cmpl_read_offset == FS_RING_CMPL_SIZE) in bcmfs5_dequeue_qp()497 cmpl_read_offset = 0; in bcmfs5_dequeue_qp()524 hwq->cmpl_read_ptr = cmpl_read_offset; in bcmfs5_dequeue_qp()
532 uint32_t cmpl_read_offset, cmpl_write_offset; in bcmfs4_dequeue_qp() local551 cmpl_read_offset = hwq->cmpl_read_ptr; in bcmfs4_dequeue_qp()558 while ((cmpl_read_offset != cmpl_write_offset) && (budget > 0)) { in bcmfs4_dequeue_qp()561 cmpl_read_offset)); in bcmfs4_dequeue_qp()564 cmpl_read_offset += FS_RING_DESC_SIZE; in bcmfs4_dequeue_qp()565 if (cmpl_read_offset == FS_RING_CMPL_SIZE) in bcmfs4_dequeue_qp()566 cmpl_read_offset = 0; in bcmfs4_dequeue_qp()593 hwq->cmpl_read_ptr = cmpl_read_offset; in bcmfs4_dequeue_qp()