Home
last modified time | relevance | path

Searched refs:sgentry_align (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c528 u16 sgentry_align; /* scatter-gather buffer alignment */ member
1543 if (sublen % bus->sgentry_align) { in brcmf_sdio_rxglom()
1545 sublen, bus->sgentry_align); in brcmf_sdio_rxglom()
1558 pnext = brcmu_pkt_buf_get_skb(sublen + bus->sgentry_align); in brcmf_sdio_rxglom()
1567 pkt_align(pnext, sublen, bus->sgentry_align); in brcmf_sdio_rxglom()
2121 WARN_ON(blksize % bus->sgentry_align); in brcmf_sdio_txpkt_prep_sg()
2126 tail_chop = pkt->len % bus->sgentry_align; in brcmf_sdio_txpkt_prep_sg()
2128 tail_pad = bus->sgentry_align - tail_chop; in brcmf_sdio_txpkt_prep_sg()
3995 bus->sgentry_align = ALIGNMENT; in brcmf_sdio_probe_attach()
3999 bus->sgentry_align in brcmf_sdio_probe_attach()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dsdio.c526 u16 sgentry_align; /* scatter-gather buffer alignment */ member
1554 if (sublen % bus->sgentry_align) { in brcmf_sdio_rxglom()
1556 sublen, bus->sgentry_align); in brcmf_sdio_rxglom()
1569 pnext = brcmu_pkt_buf_get_skb(sublen + bus->sgentry_align); in brcmf_sdio_rxglom()
1578 pkt_align(pnext, sublen, bus->sgentry_align); in brcmf_sdio_rxglom()
2132 WARN_ON(blksize % bus->sgentry_align); in brcmf_sdio_txpkt_prep_sg()
2137 tail_chop = pkt->len % bus->sgentry_align; in brcmf_sdio_txpkt_prep_sg()
2139 tail_pad = bus->sgentry_align - tail_chop; in brcmf_sdio_txpkt_prep_sg()
4012 bus->sgentry_align = ALIGNMENT; in brcmf_sdio_probe_attach()
4016 bus->sgentry_align in brcmf_sdio_probe_attach()
[all...]

Completed in 11 milliseconds