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

/linux-4.1.27/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;
5817 if (hw_mtu > REGULAR_RX_BUF_SIZE) { netdev_change_mtu()
5822 hw_mtu = REGULAR_RX_BUF_SIZE; netdev_change_mtu()
7021 hw_priv->mtu = (REGULAR_RX_BUF_SIZE + 3) & ~3; pcidev_init()

Completed in 102 milliseconds