Searched refs:max_l3_len (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/ethernet/cortina/
H A Dgemini.c416 unsigned int max_l3_len; member in struct:gmac_max_framelen
422 .max_l3_len = 1518,
426 .max_l3_len = 1522,
430 .max_l3_len = 1536,
434 .max_l3_len = 1548,
438 .max_l3_len = 9212,
442 .max_l3_len = 10236,
447 static int gmac_pick_rx_max_len(unsigned int max_l3_len) argument
453 maxtot = max_l3_len + ETH_HLEN + VLAN_HLEN;
457 if (maxtot <= maxlen->max_l3_len)
[all...]

Completed in 181 milliseconds