Home
last modified time | relevance | path

Searched refs:OCELOT_BUFFER_CELL_SZ (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot_devlink.c321 *buf_rsrv_i *= OCELOT_BUFFER_CELL_SZ; in ocelot_get_buf_rsrv()
322 *buf_rsrv_e *= OCELOT_BUFFER_CELL_SZ; in ocelot_get_buf_rsrv()
368 buf_shr_i /= OCELOT_BUFFER_CELL_SZ; in ocelot_setup_sharing_watermarks()
369 buf_shr_e /= OCELOT_BUFFER_CELL_SZ; in ocelot_setup_sharing_watermarks()
495 .cell_size = OCELOT_BUFFER_CELL_SZ,
Docelot.h30 #define OCELOT_BUFFER_CELL_SZ 60 macro
Docelot.c1123 while (i < (OCELOT_BUFFER_CELL_SZ / 4)) { in ocelot_port_inject_frame()
1130 QS_INJ_CTRL_VLD_BYTES(skb->len < OCELOT_BUFFER_CELL_SZ ? 0 : last) | in ocelot_port_inject_frame()
2296 pause_start = 6 * maxlen / OCELOT_BUFFER_CELL_SZ; in ocelot_port_set_maxlen()
2297 pause_stop = 4 * maxlen / OCELOT_BUFFER_CELL_SZ; in ocelot_port_set_maxlen()
2305 OCELOT_BUFFER_CELL_SZ; in ocelot_port_set_maxlen()
2306 atop = (9 * maxlen) / OCELOT_BUFFER_CELL_SZ; in ocelot_port_set_maxlen()