Searched refs:status_old (Results 1 – 3 of 3) sorted by relevance
182 u8 status_old; in octep_vdpa_set_status() local184 status_old = octep_hw_get_status(oct_hw); in octep_vdpa_set_status()186 if (status_old == status) in octep_vdpa_set_status()190 !(status_old & VIRTIO_CONFIG_S_DRIVER_OK)) { in octep_vdpa_set_status()192 status = status_old | VIRTIO_CONFIG_S_FAILED; in octep_vdpa_set_status()
416 u8 status_old; in ifcvf_vdpa_set_status() local420 status_old = ifcvf_get_status(vf); in ifcvf_vdpa_set_status()422 if (status_old == status) in ifcvf_vdpa_set_status()426 !(status_old & VIRTIO_CONFIG_S_DRIVER_OK)) { in ifcvf_vdpa_set_status()
305 u8 status, status_old; in vhost_vdpa_set_status() local313 status_old = ops->get_status(vdpa); in vhost_vdpa_set_status()319 if (status != 0 && (status_old & ~status) != 0) in vhost_vdpa_set_status()322 if ((status_old & VIRTIO_CONFIG_S_DRIVER_OK) && !(status & VIRTIO_CONFIG_S_DRIVER_OK)) in vhost_vdpa_set_status()333 if ((status & VIRTIO_CONFIG_S_DRIVER_OK) && !(status_old & VIRTIO_CONFIG_S_DRIVER_OK)) in vhost_vdpa_set_status()