Searched defs:iwch_dev (Results 1 - 2 of 2) sorted by relevance

/drivers/infiniband/hw/cxgb3/
H A Diwch.h104 struct iwch_dev { struct
117 static inline struct iwch_dev *to_iwch_dev(struct ib_device *ibdev)
119 return container_of(ibdev, struct iwch_dev, ibdev);
122 static inline struct iwch_dev *rdev_to_iwch_dev(struct cxio_rdev *rdev)
124 return container_of(rdev, struct iwch_dev, rdev);
127 static inline int t3b_device(const struct iwch_dev *rhp)
132 static inline int t3a_device(const struct iwch_dev *rhp)
137 static inline struct iwch_cq *get_chp(struct iwch_dev *rhp, u32 cqid)
142 static inline struct iwch_qp *get_qhp(struct iwch_dev *rhp, u32 qpid)
147 static inline struct iwch_mr *get_mhp(struct iwch_dev *rh
[all...]
H A Diwch_provider.c97 struct iwch_dev *rhp = to_iwch_dev(context->device);
113 struct iwch_dev *rhp = to_iwch_dev(ibdev);
145 struct iwch_dev *rhp;
315 struct iwch_dev *rhp;
404 struct iwch_dev *rhp;
421 struct iwch_dev *rhp;
424 rhp = (struct iwch_dev *) ibdev;
447 struct iwch_dev *rhp;
482 struct iwch_dev *rhp;
559 struct iwch_dev *rh
1127 fw_vers_string_to_u64(struct iwch_dev *iwch_dev) argument
1238 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, local
1246 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, local
1259 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, local
1272 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, local
[all...]

Completed in 145 milliseconds