Searched refs:RING_FLAG_NO_SUSPEND (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/linux/ |
D | thunderbolt.h | 557 #define RING_FLAG_NO_SUSPEND BIT(0) macro
|
/Linux-v6.6/drivers/thunderbolt/ |
D | ctl.c | 644 ctl->tx = tb_ring_alloc_tx(nhi, 0, 10, RING_FLAG_NO_SUSPEND); in tb_ctl_alloc() 648 ctl->rx = tb_ring_alloc_rx(nhi, 0, 10, RING_FLAG_NO_SUSPEND, 0, 0xffff, in tb_ctl_alloc()
|
D | nhi.c | 616 if (ring_request_msix(ring, flags & RING_FLAG_NO_SUSPEND)) in tb_ring_alloc()
|