Searched refs:RING_FLAG_NO_SUSPEND (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | thunderbolt.h | 543 #define RING_FLAG_NO_SUSPEND BIT(0) macro
|
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | ctl.c | 637 ctl->tx = tb_ring_alloc_tx(nhi, 0, 10, RING_FLAG_NO_SUSPEND); in tb_ctl_alloc() 641 ctl->rx = tb_ring_alloc_rx(nhi, 0, 10, RING_FLAG_NO_SUSPEND, 0, 0xffff, in tb_ctl_alloc()
|
A D | nhi.c | 576 if (ring_request_msix(ring, flags & RING_FLAG_NO_SUSPEND)) in tb_ring_alloc()
|
Completed in 8 milliseconds