Home
last modified time | relevance | path

Searched refs:vp_reset (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/virtio/
H A Dvirtio_pci_legacy.c92 static void vp_reset(struct virtio_device *vdev) in vp_reset() function
201 .reset = vp_reset,
H A Dvirtio_pci_modern.c282 static void vp_reset(struct virtio_device *vdev) in vp_reset() function
546 .reset = vp_reset,
563 .reset = vp_reset,
/kernel/linux/linux-6.6/drivers/virtio/
H A Dvirtio_pci_legacy.c93 static void vp_reset(struct virtio_device *vdev) in vp_reset() function
194 .reset = vp_reset,
H A Dvirtio_pci_modern.c164 static void vp_reset(struct virtio_device *vdev) in vp_reset() function
500 .reset = vp_reset,
520 .reset = vp_reset,
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.h342 unsigned long vp_reset; member
H A Dvxge-main.c1568 clear_bit(vp_id, &vdev->vp_reset); in vxge_reset_vpath()
1629 while (test_bit(vp_id, &vdev->vp_reset)) in do_vxge_reset()
2596 if (test_bit(i, &vdev->vp_reset)) { in vxge_poll_vp_reset()
2633 if (!test_and_set_bit(i, &vdev->vp_reset)) { in vxge_poll_vp_lockup()
3597 if (!test_and_set_bit(vpath_idx, &vdev->vp_reset)) { in vxge_callback_crit_err()

Completed in 9 milliseconds