Searched refs:DEFAULT_BUFF_SIZE (Results 1 – 4 of 4) sorted by relevance
83 #define DEFAULT_BUFF_SIZE (1<<15) macro
203 static unsigned int writeBufSize = DEFAULT_BUFF_SIZE ; /* in bytes */
403 #define DEFAULT_BUFF_SIZE 0x10000 macro
1951 if(NOB > DEFAULT_BUFF_SIZE) in bcm_char_ioctl()1952 BuffSize = DEFAULT_BUFF_SIZE; in bcm_char_ioctl()1981 if(NOB > DEFAULT_BUFF_SIZE ) in bcm_char_ioctl()1982 ReadBytes = DEFAULT_BUFF_SIZE; in bcm_char_ioctl()