Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/atm/
H A Dmidway.h36 #define MID_MAX_BUF_SIZE (128*1024) /* 128 kB is maximum */ macro
H A Deni.c238 if (*size > MID_MAX_BUF_SIZE) return NULL; in eni_alloc_mem()
787 if (size > MID_MAX_BUF_SIZE && vcc->qos.rxtp.max_sdu <= in open_rx_first()
788 MID_MAX_BUF_SIZE) in open_rx_first()
789 size = MID_MAX_BUF_SIZE; in open_rx_first()
1305 if (size > MID_MAX_BUF_SIZE && txtp->max_sdu <= in reserve_or_set_tx()
1306 MID_MAX_BUF_SIZE) in reserve_or_set_tx()
1307 size = MID_MAX_BUF_SIZE; in reserve_or_set_tx()
/kernel/linux/linux-6.6/drivers/atm/
H A Dmidway.h36 #define MID_MAX_BUF_SIZE (128*1024) /* 128 kB is maximum */ macro
H A Deni.c238 if (*size > MID_MAX_BUF_SIZE) return NULL; in eni_alloc_mem()
787 if (size > MID_MAX_BUF_SIZE && vcc->qos.rxtp.max_sdu <= in open_rx_first()
788 MID_MAX_BUF_SIZE) in open_rx_first()
789 size = MID_MAX_BUF_SIZE; in open_rx_first()
1305 if (size > MID_MAX_BUF_SIZE && txtp->max_sdu <= in reserve_or_set_tx()
1306 MID_MAX_BUF_SIZE) in reserve_or_set_tx()
1307 size = MID_MAX_BUF_SIZE; in reserve_or_set_tx()

Completed in 7 milliseconds