Searched refs:thisoff (Results 1 – 1 of 1) sorted by relevance
147 unsigned int thisoff = 0; in ixgbe_fcoe_ddp_setup() local216 thisoff = addr & ((dma_addr_t)bufflen - 1); in ixgbe_fcoe_ddp_setup()217 thislen = min((bufflen - thisoff), len); in ixgbe_fcoe_ddp_setup()222 if ((j != 0) && (thisoff)) in ixgbe_fcoe_ddp_setup()230 && ((thislen + thisoff) != bufflen)) in ixgbe_fcoe_ddp_setup()233 ddp->udl[j] = (u64)(addr - thisoff); in ixgbe_fcoe_ddp_setup()236 firstoff = thisoff; in ixgbe_fcoe_ddp_setup()243 lastsize = thisoff + thislen; in ixgbe_fcoe_ddp_setup()