Searched refs:link_trb (Results 1 – 2 of 2) sorted by relevance
201 struct xdbc_trb *link_trb; in xdbc_reset_ring() local210 link_trb = &seg->trbs[XDBC_TRBS_PER_SEGMENT - 1]; in xdbc_reset_ring()211 link_trb->field[0] = cpu_to_le32(lower_32_bits(seg->dma)); in xdbc_reset_ring()212 link_trb->field[1] = cpu_to_le32(upper_32_bits(seg->dma)); in xdbc_reset_ring()213 link_trb->field[3] = cpu_to_le32(TRB_TYPE(TRB_LINK)) | cpu_to_le32(LINK_TOGGLE); in xdbc_reset_ring()391 struct xdbc_trb *trb, *link_trb; in xdbc_queue_trb() local401 link_trb = ring->enqueue; in xdbc_queue_trb()403 link_trb->field[3] |= cpu_to_le32(TRB_CYCLE); in xdbc_queue_trb()405 link_trb->field[3] &= cpu_to_le32(~TRB_CYCLE); in xdbc_queue_trb()
104 with the last TRB being a Link TRB [#link_trb]_ pointing back to the704 .. [#link_trb] Transfer Request Block pointing to another Transfer