Searched defs:ib_mad_port_private (Results 1 – 1 of 1) sorted by relevance
196 struct ib_mad_port_private { struct197 struct list_head port_list;198 struct ib_device *device;199 int port_num;200 struct ib_cq *cq;201 struct ib_pd *pd;203 spinlock_t reg_lock;204 struct ib_mad_mgmt_version_table version[MAX_MGMT_VERSION];205 struct list_head agent_list;206 struct workqueue_struct *wq;[all …]