Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/port/net/zephyr/
Dnet.c491 if (net_pkt_len - ETH_HDR_LEN > mtu) in nxp_wifi_internal_tx()
497 if (net_pkt_len > ETH_HDR_LEN) in nxp_wifi_internal_tx()
569 memset(wmm_outbuf, 0x00, pkt_len + ETH_HDR_LEN); in nxp_wifi_internal_tx()
572 net_pkt_read(pkt, ((outbuf_t *)wmm_outbuf)->eth_header, ETH_HDR_LEN); in nxp_wifi_internal_tx()
575 if (net_pkt_len > ETH_HDR_LEN) in nxp_wifi_internal_tx()
1599 t_u16 header_len = INTF_HEADER_LEN + sizeof(TxPD) + ETH_HDR_LEN; in net_tx_zerocopy_process_cb()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_wmm.h215 t_u8 eth_header[ETH_HDR_LEN];
Dmlan_fw.h753 #define ETH_HDR_LEN 14 macro