Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dnhi.h65 #define TB_FRAME_SIZE 0x100 /* minimum size for ring_rx */ macro
Dctl.c345 if (len > TB_FRAME_SIZE - 4) { /* checksum is 4 bytes */ in tb_ctl_tx()
347 len, TB_FRAME_SIZE - 4); in tb_ctl_tx()
487 TB_FRAME_SIZE, 4, 0); in tb_ctl_alloc()
Dnhi.c331 (TB_FRAME_SIZE << 16) | ring->size, 12); in ring_start()