Home
last modified time | relevance | path

Searched refs:destoffs (Results 1 – 1 of 1) sorted by relevance

/drivers/net/
Dibmlana.c846 unsigned int destoffs = skb->len, l = strlen(fill); in ibmlana_tx() local
848 while (destoffs < tmplen) { in ibmlana_tx()
849 memcpy_toio(priv->base + baddr + destoffs, fill, l); in ibmlana_tx()
850 destoffs += l; in ibmlana_tx()