Home
last modified time | relevance | path

Searched refs:BOOT_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/isdn/hysdn/
Dhysdn_boot.c43 unsigned char BootBuf[BOOT_BUF_SIZE];/* buffer as byte count */
224 if (boot->pof_reclen < BOOT_BUF_SIZE) in pof_write_buffer()
227 boot->last_error = BOOT_BUF_SIZE; /* maximum */ in pof_write_buffer()
250 if (boot->pof_reclen - boot->pof_recoffset < BOOT_BUF_SIZE) in pof_write_buffer()
253 boot->last_error = BOOT_BUF_SIZE; /* maximum */ in pof_write_buffer()
Dhysdn_pof.h16 #define BOOT_BUF_SIZE 0x1000 /* =4096, maybe moved to other h file */ macro