Searched refs:mgm (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dmcg.c86 * Caller must hold MCG table semaphore. gid and mgm parameters must
92 * and *mgm holds MGM entry.
95 * previous entry in hash chain and *mgm holds AMGM entry.
98 * entry in hash chain and *mgm holds end of hash chain.
106 struct mlx4_mgm *mgm = mgm_mailbox->buf; local
133 if (!memcmp(mgm->gid, zero_gid, 16)) {
141 if (!memcmp(mgm->gid, gid, 16) &&
142 (prot == be32_to_cpu(mgm->members_count) >> 30))
146 *index = be32_to_cpu(mgm->next_gid_index) >> 6;
158 struct mlx4_mgm *mgm; local
252 struct mlx4_mgm *mgm; local
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c49 * Caller must hold MCG table semaphore. gid and mgm parameters must
55 * and *mgm holds MGM entry.
58 * previous entry in hash chain and *mgm holds AMGM entry.
61 * entry in hash chain and *mgm holds end of hash chain.
68 struct mthca_mgm *mgm = mgm_mailbox->buf; local
105 if (!memcmp(mgm->gid, zero_gid, 16)) {
113 if (!memcmp(mgm->gid, gid, 16))
117 *index = be32_to_cpu(mgm->next_gid_index) >> 6;
131 struct mthca_mgm *mgm; local
142 mgm
238 struct mthca_mgm *mgm; local
[all...]
/freebsd-9.3-release/tools/regression/usr.bin/ncal/
H A Dregress.sh58 REGRESSION_TEST(`f-mgm-nhl', `$NCAL -m 3 2 2008 2>&1')

Completed in 186 milliseconds