Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dmidway.h35 #define MID_MAX_BUF_SIZE (128*1024) /* 128 kB is maximum */ macro
Deni.c249 if (*size > MID_MAX_BUF_SIZE) return 0; in eni_alloc_mem()
793 if (size > MID_MAX_BUF_SIZE && vcc->qos.rxtp.max_sdu <= in open_rx_first()
794 MID_MAX_BUF_SIZE) in open_rx_first()
795 size = MID_MAX_BUF_SIZE; in open_rx_first()
1304 if (size > MID_MAX_BUF_SIZE && txtp->max_sdu <= in reserve_or_set_tx()
1305 MID_MAX_BUF_SIZE) in reserve_or_set_tx()
1306 size = MID_MAX_BUF_SIZE; in reserve_or_set_tx()