Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/wcn36xx/
Dtxrx.c248 skb_put(skb, bd->pdu.mpdu_header_off + bd->pdu.mpdu_len); in wcn36xx_rx_skb()
249 skb_pull(skb, bd->pdu.mpdu_header_off); in wcn36xx_rx_skb()
315 bd->pdu.mpdu_header_off = sizeof(*bd); in wcn36xx_set_tx_pdu()
317 bd->pdu.mpdu_header_off; in wcn36xx_set_tx_pdu()
Dtxrx.h53 u32 mpdu_header_off:8; member