Lines Matching defs:fetch_index
116 u32 fetch_index;
127 /* Use current fetch_index as the ring starting point */
128 fetch_index = ioread32(&rq->ctrl->fetch_index);
130 &rq->bufs[fetch_index / VNIC_RQ_BUF_BLK_ENTRIES]
131 [fetch_index % VNIC_RQ_BUF_BLK_ENTRIES];
132 iowrite32(fetch_index, &rq->ctrl->posted_index);
169 u32 fetch_index;
183 /* Use current fetch_index as the ring starting point */
184 fetch_index = ioread32(&rq->ctrl->fetch_index);
186 &rq->bufs[fetch_index / VNIC_RQ_BUF_BLK_ENTRIES]
187 [fetch_index % VNIC_RQ_BUF_BLK_ENTRIES];
188 iowrite32(fetch_index, &rq->ctrl->posted_index);