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