Lines Matching +full:group +full:- +full:index +full:- +full:shift
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
14 /* RHT - Resource Handle Table */
16 #define MC_CHUNK_SHIFT MC_RHT_NMASK /* shift to go from LBA to chunk# */
18 #define HIBIT (BITS_PER_LONG - 1)
23 * LXT - LBA Translation Table
25 * +-------+-------+-------+-------+-------+-------+-------+---+---+
27 * +-------+-------+-------+-------+-------+-------+-------+---+---+
32 * The LXT Entry also contains an index to a LUN TBL and a bitmask of which
33 * outgoing (FC) * ports can be selected. The port select bit-mask is ANDed
34 * with a global port select bit-mask maintained by the driver.
45 * The LXT table is re-allocated whenever it needs to cross into another group.
49 #define LXT_LUNIDX_SHIFT 8 /* LXT entry, shift for LUN index */
50 #define LXT_PERM_SHIFT 4 /* LXT entry, shift for permission bits */