Searched refs:thisoff (Results 1 – 1 of 1) sorted by relevance
148 unsigned int thisoff = 0; in ixgbe_fcoe_ddp_setup() local217 thisoff = addr & ((dma_addr_t)bufflen - 1); in ixgbe_fcoe_ddp_setup()218 thislen = min((bufflen - thisoff), len); in ixgbe_fcoe_ddp_setup()223 if ((j != 0) && (thisoff)) in ixgbe_fcoe_ddp_setup()231 && ((thislen + thisoff) != bufflen)) in ixgbe_fcoe_ddp_setup()234 ddp->udl[j] = (u64)(addr - thisoff); in ixgbe_fcoe_ddp_setup()237 firstoff = thisoff; in ixgbe_fcoe_ddp_setup()244 lastsize = thisoff + thislen; in ixgbe_fcoe_ddp_setup()