Home
last modified time | relevance | path

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

/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 …]
/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)

Completed in 11 milliseconds