Lines Matching refs:c4iw_dev
314 struct c4iw_dev { struct
336 struct c4iw_dev *dev; argument
340 static inline struct c4iw_dev *to_c4iw_dev(struct ib_device *ibdev) in to_c4iw_dev()
342 return container_of(ibdev, struct c4iw_dev, ibdev); in to_c4iw_dev()
345 static inline struct c4iw_dev *rdev_to_c4iw_dev(struct c4iw_rdev *rdev) in rdev_to_c4iw_dev()
347 return container_of(rdev, struct c4iw_dev, rdev); in rdev_to_c4iw_dev()
350 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp()
355 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp()
360 static inline struct c4iw_mr *get_mhp(struct c4iw_dev *rhp, u32 mmid) in get_mhp()
365 static inline int _insert_handle(struct c4iw_dev *rhp, struct idr *idr, in _insert_handle()
385 static inline int insert_handle(struct c4iw_dev *rhp, struct idr *idr, in insert_handle()
391 static inline int insert_handle_nolock(struct c4iw_dev *rhp, struct idr *idr, in insert_handle_nolock()
397 static inline void _remove_handle(struct c4iw_dev *rhp, struct idr *idr, in _remove_handle()
407 static inline void remove_handle(struct c4iw_dev *rhp, struct idr *idr, u32 id) in remove_handle()
412 static inline void remove_handle_nolock(struct c4iw_dev *rhp, in remove_handle_nolock()
420 static inline int cur_max_read_depth(struct c4iw_dev *dev) in cur_max_read_depth()
428 struct c4iw_dev *rhp;
457 struct c4iw_dev *rhp;
475 struct c4iw_dev *rhp;
489 struct c4iw_dev *rhp;
546 struct c4iw_dev *rhp;
569 struct c4iw_dev *rhp;
675 int c4iw_modify_qp(struct c4iw_dev *rhp,
928 struct c4iw_dev *dev;
1012 typedef int (*c4iw_handler_func)(struct c4iw_dev *dev, struct sk_buff *skb);
1032 void c4iw_unregister_device(struct c4iw_dev *dev);
1098 int c4iw_ev_handler(struct c4iw_dev *rnicp, u32 qid);
1107 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe);
1121 void c4iw_invalidate_mr(struct c4iw_dev *rhp, u32 rkey);