Searched refs:e2e_tx_hop (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | nhi.c | 513 ring->e2e_tx_hop, RING_E2E_RESERVED_HOPID); in nhi_alloc_hop() 514 ring->e2e_tx_hop = RING_E2E_RESERVED_HOPID; in nhi_alloc_hop() 578 int e2e_tx_hop, u16 sof_mask, u16 eof_mask, in tb_ring_alloc() 601 ring->e2e_tx_hop = e2e_tx_hop; in tb_ring_alloc() 656 * @e2e_tx_hop: Transmit HopID when E2E is enabled in @flags 665 unsigned int flags, int e2e_tx_hop, in tb_ring_alloc_rx() 669 return tb_ring_alloc(nhi, hop, size, false, flags, e2e_tx_hop, sof_mask, eof_mask, in tb_ring_alloc_rx() 726 hop = ring->e2e_tx_hop << REG_RX_OPTIONS_E2E_HOP_SHIFT; in tb_ring_start() 732 RING_TYPE(ring), ring->hop, ring->e2e_tx_hop); in tb_ring_start() 576 tb_ring_alloc(struct tb_nhi *nhi, u32 hop, int size, bool transmit, unsigned int flags, int e2e_tx_hop, u16 sof_mask, u16 eof_mask, void (*start_poll)(void *), void *poll_data) tb_ring_alloc() argument 664 tb_ring_alloc_rx(struct tb_nhi *nhi, int hop, int size, unsigned int flags, int e2e_tx_hop, u16 sof_mask, u16 eof_mask, void (*start_poll)(void *), void *poll_data) tb_ring_alloc_rx() argument [all...] |
H A D | dma_test.c | 140 int ret, e2e_tx_hop = 0; in dma_test_start_rings() local 158 e2e_tx_hop = ring->hop; in dma_test_start_rings() 176 flags, e2e_tx_hop, sof_mask, eof_mask, in dma_test_start_rings()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | thunderbolt.h | 524 * @e2e_tx_hop: Transmit HopID when E2E is enabled. Only applicable to 549 int e2e_tx_hop; member 610 unsigned int flags, int e2e_tx_hop,
|
Completed in 5 milliseconds