Lines Matching refs:bmax
38 unsigned int bmax; in stmmac_jumbo_frm() local
42 bmax = BUF_SIZE_8KiB; in stmmac_jumbo_frm()
44 bmax = BUF_SIZE_2KiB; in stmmac_jumbo_frm()
46 len = nopaged_len - bmax; in stmmac_jumbo_frm()
49 bmax, DMA_TO_DEVICE); in stmmac_jumbo_frm()
53 priv->hw->desc->prepare_tx_desc(desc, 1, bmax, csum, STMMAC_CHAIN_MODE); in stmmac_jumbo_frm()
60 if (len > bmax) { in stmmac_jumbo_frm()
62 (skb->data + bmax * i), in stmmac_jumbo_frm()
63 bmax, DMA_TO_DEVICE); in stmmac_jumbo_frm()
67 priv->hw->desc->prepare_tx_desc(desc, 0, bmax, csum, in stmmac_jumbo_frm()
70 len -= bmax; in stmmac_jumbo_frm()
74 (skb->data + bmax * i), len, in stmmac_jumbo_frm()