Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
247 * lastsize can not be buffer len. in ixgbe_fcoe_ddp_setup()
248 * If it is then adding another buffer with lastsize = 1. 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()
/kernel/linux/linux-6.6/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()
247 * lastsize can not be buffer len. in ixgbe_fcoe_ddp_setup()
248 * If it is then adding another buffer with lastsize = 1. 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()

Completed in 4 milliseconds