Lines Matching refs:c4iw_dev

250 struct c4iw_dev {  struct
268 static inline struct c4iw_dev *to_c4iw_dev(struct ib_device *ibdev) in to_c4iw_dev() argument
270 return container_of(ibdev, struct c4iw_dev, ibdev); in to_c4iw_dev()
273 static inline struct c4iw_dev *rdev_to_c4iw_dev(struct c4iw_rdev *rdev) in rdev_to_c4iw_dev()
275 return container_of(rdev, struct c4iw_dev, rdev); in rdev_to_c4iw_dev()
278 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp()
283 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp()
288 static inline struct c4iw_mr *get_mhp(struct c4iw_dev *rhp, u32 mmid) in get_mhp()
293 static inline int _insert_handle(struct c4iw_dev *rhp, struct idr *idr, in _insert_handle()
314 static inline int insert_handle(struct c4iw_dev *rhp, struct idr *idr, in insert_handle()
320 static inline int insert_handle_nolock(struct c4iw_dev *rhp, struct idr *idr, in insert_handle_nolock()
326 static inline void _remove_handle(struct c4iw_dev *rhp, struct idr *idr, in _remove_handle()
336 static inline void remove_handle(struct c4iw_dev *rhp, struct idr *idr, u32 id) in remove_handle()
341 static inline void remove_handle_nolock(struct c4iw_dev *rhp, in remove_handle_nolock()
349 static inline int cur_max_read_depth(struct c4iw_dev *dev) in cur_max_read_depth()
357 struct c4iw_dev *rhp;
386 struct c4iw_dev *rhp;
402 struct c4iw_dev *rhp;
414 struct c4iw_dev *rhp;
469 struct c4iw_dev *rhp;
561 int c4iw_modify_qp(struct c4iw_dev *rhp,
787 struct c4iw_dev *dev;
919 typedef int (*c4iw_handler_func)(struct c4iw_dev *dev, struct sk_buff *skb);
937 int c4iw_register_device(struct c4iw_dev *dev);
938 void c4iw_unregister_device(struct c4iw_dev *dev);
1011 int c4iw_ev_handler(struct c4iw_dev *rnicp, u32 qid);
1020 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe);