Searched refs:sgentry_align (Results 1 – 1 of 1) sorted by relevance
523 u16 sgentry_align; /* scatter-gather buffer alignment */ member1583 if (sublen % bus->sgentry_align) { in brcmf_sdio_rxglom()1585 sublen, bus->sgentry_align); in brcmf_sdio_rxglom()1598 pnext = brcmu_pkt_buf_get_skb(sublen + bus->sgentry_align); in brcmf_sdio_rxglom()1607 pkt_align(pnext, sublen, bus->sgentry_align); in brcmf_sdio_rxglom()2166 WARN_ON(blksize % bus->sgentry_align); in brcmf_sdio_txpkt_prep_sg()2171 tail_chop = pkt->len % bus->sgentry_align; in brcmf_sdio_txpkt_prep_sg()2173 tail_pad = bus->sgentry_align - tail_chop; in brcmf_sdio_txpkt_prep_sg()4165 bus->sgentry_align = ALIGNMENT; in brcmf_sdio_probe()4170 bus->sgentry_align = sdiodev->pdata->sd_sgentry_align; in brcmf_sdio_probe()