Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/atm/
Dmidway.h36 #define MID_MAX_BUF_SIZE (128*1024) /* 128 kB is maximum */ macro
Deni.c244 if (*size > MID_MAX_BUF_SIZE) return NULL; 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()
1307 if (size > MID_MAX_BUF_SIZE && txtp->max_sdu <= in reserve_or_set_tx()
1308 MID_MAX_BUF_SIZE) in reserve_or_set_tx()
1309 size = MID_MAX_BUF_SIZE; in reserve_or_set_tx()