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

/drivers/infiniband/hw/cxgb4/
H A Dprovider.c92 struct c4iw_dev *rhp = to_c4iw_dev(context->device);
108 struct c4iw_dev *rhp = to_c4iw_dev(ibdev);
185 struct c4iw_dev *rhp;
203 struct c4iw_dev *rhp;
206 rhp = (struct c4iw_dev *) ibdev;
240 struct c4iw_dev *dev;
255 struct c4iw_dev *dev;
287 struct c4iw_dev *dev;
341 struct c4iw_dev *c4iw_dev local
350 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev, local
364 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev, local
377 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev, local
388 struct c4iw_dev *c4iw_dev = to_c4iw_dev(ibdev); local
[all...]
H A Diw_cxgb4.h178 struct c4iw_dev { struct
189 static inline struct c4iw_dev *to_c4iw_dev(struct ib_device *ibdev)
191 return container_of(ibdev, struct c4iw_dev, ibdev);
194 static inline struct c4iw_dev *rdev_to_c4iw_dev(struct c4iw_rdev *rdev)
196 return container_of(rdev, struct c4iw_dev, rdev);
199 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid)
204 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid)
209 static inline struct c4iw_mr *get_mhp(struct c4iw_dev *rhp, u32 mmid)
214 static inline int insert_handle(struct c4iw_dev *rhp, struct idr *idr,
232 static inline void remove_handle(struct c4iw_dev *rh
[all...]

Completed in 49 milliseconds