Lines Matching defs:hash
108 u16 *hash, u8 op_mod)
118 *hash = imm;
685 * If GID is found in MGM or MGM is empty, *index = *hash, *prev = -1
689 * previous entry in hash chain and *mgm holds AMGM entry.
692 * entry in hash chain and *mgm holds end of hash chain.
703 u16 hash;
714 err = mlx4_GID_HASH(dev, mailbox, &hash, op_mod);
720 mlx4_dbg(dev, "Hash for %pI6 is %04x\n", gid, hash);
722 *index = hash;
731 if (*index != hash) {