Home
last modified time | relevance | path

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

/drivers/net/ethernet/mscc/
Docelot.h29 #define OCELOT_BUFFER_CELL_SZ 60 macro
Docelot.c1372 pause_start = 6 * maxlen / OCELOT_BUFFER_CELL_SZ; in ocelot_port_set_maxlen()
1373 pause_stop = 4 * maxlen / OCELOT_BUFFER_CELL_SZ; in ocelot_port_set_maxlen()
1381 OCELOT_BUFFER_CELL_SZ; in ocelot_port_set_maxlen()
1382 atop = (9 * maxlen) / OCELOT_BUFFER_CELL_SZ; in ocelot_port_set_maxlen()
Docelot_net.c383 while (i < (OCELOT_BUFFER_CELL_SZ / 4)) { in ocelot_port_xmit()
390 QS_INJ_CTRL_VLD_BYTES(skb->len < OCELOT_BUFFER_CELL_SZ ? 0 : last) | in ocelot_port_xmit()
Docelot_vsc7514.c547 info->len = OCELOT_BUFFER_CELL_SZ * wlen + llen - 80; in ocelot_parse_ifh()