Home
last modified time | relevance | path

Searched refs:RING_FLAG_FRAME (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dthunderbolt.h559 #define RING_FLAG_FRAME BIT(1) macro
/openbmc/linux/drivers/net/thunderbolt/
H A Dmain.c928 RING_FLAG_FRAME); in tbnet_open()
947 flags = RING_FLAG_FRAME; in tbnet_open()
/openbmc/linux/drivers/thunderbolt/
H A Ddma_test.c138 unsigned int flags = RING_FLAG_FRAME; in dma_test_start_rings()
H A Dnhi.c696 if (ring->flags & RING_FLAG_FRAME) { in tb_ring_start()