Lines Matching defs:fetch_index
104 u32 fetch_index;
115 /* Use current fetch_index as the ring starting point */
116 fetch_index = ioread32(&rq->ctrl->fetch_index);
118 &rq->bufs[fetch_index / VNIC_RQ_BUF_BLK_ENTRIES]
119 [fetch_index % VNIC_RQ_BUF_BLK_ENTRIES];
120 iowrite32(fetch_index, &rq->ctrl->posted_index);
157 u32 fetch_index;
171 /* Use current fetch_index as the ring starting point */
172 fetch_index = ioread32(&rq->ctrl->fetch_index);
174 &rq->bufs[fetch_index / VNIC_RQ_BUF_BLK_ENTRIES]
175 [fetch_index % VNIC_RQ_BUF_BLK_ENTRIES];
176 iowrite32(fetch_index, &rq->ctrl->posted_index);