Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mscc/
A 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()
526 .cell_size = OCELOT_BUFFER_CELL_SZ,
A Docelot.h30 #define OCELOT_BUFFER_CELL_SZ 60 macro
A Docelot.c1125 while (i < (OCELOT_BUFFER_CELL_SZ / 4)) { in ocelot_port_inject_frame()
1132 QS_INJ_CTRL_VLD_BYTES(skb->len < OCELOT_BUFFER_CELL_SZ ? 0 : last) | in ocelot_port_inject_frame()
2298 pause_start = 6 * maxlen / OCELOT_BUFFER_CELL_SZ; in ocelot_port_set_maxlen()
2299 pause_stop = 4 * maxlen / OCELOT_BUFFER_CELL_SZ; in ocelot_port_set_maxlen()
2307 OCELOT_BUFFER_CELL_SZ; in ocelot_port_set_maxlen()
2308 atop = (9 * maxlen) / OCELOT_BUFFER_CELL_SZ; in ocelot_port_set_maxlen()

Completed in 14 milliseconds