Searched refs:c4iw_dev (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 64 struct c4iw_dev *rhp; in c4iw_dealloc_ucontext() 80 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_ucontext() 195 struct c4iw_dev *rhp; in c4iw_deallocate_pd() 213 struct c4iw_dev *rhp; in c4iw_allocate_pd() 216 rhp = (struct c4iw_dev *) ibdev; in c4iw_allocate_pd() 243 struct c4iw_dev *dev; in c4iw_query_gid() 259 struct c4iw_dev *dev; in c4iw_query_device() 321 struct c4iw_dev *c4iw_dev = in hw_rev_show() local 322 rdma_device_to_drv_device(dev, struct c4iw_dev, ibdev); in hw_rev_show() 326 CHELSIO_CHIP_RELEASE(c4iw_dev->rdev.lldi.adapter_type)); in hw_rev_show() [all …]
|
D | iw_cxgb4.h | 314 struct c4iw_dev { struct 335 struct c4iw_dev *dev; argument 339 static inline struct c4iw_dev *to_c4iw_dev(struct ib_device *ibdev) in to_c4iw_dev() 341 return container_of(ibdev, struct c4iw_dev, ibdev); in to_c4iw_dev() 344 static inline struct c4iw_dev *rdev_to_c4iw_dev(struct c4iw_rdev *rdev) in rdev_to_c4iw_dev() 346 return container_of(rdev, struct c4iw_dev, rdev); in rdev_to_c4iw_dev() 349 static inline struct c4iw_cq *get_chp(struct c4iw_dev *rhp, u32 cqid) in get_chp() 354 static inline struct c4iw_qp *get_qhp(struct c4iw_dev *rhp, u32 qpid) in get_qhp() 361 static inline int cur_max_read_depth(struct c4iw_dev *dev) in cur_max_read_depth() 369 struct c4iw_dev *rhp; [all …]
|
D | ev.c | 38 static void print_tpte(struct c4iw_dev *dev, u32 stag) in print_tpte() 62 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() 120 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 | 145 static int sched(struct c4iw_dev *dev, struct sk_buff *skb); 356 static struct c4iw_ep *get_ep_from_tid(struct c4iw_dev *dev, unsigned int tid) in get_ep_from_tid() 372 static struct c4iw_listen_ep *get_ep_from_stid(struct c4iw_dev *dev, in get_ep_from_stid() 492 static int _put_ep_safe(struct c4iw_dev *dev, struct sk_buff *skb) in _put_ep_safe() 501 static int _put_pass_ep_safe(struct c4iw_dev *dev, struct sk_buff *skb) in _put_pass_ep_safe() 1214 static int act_establish(struct c4iw_dev *dev, struct sk_buff *skb) in act_establish() 1844 static int rx_data(struct c4iw_dev *dev, struct sk_buff *skb) in rx_data() 1917 static int abort_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in abort_rpl() 2069 struct dst_entry *dst, struct c4iw_dev *cdev, in import_ep() 2264 static int act_open_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in act_open_rpl() [all …]
|
D | mem.c | 54 static int mr_exceeds_hw_limits(struct c4iw_dev *dev, u64 length) in mr_exceeds_hw_limits() 407 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem() 448 struct c4iw_dev *rhp; in c4iw_get_dma_mr() 514 struct c4iw_dev *rhp; in c4iw_reg_user_mr() 617 struct c4iw_dev *rhp; in c4iw_alloc_mw() 667 struct c4iw_dev *rhp; in c4iw_dealloc_mw() 685 struct c4iw_dev *rhp; in c4iw_alloc_mr() 786 struct c4iw_dev *rhp; in c4iw_dereg_mr() 813 void c4iw_invalidate_mr(struct c4iw_dev *rhp, u32 rkey) in c4iw_invalidate_mr()
|
D | device.c | 78 struct c4iw_dev *devp; 124 struct c4iw_dev *dev = seq->private; in wr_log_show() 181 struct c4iw_dev *dev = ((struct seq_file *)file->private_data)->private; in wr_log_clear() 471 struct c4iw_dev *dev = seq->private; in stats_show() 521 struct c4iw_dev *dev = ((struct seq_file *)file->private_data)->private; in stats_clear() 728 static void setup_debugfs(struct c4iw_dev *devp) in setup_debugfs() 968 static struct c4iw_dev *c4iw_alloc(const struct cxgb4_lld_info *infop) in c4iw_alloc() 970 struct c4iw_dev *devp; in c4iw_alloc() 982 devp = ib_alloc_device(c4iw_dev, ibdev); in c4iw_alloc() 1142 static inline int recv_rx_pkt(struct c4iw_dev *dev, const struct pkt_gl *gl, in recv_rx_pkt() [all …]
|
D | qp.c | 62 static int alloc_ird(struct c4iw_dev *dev, u32 ird) in alloc_ird() 80 static void free_ird(struct c4iw_dev *dev, int ird) in free_ird() 1085 struct c4iw_dev *rhp; in c4iw_post_send() 1692 static int rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in rdma_fini() 1749 static int rdma_init(struct c4iw_dev *rhp, struct c4iw_qp *qhp) in rdma_init() 1832 int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in c4iw_modify_qp() 2073 struct c4iw_dev *rhp; in c4iw_destroy_qp() 2115 struct c4iw_dev *rhp; in c4iw_create_qp() 2371 struct c4iw_dev *rhp; in c4iw_ib_modify_qp() 2675 struct c4iw_dev *rhp; in c4iw_create_srq() [all …]
|
D | restrack.c | 434 struct c4iw_dev *dev = mhp->rhp; in c4iw_fill_res_mr_entry()
|
D | cq.c | 997 struct c4iw_dev *rhp = to_c4iw_dev(ibcq->device); in c4iw_create_cq()
|