Searched refs:destoffs (Results 1 – 1 of 1) sorted by relevance
846 unsigned int destoffs = skb->len, l = strlen(fill); in ibmlana_tx() local848 while (destoffs < tmplen) { in ibmlana_tx()849 memcpy_toio(priv->base + baddr + destoffs, fill, l); in ibmlana_tx()850 destoffs += l; in ibmlana_tx()