Searched refs:MID_MAX_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
35 #define MID_MAX_BUF_SIZE (128*1024) /* 128 kB is maximum */ macro
249 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()