Lines Matching refs:c4iw_dev
252 struct c4iw_dev { struct
270 static inline struct c4iw_dev *to_c4iw_dev(struct ib_device *ibdev) in to_c4iw_dev() argument
272 return container_of(ibdev, struct c4iw_dev, ibdev); in to_c4iw_dev()
275 static inline struct c4iw_dev *rdev_to_c4iw_dev(struct c4iw_rdev *rdev) in rdev_to_c4iw_dev()
277 return container_of(rdev, struct c4iw_dev, rdev); in rdev_to_c4iw_dev()
280 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp()
285 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp()
290 static inline struct c4iw_mr *get_mhp(struct c4iw_dev *rhp, u32 mmid) in get_mhp()
295 static inline int _insert_handle(struct c4iw_dev *rhp, struct idr *idr, in _insert_handle()
316 static inline int insert_handle(struct c4iw_dev *rhp, struct idr *idr, in insert_handle()
322 static inline int insert_handle_nolock(struct c4iw_dev *rhp, struct idr *idr, in insert_handle_nolock()
328 static inline void _remove_handle(struct c4iw_dev *rhp, struct idr *idr, in _remove_handle()
338 static inline void remove_handle(struct c4iw_dev *rhp, struct idr *idr, u32 id) in remove_handle()
343 static inline void remove_handle_nolock(struct c4iw_dev *rhp, in remove_handle_nolock()
351 static inline int cur_max_read_depth(struct c4iw_dev *dev) in cur_max_read_depth()
359 struct c4iw_dev *rhp;
388 struct c4iw_dev *rhp;
400 struct c4iw_dev *rhp;
414 struct c4iw_dev *dev;
426 struct c4iw_dev *rhp;
481 struct c4iw_dev *rhp;
573 int c4iw_modify_qp(struct c4iw_dev *rhp,
799 struct c4iw_dev *dev;
931 typedef int (*c4iw_handler_func)(struct c4iw_dev *dev, struct sk_buff *skb);
949 int c4iw_register_device(struct c4iw_dev *dev);
950 void c4iw_unregister_device(struct c4iw_dev *dev);
1022 int c4iw_ev_handler(struct c4iw_dev *rnicp, u32 qid);
1031 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe);