Searched refs:vp_reset (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/virtio/ |
H A D | virtio_pci_legacy.c | 92 static void vp_reset(struct virtio_device *vdev) in vp_reset() function 201 .reset = vp_reset,
|
H A D | virtio_pci_modern.c | 282 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 D | virtio_pci_legacy.c | 93 static void vp_reset(struct virtio_device *vdev) in vp_reset() function 194 .reset = vp_reset,
|
H A D | virtio_pci_modern.c | 164 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 D | vxge-main.h | 342 unsigned long vp_reset; member
|
H A D | vxge-main.c | 1568 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