Lines Matching refs:tx_hdrlen
518 u8 tx_hdrlen; /* sdio bus header length for tx packet */ member
2131 memset(dat_buf, 0, head_pad + bus->tx_hdrlen); in brcmf_sdio_txpkt_hdalign()
2240 memset(pkt_next->data + bus->tx_hdrlen, 0, head_pad); in brcmf_sdio_txpkt_prep()
2256 hd_info.dat_offset = head_pad + bus->tx_hdrlen; in brcmf_sdio_txpkt_prep()
2269 head_pad + bus->tx_hdrlen, in brcmf_sdio_txpkt_prep()
2309 hdr = pkt_next->data + bus->tx_hdrlen - SDPCM_SWHDR_LEN; in brcmf_sdio_txpkt_postp()
2431 frame -= bus->tx_hdrlen; in brcmf_sdio_tx_ctrlframe()
2432 len += bus->tx_hdrlen; in brcmf_sdio_tx_ctrlframe()
2439 memset(frame + bus->tx_hdrlen, 0, doff); in brcmf_sdio_tx_ctrlframe()
2455 hd_info.dat_offset = doff + bus->tx_hdrlen; in brcmf_sdio_tx_ctrlframe()
2820 skb_push(pkt, bus->tx_hdrlen); in brcmf_sdio_bus_txdata()
2835 skb_pull(pkt, bus->tx_hdrlen); in brcmf_sdio_bus_txdata()
3515 bus->tx_hdrlen = SDPCM_HWHDR_LEN + SDPCM_SWHDR_LEN; in brcmf_sdio_bus_preinit()
3527 bus->tx_hdrlen += SDPCM_HWEXT_LEN; in brcmf_sdio_bus_preinit()
3530 brcmf_bus_add_txhdrlen(bus->sdiodev->dev, bus->tx_hdrlen); in brcmf_sdio_bus_preinit()
4171 bus->tx_hdrlen = SDPCM_HWHDR_LEN + SDPCM_SWHDR_LEN; in brcmf_sdio_probe()