Home | History | Annotate | Download | only in pci

Lines Matching defs:idx_offset

479 	uint32_t idx_offset, reg;
587 idx_offset = sizeof(uint32_t);
603 idx_offset = sc->sc_dma_idx_sz;
612 sc->sc_max_submissionrings * idx_offset;
613 address += sc->sc_max_submissionrings * idx_offset;
620 sc->sc_max_submissionrings * idx_offset;
621 address += sc->sc_max_submissionrings * idx_offset;
628 sc->sc_max_completionrings * idx_offset;
629 address += sc->sc_max_completionrings * idx_offset;
642 h2d_w_idx_ptr, h2d_r_idx_ptr, 0, idx_offset,
647 h2d_w_idx_ptr, h2d_r_idx_ptr, 1, idx_offset,
652 d2h_w_idx_ptr, d2h_r_idx_ptr, 0, idx_offset,
656 d2h_w_idx_ptr, d2h_r_idx_ptr, 1, idx_offset,
660 d2h_w_idx_ptr, d2h_r_idx_ptr, 2, idx_offset,
669 ring->w_idx_addr = h2d_w_idx_ptr + (i + 2) * idx_offset;
670 ring->r_idx_addr = h2d_r_idx_ptr + (i + 2) * idx_offset;