Home
last modified time | relevance | path

Searched refs:RING_FLAG_NO_SUSPEND (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Dthunderbolt.h497 #define RING_FLAG_NO_SUSPEND BIT(0) macro
/linux-4.19.296/drivers/thunderbolt/
Dctl.c618 ctl->tx = tb_ring_alloc_tx(nhi, 0, 10, RING_FLAG_NO_SUSPEND); in tb_ctl_alloc()
622 ctl->rx = tb_ring_alloc_rx(nhi, 0, 10, RING_FLAG_NO_SUSPEND, 0xffff, in tb_ctl_alloc()
Dnhi.c539 if (ring_request_msix(ring, flags & RING_FLAG_NO_SUSPEND)) in tb_ring_alloc()