Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Dspram.c118 unsigned int firstsize = 0, lastsize = 0; in probe_spram() local
144 (pa == lastpa && size == lastsize)) in probe_spram()
168 lastsize = size; in probe_spram()
/openbmc/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()