Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c523 u8 tx_hdrlen; /* sdio bus header length for tx packet */ member
2106 memset(dat_buf, 0, head_pad + bus->tx_hdrlen); in brcmf_sdio_txpkt_hdalign()
2214 memset(pkt_next->data + bus->tx_hdrlen, 0, head_pad); in brcmf_sdio_txpkt_prep()
2230 hd_info.dat_offset = head_pad + bus->tx_hdrlen; in brcmf_sdio_txpkt_prep()
2243 head_pad + bus->tx_hdrlen, in brcmf_sdio_txpkt_prep()
2283 hdr = pkt_next->data + bus->tx_hdrlen - SDPCM_SWHDR_LEN; in brcmf_sdio_txpkt_postp()
2407 frame -= bus->tx_hdrlen; in brcmf_sdio_tx_ctrlframe()
2408 len += bus->tx_hdrlen; in brcmf_sdio_tx_ctrlframe()
2415 memset(frame + bus->tx_hdrlen, 0, doff); in brcmf_sdio_tx_ctrlframe()
2431 hd_info.dat_offset = doff + bus->tx_hdrlen; in brcmf_sdio_tx_ctrlframe()
[all...]