Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/sparc/kernel/
A Dldc.c70 u8 u_data[LDC_PACKET_SIZE - 8];
74 u8 r_data[LDC_PACKET_SIZE - 8 - 8];
203 off += LDC_PACKET_SIZE; in __advance()
266 diff /= LDC_PACKET_SIZE; in tx_has_space_for()
890 new += LDC_PACKET_SIZE; in ldc_rx()
1143 mss = LDC_PACKET_SIZE; in ldc_alloc()
1148 mss = LDC_PACKET_SIZE - 8; in ldc_alloc()
1153 mss = LDC_PACKET_SIZE - 8 - 8; in ldc_alloc()
1514 if (size > LDC_PACKET_SIZE) in write_raw()
1536 if (size < LDC_PACKET_SIZE) in read_raw()
[all …]
/linux-6.3-rc2/arch/sparc/include/asm/
A Dldc.h52 #define LDC_PACKET_SIZE 64 macro
A Dvio.h288 #define VIO_VCC_MTU_SIZE (LDC_PACKET_SIZE - VIO_TAG_SIZE)
/linux-6.3-rc2/drivers/tty/
A Dvcc.c350 WARN_ON(rv != LDC_PACKET_SIZE); in vcc_ldc_read()

Completed in 11 milliseconds