Home
last modified time | relevance | path

Searched refs:resumable (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/arch/sparc/
Dadi.rst106 resumable error (TT=0x7e) trap to the kernel. The kernel sends
/linux-6.12.1/drivers/vdpa/mlx5/net/
Dmlx5_vnet.c1281 static bool is_valid_state_change(int oldstate, int newstate, bool resumable) in is_valid_state_change() argument
1289 return resumable ? newstate == MLX5_VIRTIO_NET_Q_OBJECT_STATE_RDY : false; in is_valid_state_change()