Searched refs:sgentry_align (Results 1 – 1 of 1) sorted by relevance
521 u16 sgentry_align; /* scatter-gather buffer alignment */ member1576 if (sublen % bus->sgentry_align) { in brcmf_sdio_rxglom()1578 sublen, bus->sgentry_align); in brcmf_sdio_rxglom()1591 pnext = brcmu_pkt_buf_get_skb(sublen + bus->sgentry_align); in brcmf_sdio_rxglom()1600 pkt_align(pnext, sublen, bus->sgentry_align); in brcmf_sdio_rxglom()2159 WARN_ON(blksize % bus->sgentry_align); in brcmf_sdio_txpkt_prep_sg()2164 tail_chop = pkt->len % bus->sgentry_align; in brcmf_sdio_txpkt_prep_sg()2166 tail_pad = bus->sgentry_align - tail_chop; in brcmf_sdio_txpkt_prep_sg()4116 bus->sgentry_align = ALIGNMENT; in brcmf_sdio_probe()4121 bus->sgentry_align = sdiodev->pdata->sd_sgentry_align; in brcmf_sdio_probe()