Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c2105 memset(dat_buf, 0, head_pad + bus->tx_hdrlen); in brcmf_sdio_txpkt_hdalign()
2229 hd_info.dat_offset = head_pad + bus->tx_hdrlen; in brcmf_sdio_txpkt_prep()
2242 head_pad + bus->tx_hdrlen, in brcmf_sdio_txpkt_prep()
2406 frame -= bus->tx_hdrlen; in brcmf_sdio_tx_ctrlframe()
2407 len += bus->tx_hdrlen; in brcmf_sdio_tx_ctrlframe()
2414 memset(frame + bus->tx_hdrlen, 0, doff); in brcmf_sdio_tx_ctrlframe()
2430 hd_info.dat_offset = doff + bus->tx_hdrlen; in brcmf_sdio_tx_ctrlframe()
2809 skb_push(pkt, bus->tx_hdrlen); in brcmf_sdio_bus_txdata()
2830 skb_pull(pkt, bus->tx_hdrlen); in brcmf_sdio_bus_txdata()
3569 bus->tx_hdrlen = SDPCM_HWHDR_LEN + SDPCM_SWHDR_LEN; in brcmf_sdio_bus_preinit()
[all …]