Searched refs:c4iw_dev (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 64 struct c4iw_dev *rhp; in _c4iw_free_ucontext() 90 struct c4iw_dev *rhp = to_c4iw_dev(ibdev); in c4iw_alloc_ucontext() 214 struct c4iw_dev *rhp; in c4iw_deallocate_pd() 234 struct c4iw_dev *rhp; in c4iw_allocate_pd() 237 rhp = (struct c4iw_dev *) ibdev; in c4iw_allocate_pd() 276 struct c4iw_dev *dev; in c4iw_query_gid() 292 struct c4iw_dev *dev; in c4iw_query_device() 335 struct c4iw_dev *dev; in c4iw_query_port() 379 struct c4iw_dev *c4iw_dev = container_of(dev, struct c4iw_dev, in show_rev() local 383 CHELSIO_CHIP_RELEASE(c4iw_dev->rdev.lldi.adapter_type)); in show_rev() [all …]
|
D | iw_cxgb4.h | 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() [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); 353 static struct c4iw_ep *get_ep_from_tid(struct c4iw_dev *dev, unsigned int tid) in get_ep_from_tid() 369 static struct c4iw_listen_ep *get_ep_from_stid(struct c4iw_dev *dev, in get_ep_from_stid() 488 static int _put_ep_safe(struct c4iw_dev *dev, struct sk_buff *skb) in _put_ep_safe() 498 static int _put_pass_ep_safe(struct c4iw_dev *dev, struct sk_buff *skb) in _put_pass_ep_safe() 1172 static int act_establish(struct c4iw_dev *dev, struct sk_buff *skb) in act_establish() 1802 static int rx_data(struct c4iw_dev *dev, struct sk_buff *skb) in rx_data() 1878 static int abort_rpl(struct c4iw_dev *dev, struct sk_buff *skb) in abort_rpl() 2024 struct dst_entry *dst, struct c4iw_dev *cdev, in import_ep() 2217 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() 401 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem() 442 struct c4iw_dev *rhp; in c4iw_get_dma_mr() 509 struct c4iw_dev *rhp; in c4iw_reg_user_mr() 617 struct c4iw_dev *rhp; in c4iw_alloc_mw() 675 struct c4iw_dev *rhp; in c4iw_dealloc_mw() 696 struct c4iw_dev *rhp; in c4iw_alloc_mr() 797 struct c4iw_dev *rhp; in c4iw_dereg_mr() 825 void c4iw_invalidate_mr(struct c4iw_dev *rhp, u32 rkey) in c4iw_invalidate_mr()
|
D | device.c | 78 struct c4iw_dev *devp; 132 struct c4iw_dev *dev = seq->private; in wr_log_show() 189 struct c4iw_dev *dev = ((struct seq_file *)file->private_data)->private; in wr_log_clear() 474 struct c4iw_dev *dev = seq->private; in stats_show() 524 struct c4iw_dev *dev = ((struct seq_file *)file->private_data)->private; in stats_clear() 723 static int setup_debugfs(struct c4iw_dev *devp) in setup_debugfs() 959 static struct c4iw_dev *c4iw_alloc(const struct cxgb4_lld_info *infop) in c4iw_alloc() 961 struct c4iw_dev *devp; in c4iw_alloc() 973 devp = (struct c4iw_dev *)ib_alloc_device(sizeof(*devp)); in c4iw_alloc() 1134 static inline int recv_rx_pkt(struct c4iw_dev *dev, const struct pkt_gl *gl, in recv_rx_pkt() [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() 889 struct c4iw_dev *rhp; in free_qp_work() 1105 struct c4iw_dev *rhp; in c4iw_post_send() 1711 static int rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in rdma_fini() 1769 static int rdma_init(struct c4iw_dev *rhp, struct c4iw_qp *qhp) in rdma_init() 1852 int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in c4iw_modify_qp() 2093 struct c4iw_dev *rhp; in c4iw_destroy_qp() 2124 struct c4iw_dev *rhp; in c4iw_create_qp() 2382 struct c4iw_dev *rhp; in c4iw_ib_modify_qp() [all …]
|
D | restrack.c | 441 struct c4iw_dev *dev = mhp->rhp; in fill_res_mr_entry()
|
D | cq.c | 1000 struct c4iw_dev *rhp; in c4iw_create_cq()
|