Lines Matching defs:fetch_idx
270 u32 fetch_idx;
274 fetch_idx = ioread32(&dc2c->wq_ctrl->fetch_index);
275 if (fetch_idx == 0xFFFFFFFF) { /* check for hardware gone */
288 if (new_posted == fetch_idx) {
290 pci_name(vdev->pdev), _CMD_N(cmd), fetch_idx, posted);
358 unsigned int fetch_idx;
385 fetch_idx = ioread32(&dc2c->wq.ctrl->fetch_index);
386 if (fetch_idx == 0xFFFFFFFF) { /* check for hardware gone */
388 fetch_idx = 0;
396 vnic_wq_init_start(&dc2c->wq, 0, fetch_idx, fetch_idx, 0, 0);