Searched refs:c4iw_dev (Results 1 – 8 of 8) sorted by relevance
/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 92 struct c4iw_dev *rhp = to_c4iw_dev(context->device); in c4iw_dealloc_ucontext() 108 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_ucontext() 233 struct c4iw_dev *rhp; in c4iw_deallocate_pd() 253 struct c4iw_dev *rhp; in c4iw_allocate_pd() 256 rhp = (struct c4iw_dev *) ibdev; in c4iw_allocate_pd() 293 struct c4iw_dev *dev; in c4iw_query_gid() 308 struct c4iw_dev *dev; in c4iw_query_device() 342 struct c4iw_dev *dev; in c4iw_query_port() 396 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev, in show_rev() local 400 CHELSIO_CHIP_RELEASE(c4iw_dev->rdev.lldi.adapter_type)); in show_rev() [all …]
|
D | iw_cxgb4.h | 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() [all …]
|
D | ev.c | 38 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()
|
D | cm.c | 362 static int our_interface(struct c4iw_dev *dev, struct net_device *egress_dev) in our_interface() 373 static struct dst_entry *find_route6(struct c4iw_dev *dev, __u8 *local_ip, in find_route6() 402 static struct dst_entry *find_route(struct c4iw_dev *dev, __be32 local_ip, in find_route() 569 static void c4iw_form_reg_msg(struct c4iw_dev *dev, in c4iw_form_reg_msg() 1040 static int act_establish(struct c4iw_dev *dev, struct sk_buff *skb) in act_establish() 1655 static int rx_data(struct c4iw_dev *dev, struct sk_buff *skb) in rx_data() 1708 static int abort_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in abort_rpl() 1856 struct dst_entry *dst, struct c4iw_dev *cdev, in import_ep() 2021 static int act_open_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in act_open_rpl() 2113 static int pass_open_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in pass_open_rpl() [all …]
|
D | mem.c | 365 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem() 386 static int reregister_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in reregister_mem() 500 struct c4iw_dev *rhp; in c4iw_reregister_phys_mem() 566 struct c4iw_dev *rhp; in c4iw_register_phys_mem() 638 struct c4iw_dev *rhp; in c4iw_get_dma_mr() 688 struct c4iw_dev *rhp; in c4iw_reg_user_mr() 781 struct c4iw_dev *rhp; in c4iw_alloc_mw() 818 struct c4iw_dev *rhp; in c4iw_dealloc_mw() 834 struct c4iw_dev *rhp; in c4iw_alloc_fast_reg_mr() 887 struct c4iw_dev *dev = to_c4iw_dev(device); in c4iw_alloc_fastreg_pbl() [all …]
|
D | device.c | 71 struct c4iw_dev *dev; 84 struct c4iw_dev *devp; 148 struct c4iw_dev *dev = seq->private; in wr_log_show() 209 struct c4iw_dev *dev = ((struct seq_file *)file->private_data)->private; in wr_log_clear() 458 struct c4iw_dev *dev = seq->private; in stats_show() 504 struct c4iw_dev *dev = ((struct seq_file *)file->private_data)->private; in stats_clear() 701 static int setup_debugfs(struct c4iw_dev *devp) in setup_debugfs() 912 static struct c4iw_dev *c4iw_alloc(const struct cxgb4_lld_info *infop) in c4iw_alloc() 914 struct c4iw_dev *devp; in c4iw_alloc() 926 devp = (struct c4iw_dev *)ib_alloc_device(sizeof(*devp)); in c4iw_alloc() [all …]
|
D | qp.c | 61 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() 1189 static int rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in rdma_fini() 1251 static int rdma_init(struct c4iw_dev *rhp, struct c4iw_qp *qhp) in rdma_init() 1334 int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in c4iw_modify_qp() 1573 struct c4iw_dev *rhp; in c4iw_destroy_qp() 1611 struct c4iw_dev *rhp; in c4iw_create_qp() 1816 struct c4iw_dev *rhp; in c4iw_ib_modify_qp()
|
D | cq.c | 866 struct c4iw_dev *rhp; in c4iw_create_cq()
|