Searched defs:iwch_dev (Results 1 - 2 of 2) sorted by relevance
/drivers/infiniband/hw/cxgb3/ |
H A D | iwch.h | 104 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 D | iwch_provider.c | 97 struct iwch_dev *rhp = to_iwch_dev(context->device); 113 struct iwch_dev *rhp = to_iwch_dev(ibdev); 145 struct iwch_dev *rhp; 314 struct iwch_dev *rhp; 403 struct iwch_dev *rhp; 420 struct iwch_dev *rhp; 423 rhp = (struct iwch_dev *) ibdev; 446 struct iwch_dev *rhp; 481 struct iwch_dev *rhp; 558 struct iwch_dev *rh 1128 fw_vers_string_to_u64(struct iwch_dev *iwch_dev) argument 1239 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, local 1247 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, local 1260 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, local 1273 struct iwch_dev *iwch_dev = container_of(dev, struct iwch_dev, local [all...] |
Completed in 11 milliseconds