Home
last modified time | relevance | path

Searched refs:c4iw_dev (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dprovider.c96 struct c4iw_dev *rhp = to_c4iw_dev(context->device); in c4iw_dealloc_ucontext()
112 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_ucontext()
237 struct c4iw_dev *rhp; in c4iw_deallocate_pd()
257 struct c4iw_dev *rhp; in c4iw_allocate_pd()
260 rhp = (struct c4iw_dev *) ibdev; in c4iw_allocate_pd()
297 struct c4iw_dev *dev; in c4iw_query_gid()
312 struct c4iw_dev *dev; in c4iw_query_device()
350 struct c4iw_dev *dev; in c4iw_query_port()
404 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev, in show_rev() local
408 CHELSIO_CHIP_RELEASE(c4iw_dev->rdev.lldi.adapter_type)); in show_rev()
[all …]
Diw_cxgb4.h250 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()
[all …]
Dev.c38 static void print_tpte(struct c4iw_dev *dev, u32 stag) in print_tpte()
63 static void dump_err_cqe(struct c4iw_dev *dev, struct t4_cqe *err_cqe) in dump_err_cqe()
87 static void post_qp_event(struct c4iw_dev *dev, struct c4iw_cq *chp, in post_qp_event()
118 void c4iw_ev_dispatch(struct c4iw_dev *dev, struct t4_cqe *err_cqe) in c4iw_ev_dispatch()
223 int c4iw_ev_handler(struct c4iw_dev *dev, u32 qid) in c4iw_ev_handler()
Dmem.c53 static int mr_exceeds_hw_limits(struct c4iw_dev *dev, u64 length) in mr_exceeds_hw_limits()
372 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem()
395 static int reregister_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in reregister_mem()
509 struct c4iw_dev *rhp; in c4iw_reregister_phys_mem()
580 struct c4iw_dev *rhp; in c4iw_register_phys_mem()
658 struct c4iw_dev *rhp; in c4iw_get_dma_mr()
708 struct c4iw_dev *rhp; in c4iw_reg_user_mr()
805 struct c4iw_dev *rhp; in c4iw_alloc_mw()
842 struct c4iw_dev *rhp; in c4iw_dealloc_mw()
860 struct c4iw_dev *rhp; in c4iw_alloc_mr()
[all …]
Dcm.c373 static int our_interface(struct c4iw_dev *dev, struct net_device *egress_dev) in our_interface()
384 static struct dst_entry *find_route6(struct c4iw_dev *dev, __u8 *local_ip, in find_route6()
413 static struct dst_entry *find_route(struct c4iw_dev *dev, __be32 local_ip, in find_route()
586 static void c4iw_form_reg_msg(struct c4iw_dev *dev, in c4iw_form_reg_msg()
1109 static int act_establish(struct c4iw_dev *dev, struct sk_buff *skb) in act_establish()
1729 static int rx_data(struct c4iw_dev *dev, struct sk_buff *skb) in rx_data()
1782 static int abort_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in abort_rpl()
1930 struct dst_entry *dst, struct c4iw_dev *cdev, in import_ep()
2098 static int act_open_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in act_open_rpl()
2208 static int pass_open_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in pass_open_rpl()
[all …]
Ddevice.c71 struct c4iw_dev *dev;
84 struct c4iw_dev *devp;
149 struct c4iw_dev *dev = seq->private; in wr_log_show()
210 struct c4iw_dev *dev = ((struct seq_file *)file->private_data)->private; in wr_log_clear()
459 struct c4iw_dev *dev = seq->private; in stats_show()
506 struct c4iw_dev *dev = ((struct seq_file *)file->private_data)->private; in stats_clear()
709 static int setup_debugfs(struct c4iw_dev *devp) in setup_debugfs()
922 static struct c4iw_dev *c4iw_alloc(const struct cxgb4_lld_info *infop) in c4iw_alloc()
924 struct c4iw_dev *devp; in c4iw_alloc()
936 devp = (struct c4iw_dev *)ib_alloc_device(sizeof(*devp)); in c4iw_alloc()
[all …]
Dqp.c61 static int alloc_ird(struct c4iw_dev *dev, u32 ird) in alloc_ird()
79 static void free_ird(struct c4iw_dev *dev, int ird) in free_ird()
1202 static int rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in rdma_fini()
1264 static int rdma_init(struct c4iw_dev *rhp, struct c4iw_qp *qhp) in rdma_init()
1347 int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in c4iw_modify_qp()
1586 struct c4iw_dev *rhp; in c4iw_destroy_qp()
1624 struct c4iw_dev *rhp; in c4iw_create_qp()
1829 struct c4iw_dev *rhp; in c4iw_ib_modify_qp()
Dcq.c874 struct c4iw_dev *rhp; in c4iw_create_cq()