Searched refs:MID_MAX_BUF_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dmidway.h35 #define MID_MAX_BUF_SIZE (128*1024) /* 128 kB is maximum */ macro
H A Deni.c243 if (*size > MID_MAX_BUF_SIZE) return NULL;
788 if (size > MID_MAX_BUF_SIZE && vcc->qos.rxtp.max_sdu <=
789 MID_MAX_BUF_SIZE)
790 size = MID_MAX_BUF_SIZE;
1278 if (size > MID_MAX_BUF_SIZE && txtp->max_sdu <=
1279 MID_MAX_BUF_SIZE)
1280 size = MID_MAX_BUF_SIZE;

Completed in 98 milliseconds