Home
last modified time | relevance | path

Searched refs:lastsize (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/kernel/
H A Dspram.c115 unsigned int firstsize = 0, lastsize = 0; in probe_spram()
141 (pa == lastpa && size == lastsize)) in probe_spram()
165 lastsize = size; in probe_spram()
119 unsigned int firstsize = 0, lastsize = 0; probe_spram() local
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c147 unsigned int lastsize; in ixgbe_fcoe_ddp_setup() local
244 lastsize = thisoff + thislen; in ixgbe_fcoe_ddp_setup()
250 if (lastsize == bufflen) { in ixgbe_fcoe_ddp_setup()
258 lastsize = 1; in ixgbe_fcoe_ddp_setup()
272 fcdmarw |= (lastsize << IXGBE_FCDMARW_LASTSIZE_SHIFT); in ixgbe_fcoe_ddp_setup()