Searched defs:ib_mad_port_private (Results 1 – 1 of 1) sorted by relevance
197 struct ib_mad_port_private { struct198 struct list_head port_list;199 struct ib_device *device;200 int port_num;201 struct ib_cq *cq;202 struct ib_pd *pd;203 struct ib_mr *mr;205 spinlock_t reg_lock;206 struct ib_mad_mgmt_version_table version[MAX_MGMT_VERSION];207 struct list_head agent_list;[all …]