Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dctl.c357 if (len > TB_FRAME_SIZE - 4) { /* checksum is 4 bytes */ in tb_ctl_tx()
359 len, TB_FRAME_SIZE - 4); in tb_ctl_tx()
623 TB_FRAME_SIZE, 4, 0); in tb_ctl_alloc()
H A Dnhi.c616 frame_size = TB_FRAME_SIZE; in tb_ring_start()
/OK3568_Linux_fs/kernel/include/linux/
H A Dthunderbolt.h550 #define TB_FRAME_SIZE 0x100 macro