Searched refs:tx_hdrlen (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.c | 525 u8 tx_hdrlen; /* sdio bus header length for tx packet */ member 2094 memset(dat_buf, 0, head_pad + bus->tx_hdrlen); in brcmf_sdio_txpkt_hdalign() 2202 memset(pkt_next->data + bus->tx_hdrlen, 0, head_pad); in brcmf_sdio_txpkt_prep() 2218 hd_info.dat_offset = head_pad + bus->tx_hdrlen; in brcmf_sdio_txpkt_prep() 2231 head_pad + bus->tx_hdrlen, in brcmf_sdio_txpkt_prep() 2271 hdr = pkt_next->data + bus->tx_hdrlen - SDPCM_SWHDR_LEN; in brcmf_sdio_txpkt_postp() 2395 frame -= bus->tx_hdrlen; in brcmf_sdio_tx_ctrlframe() 2396 len += bus->tx_hdrlen; in brcmf_sdio_tx_ctrlframe() 2403 memset(frame + bus->tx_hdrlen, 0, doff); in brcmf_sdio_tx_ctrlframe() 2419 hd_info.dat_offset = doff + bus->tx_hdrlen; in brcmf_sdio_tx_ctrlframe() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.c | 523 u8 tx_hdrlen; /* sdio bus header length for tx packet */ member 2105 memset(dat_buf, 0, head_pad + bus->tx_hdrlen); in brcmf_sdio_txpkt_hdalign() 2213 memset(pkt_next->data + bus->tx_hdrlen, 0, head_pad); in brcmf_sdio_txpkt_prep() 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() 2282 hdr = pkt_next->data + bus->tx_hdrlen - SDPCM_SWHDR_LEN; in brcmf_sdio_txpkt_postp() 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() [all...] |
Completed in 9 milliseconds