Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/freescale/fman/
Dfman_port.c28 #define MAX_PORT_FIFO_SIZE(bmi_max_fifo_size) \ argument
29 min((u32)bmi_max_fifo_size, (u32)1024 * FMAN_BMI_FIFO_UNITS)
50 #define DFLT_PORT_RX_FIFO_PRI_ELEVATION_LEV(bmi_max_fifo_size) \ argument
51 MAX_PORT_FIFO_SIZE(bmi_max_fifo_size)
53 #define DFLT_PORT_RX_FIFO_THRESHOLD(major, bmi_max_fifo_size) \ argument
55 MAX_PORT_FIFO_SIZE(bmi_max_fifo_size) : \
56 (MAX_PORT_FIFO_SIZE(bmi_max_fifo_size) * 3 / 4)) \
1010 u32 bmi_max_fifo_size; in fill_soc_specific_params() local
1012 bmi_max_fifo_size = fman_get_bmi_max_fifo_size(port->fm); in fill_soc_specific_params()
1013 port->max_port_fifo_size = MAX_PORT_FIFO_SIZE(bmi_max_fifo_size); in fill_soc_specific_params()
Dfman.c496 u32 bmi_max_fifo_size; member
1113 state->bmi_max_fifo_size = 160 * 1024; in fill_soc_specific_params()
1127 state->bmi_max_fifo_size = 160 * 1024; in fill_soc_specific_params()
1149 state->bmi_max_fifo_size = 192 * 1024; in fill_soc_specific_params()
1161 state->bmi_max_fifo_size = 384 * 1024; in fill_soc_specific_params()
2312 return fman->state->bmi_max_fifo_size; in fman_get_bmi_max_fifo_size()