Searched refs:thisoff (Results 1 – 2 of 2) sorted by relevance
171 unsigned int thisoff = 0; in ixgbe_fcoe_ddp_setup() local240 thisoff = addr & ((dma_addr_t)bufflen - 1); in ixgbe_fcoe_ddp_setup()241 thislen = min((bufflen - thisoff), len); in ixgbe_fcoe_ddp_setup()246 if ((j != 0) && (thisoff)) in ixgbe_fcoe_ddp_setup()254 && ((thislen + thisoff) != bufflen)) in ixgbe_fcoe_ddp_setup()257 ddp->udl[j] = (u64)(addr - thisoff); in ixgbe_fcoe_ddp_setup()260 firstoff = thisoff; in ixgbe_fcoe_ddp_setup()267 lastsize = thisoff + thislen; in ixgbe_fcoe_ddp_setup()
827 unsigned int thisoff = 0; in i40e_fcoe_ddp_setup() local897 thisoff = addr & ((dma_addr_t)bufflen - 1); in i40e_fcoe_ddp_setup()898 thislen = min_t(unsigned int, (bufflen - thisoff), len); in i40e_fcoe_ddp_setup()902 if ((j != 0) && (thisoff)) in i40e_fcoe_ddp_setup()910 ((thislen + thisoff) != bufflen)) in i40e_fcoe_ddp_setup()913 ddp->udl[j] = (u64)(addr - thisoff); in i40e_fcoe_ddp_setup()916 firstoff = thisoff; in i40e_fcoe_ddp_setup()923 ddp->lastsize = thisoff + thislen; in i40e_fcoe_ddp_setup()