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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A Dmcg.c81 * Caller must hold MCG table semaphore. gid and mgm parameters must
87 * and *mgm holds MGM entry.
90 * previous entry in hash chain and *mgm holds AMGM entry.
93 * entry in hash chain and *mgm holds end of hash chain.
100 struct mlx4_mgm *mgm = mgm_mailbox->buf; local
137 if (!memcmp(mgm->gid, zero_gid, 16)) {
145 if (!memcmp(mgm->gid, gid, 16))
149 *index = be32_to_cpu(mgm->next_gid_index) >> 6;
160 struct mlx4_mgm *mgm; local
171 mgm
255 struct mlx4_mgm *mgm; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_mcg.c51 * Caller must hold MCG table semaphore. gid and mgm parameters must
57 * and *mgm holds MGM entry.
60 * previous entry in hash chain and *mgm holds AMGM entry.
63 * entry in hash chain and *mgm holds end of hash chain.
70 struct mthca_mgm *mgm = mgm_mailbox->buf; local
117 if (!memcmp(mgm->gid, zero_gid, 16)) {
125 if (!memcmp(mgm->gid, gid, 16))
129 *index = be32_to_cpu(mgm->next_gid_index) >> 6;
143 struct mthca_mgm *mgm; local
154 mgm
250 struct mthca_mgm *mgm; local
[all...]

Completed in 38 milliseconds