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

/freebsd-current/sys/dev/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
98 if (!memcmp(mgm->gid, zero_gid, 16)) {
106 if (!memcmp(mgm->gid, gid, 16))
110 *index = be32_to_cpu(mgm->next_gid_index) >> 6;
124 struct mthca_mgm *mgm; local
134 mgm
218 struct mthca_mgm *mgm; local
[all...]
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c153 struct mlx4_mgm *mgm; local
199 mgm = mailbox->buf;
205 members_count = be32_to_cpu(mgm->members_count) & 0xffffff;
206 prot = be32_to_cpu(mgm->members_count) >> 30;
218 mgm->qp[members_count++] = cpu_to_be32(pqp->qpn & MGM_QPN_MASK);
221 mgm->members_count = cpu_to_be32(members_count | (prot << 30));
287 * If so, it should not be removed from mgm */
335 struct mlx4_mgm *mgm; local
346 mgm = mailbox->buf;
350 m_count = be32_to_cpu(mgm
423 struct mlx4_mgm *mgm; local
554 struct mlx4_mgm *mgm; local
700 struct mlx4_mgm *mgm = mgm_mailbox->buf; local
1110 struct mlx4_mgm *mgm; local
1219 struct mlx4_mgm *mgm; local
[all...]
H A Dmlx4_fw.c2674 struct mlx4_mgm *mgm; local
2720 mgm = (struct mlx4_mgm *)((u8 *)(outbox) +
2722 num_qps = be32_to_cpu(mgm->members_count) &
2724 rem_mcg = ((u8 *)(&mgm->members_count))[0] & 1;
2725 prot = ((u8 *)(&mgm->members_count))[0] >> 6;
2728 qp.qpn = be32_to_cpu(mgm->qp[i]);
2731 mgm->gid,
2735 mgm->gid,
2736 mgm->gid[5]
/freebsd-current/usr.bin/ncal/tests/
H A Dregress.sh55 REGRESSION_TEST(`f-mgm-nhl', `$NCAL -m 3 2 2008 2>&1')
H A DMakefile43 ${PACKAGE}FILES+= regress.f-mgm-nhl.out

Completed in 189 milliseconds