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

/drivers/net/ethernet/micrel/
H A Dksz884x.c754 #define REGULAR_RX_BUF_SIZE (MAX_ETHERNET_PACKET_SIZE + 4) macro
1414 * @mtu: Current MTU used. The default is REGULAR_RX_BUF_SIZE;
5820 if (hw_mtu > REGULAR_RX_BUF_SIZE) {
5825 hw_mtu = REGULAR_RX_BUF_SIZE;
7028 hw_priv->mtu = (REGULAR_RX_BUF_SIZE + 3) & ~3;

Completed in 50 milliseconds