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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/mlx4/
H A Dmcg.c83 * Caller must hold MCG table semaphore. gid and mgm parameters must
89 * and *mgm holds MGM entry.
92 * previous entry in hash chain and *mgm holds AMGM entry.
95 * entry in hash chain and *mgm holds end of hash chain.
102 struct mlx4_mgm *mgm = mgm_mailbox->buf; local
129 if (!memcmp(mgm->gid, zero_gid, 16)) {
137 if (!memcmp(mgm->gid, gid, 16))
141 *index = be32_to_cpu(mgm->next_gid_index) >> 6;
153 struct mlx4_mgm *mgm; local
164 mgm
249 struct mlx4_mgm *mgm; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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...]

Completed in 94 milliseconds