Symbol: umad_uctx_t
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1106
umad_get_agent_by_id(umad_uctx_t *uctx, uint32_t agent_id)
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1126
umad_get_agent_by_class(umad_uctx_t *uctx, uint8_t agent_class)
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1309
umad_uctx_t *uctx = agent->agent_uctx;
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1357
umad_release_uctx(umad_uctx_t *uctx)
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1397
umad_uctx_t *uctx;
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1453
uctx = kmem_zalloc(sizeof (umad_uctx_t), KM_SLEEP);
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1518
umad_uctx_t *uctx;
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1573
kmem_free(uctx, sizeof (umad_uctx_t));
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1690
umad_uctx_t *uctx;
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
1896
umad_uctx_t *uctx;
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
2187
umad_uctx_t *uctx;
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
2261
umad_get_new_agent_id(umad_uctx_t *uctx)
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
2310
umad_register(struct ib_user_mad_reg_req *req, umad_uctx_t *uctx)
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
2379
umad_unregister(struct ib_user_mad_reg_req *req, umad_uctx_t *uctx)
usr/src/uts/common/io/ib/clients/of/sol_umad/sol_umad.c
2553
umad_uctx_t *uctx;
usr/src/uts/common/sys/ib/clients/of/sol_umad/sol_umad.h
112
umad_uctx_t *info_uctx[MAX_UCTX];
usr/src/uts/common/sys/ib/clients/of/sol_umad/sol_umad.h
133
umad_uctx_t *ibmf_reg_uctx;
usr/src/uts/common/sys/ib/clients/of/sol_umad/sol_umad.h
171
umad_uctx_t *uctx);
usr/src/uts/common/sys/ib/clients/of/sol_umad/sol_umad.h
173
umad_uctx_t *uctx);
usr/src/uts/common/sys/ib/clients/of/sol_umad/sol_umad.h
70
umad_uctx_t *agent_uctx; /* User context to which */