Home
last modified time | relevance | path

Searched refs:mtu (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnet.c528 t_u16 mtu = net_if_get_mtu(net_pkt_iface(pkt)); in nxp_wifi_internal_tx() local
530 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()