Searched refs:thisoff (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_fcoe.c157 unsigned int thisoff = 0; local
215 thisoff = addr & ((dma_addr_t)bufflen - 1);
216 thislen = min((bufflen - thisoff), len);
221 if ((j != 0) && (thisoff))
229 && ((thislen + thisoff) != bufflen))
232 ddp->udl[j] = (u64)(addr - thisoff);
235 firstoff = thisoff;
242 lastsize = thisoff + thislen;

Completed in 97 milliseconds