Searched refs:mgm (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/sys/ofed/drivers/infiniband/hw/mthca/ |
| D | mthca_mcg.c | 68 struct mthca_mgm *mgm = mgm_mailbox->buf; in find_mgm() local 105 if (!memcmp(mgm->gid, zero_gid, 16)) { in find_mgm() 113 if (!memcmp(mgm->gid, gid, 16)) in find_mgm() 117 *index = be32_to_cpu(mgm->next_gid_index) >> 6; in find_mgm() 131 struct mthca_mgm *mgm; in mthca_multicast_attach() local 142 mgm = mailbox->buf; in mthca_multicast_attach() 151 if (!memcmp(mgm->gid, zero_gid, 16)) in mthca_multicast_attach() 152 memcpy(mgm->gid, gid->raw, 16); in mthca_multicast_attach() 171 memset(mgm, 0, sizeof *mgm); in mthca_multicast_attach() 172 memcpy(mgm->gid, gid->raw, 16); in mthca_multicast_attach() [all …]
|
| /freebsd-9-stable/sys/ofed/drivers/net/mlx4/ |
| D | mcg.c | 153 struct mlx4_mgm *mgm; in new_steering_entry() local 199 mgm = mailbox->buf; in new_steering_entry() 205 members_count = be32_to_cpu(mgm->members_count) & 0xffffff; in new_steering_entry() 206 prot = be32_to_cpu(mgm->members_count) >> 30; in new_steering_entry() 218 mgm->qp[members_count++] = cpu_to_be32(pqp->qpn & MGM_QPN_MASK); in new_steering_entry() 221 mgm->members_count = cpu_to_be32(members_count | (prot << 30)); in new_steering_entry() 336 struct mlx4_mgm *mgm; in promisc_steering_entry() local 349 mgm = mailbox->buf; in promisc_steering_entry() 353 m_count = be32_to_cpu(mgm->members_count) & 0xffffff; in promisc_steering_entry() 358 u32 qpn = be32_to_cpu(mgm->qp[i]) & MGM_QPN_MASK; in promisc_steering_entry() [all …]
|
| D | fw.c | 1974 struct mlx4_mgm *mgm; in mlx4_opreq_action() local 2021 mgm = (struct mlx4_mgm *) ((u8 *) (outbox) + GET_OP_REQ_DATA_OFFSET); in mlx4_opreq_action() 2022 num_qps = be32_to_cpu(mgm->members_count) & MGM_QPN_MASK; in mlx4_opreq_action() 2023 rem_mcg = ((u8 *) (&mgm->members_count))[0] & 1; in mlx4_opreq_action() 2024 prot = ((u8 *) (&mgm->members_count))[0] >> 6; in mlx4_opreq_action() 2027 qp.qpn = be32_to_cpu(mgm->qp[i]); in mlx4_opreq_action() 2029 err = mlx4_multicast_detach(dev, &qp, mgm->gid, prot, 0); in mlx4_opreq_action() 2031 err = mlx4_multicast_attach(dev, &qp, mgm->gid, mgm->gid[5] ,0, prot, NULL); in mlx4_opreq_action()
|
| /freebsd-9-stable/contrib/groff/contrib/mm/ |
| D | README | 4 This is mgm, a macro package for groff. 12 Don't forget to mention the version of mgm (look in the beginning 20 You can install mgm as a separate package without the configure in groff
|
| /freebsd-9-stable/tools/regression/usr.bin/ncal/ |
| D | regress.sh | 58 REGRESSION_TEST(`f-mgm-nhl', `$NCAL -m 3 2 2008 2>&1')
|
| /freebsd-9-stable/contrib/groff/contrib/mm/examples/ |
| D | README | 29 I've made shure that mgm will be useful in several languages
|