Searched refs:mtu (Results 1 – 1 of 1) sorted by relevance
528 t_u16 mtu = net_if_get_mtu(net_pkt_iface(pkt)); in nxp_wifi_internal_tx() local530 mtu = MIN(TX_DATA_PAYLOAD_SIZE, mtu); in nxp_wifi_internal_tx()532 if (net_pkt_len - ETH_HDR_LEN > mtu) in nxp_wifi_internal_tx()