Lines Matching defs:fetch_idx
256 u32 fetch_idx;
260 fetch_idx = ioread32(&dc2c->wq_ctrl->fetch_index);
261 if (fetch_idx == 0xFFFFFFFF) { /* check for hardware gone */
274 if (new_posted == fetch_idx) {
276 pci_name(vdev->pdev), _CMD_N(cmd), fetch_idx, posted);
344 unsigned int fetch_idx;
371 fetch_idx = ioread32(&dc2c->wq.ctrl->fetch_index);
372 if (fetch_idx == 0xFFFFFFFF) { /* check for hardware gone */
374 fetch_idx = 0;
382 vnic_wq_init_start(&dc2c->wq, 0, fetch_idx, fetch_idx, 0, 0);