Searched refs:cmpl_write_offset (Results 1 – 2 of 2) sorted by relevance
463 uint32_t cmpl_read_offset, cmpl_write_offset; in bcmfs5_dequeue_qp() local480 cmpl_write_offset = FS_MMIO_READ32((uint8_t *)qp->ioreg + RING_CMPL_WRITE_PTR); in bcmfs5_dequeue_qp()481 cmpl_write_offset *= FS_RING_DESC_SIZE; in bcmfs5_dequeue_qp()489 while ((cmpl_read_offset != cmpl_write_offset) && (budget > 0)) { in bcmfs5_dequeue_qp()
532 uint32_t cmpl_read_offset, cmpl_write_offset; in bcmfs4_dequeue_qp() local548 cmpl_write_offset = FS_MMIO_READ32((uint8_t *)qp->ioreg + in bcmfs4_dequeue_qp()550 cmpl_write_offset *= FS_RING_DESC_SIZE; in bcmfs4_dequeue_qp()558 while ((cmpl_read_offset != cmpl_write_offset) && (budget > 0)) { in bcmfs4_dequeue_qp()