Lines Matching full:dpu
3 * SolidRun DPU driver for control plane
14 /* SNET DPU device ID */
27 /* How long should we wait for the DPU to read our config */
29 /* Size of configs written to the DPU */
178 * Return 0 only if this is the initial state we use in the DPU. in snet_set_vq_state()
215 /* If DPU started, destroy it */ in snet_reset_dev()
341 * Magic number should be written last, this is the DPU indication that the data is ready in snet_write_conf()
386 /* The DPU will ACK the config by clearing the signature */ in snet_write_conf()
390 SNET_ERR(snet->pdev, "Timeout waiting for the DPU to read the config\n"); in snet_write_conf()
394 /* set DPU flag */ in snet_write_conf()
447 /* Write config to the DPU */ in snet_set_status()
641 /* SNET DPU will write SNET's signature when the config is ready. */ in psnet_detect_bar()
701 * and the DPU's. in psnet_read_cfg()
758 /* Is the config witten to the DPU going to be too big? */ in psnet_read_cfg()
977 * (the DPU counts the VFs from 1) in snet_vdpa_probe_vf()