Home
last modified time | relevance | path

Searched defs:ib_mad_port_private (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/infiniband/core/
Dmad_priv.h200 struct ib_mad_port_private { struct
201 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 …]