Searched refs:effective_mtu (Results 1 – 1 of 1) sorted by relevance
2369 uint32_t effective_mtu = 0; in mana_calc_rx_datasize() local2374 effective_mtu = MJUM16BYTES; in mana_calc_rx_datasize()2376 effective_mtu = MJUM16BYTES; in mana_calc_rx_datasize()2378 effective_mtu = MJUM9BYTES; in mana_calc_rx_datasize()2380 effective_mtu = MJUMPAGESIZE; in mana_calc_rx_datasize()2382 effective_mtu = MCLBYTES; in mana_calc_rx_datasize()2385 return effective_mtu; in mana_calc_rx_datasize()