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

/linux-4.4.14/arch/mips/kernel/
H A Dspram.c122 unsigned int firstsize = 0, lastsize = 0; probe_spram() local
148 (pa == lastpa && size == lastsize)) probe_spram()
172 lastsize = size; probe_spram()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
H A Di40e_fcoe.h103 u16 lastsize; member in struct:i40e_fcoe_ddp
H A Di40e_fcoe.c923 ddp->lastsize = thisoff + thislen;
1046 ((u64)ddp->lastsize << i40e_fcoe_program_ddp()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c170 unsigned int lastsize; ixgbe_fcoe_ddp_setup() local
267 lastsize = thisoff + thislen;
270 * lastsize can not be buffer len.
271 * If it is then adding another buffer with lastsize = 1.
273 if (lastsize == bufflen) {
281 lastsize = 1;
295 fcdmarw |= (lastsize << IXGBE_FCDMARW_LASTSIZE_SHIFT);

Completed in 162 milliseconds