Lines Matching defs:ready
108 /* not ready - ignore */
109 if (unlikely(!snet->vqs[idx]->ready))
120 /* not ready - ignore */
121 if (unlikely(!snet->vqs[idx]->ready))
135 static void snet_set_vq_ready(struct vdpa_device *vdev, u16 idx, bool ready)
139 snet->vqs[idx]->ready = ready;
146 return snet->vqs[idx]->ready;
228 snet->vqs[i]->ready = false;
341 * Magic number should be written last, this is the DPU indication that the data is ready
383 /* Write magic number - data is ready */
635 /* SNET DPU will write SNET's signature when the config is ready. */
677 SNET_ERR(pdev, "SNET config is not ready.\n");