Searched defs:umad_agent_s (Results 1 – 1 of 1) sorted by relevance
65 typedef struct umad_agent_s { struct66 llist_head_t agent_list;67 struct ib_user_mad_reg_req agent_req; /* Params given during */69 struct ibmf_reg_info *agent_reg; /* IBMF information */70 umad_uctx_t *agent_uctx; /* User context to which */72 int agent_outstanding_msgs; /* # of msgs waiting */74 kmutex_t agent_lock; /* protects this structure */75 int agent_flags;76 kcondvar_t agent_cv; /* used to wake up unregister */