Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/cxgb4/
H A Dprovider.c65 struct c4iw_dev *rhp; in c4iw_dealloc_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()
325 struct c4iw_dev *c4iw_dev = in hw_rev_show() local
338 struct c4iw_dev *c4iw_dev = in hca_type_show() local
352 struct c4iw_dev *c4iw_dev = in board_id_show() local
398 struct c4iw_dev *c4iw_dev = to_c4iw_dev(ibdev); in c4iw_get_mib() local
[all …]
H A Diw_cxgb4.h314 struct c4iw_dev { struct
334 struct c4iw_dev *dev; argument
363 struct c4iw_dev *rhp;
392 struct c4iw_dev *rhp;
410 struct c4iw_dev *rhp;
424 struct c4iw_dev *rhp;
481 struct c4iw_dev *rhp;
504 struct c4iw_dev *rhp;
633 int c4iw_modify_qp(struct c4iw_dev *rhp,
880 struct c4iw_dev *dev;
[all …]
H A Dev.c38 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()
222 int c4iw_ev_handler(struct c4iw_dev *dev, u32 qid) in c4iw_ev_handler()
H A Dcm.c145 static int sched(struct c4iw_dev *dev, struct sk_buff *skb);
2074 struct dst_entry *dst, struct c4iw_dev *cdev, in import_ep()
3126 struct c4iw_dev *h = to_c4iw_dev(cm_id->device); in c4iw_accept_cr()
3303 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_connect()
3543 struct c4iw_dev *dev = to_c4iw_dev(cm_id->device); in c4iw_create_listen()
3938 struct c4iw_dev *dev; in build_cpl_pass_accept_req()
3941 dev = *((struct c4iw_dev **) (skb->cb + sizeof(void *))); in build_cpl_pass_accept_req()
4302 struct c4iw_dev *dev; in process_work()
4310 dev = *((struct c4iw_dev **) (skb->cb + sizeof(void *))); in process_work()
4351 static int sched(struct c4iw_dev *dev, struct sk_buff *skb) in sched()
[all …]
H A Dmem.c54 static int mr_exceeds_hw_limits(struct c4iw_dev *dev, u64 length) in mr_exceeds_hw_limits()
391 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem()
432 struct c4iw_dev *rhp; in c4iw_get_dma_mr()
498 struct c4iw_dev *rhp; in c4iw_reg_user_mr()
601 struct c4iw_dev *rhp; in c4iw_alloc_mr()
702 struct c4iw_dev *rhp; in c4iw_dereg_mr()
729 void c4iw_invalidate_mr(struct c4iw_dev *rhp, u32 rkey) in c4iw_invalidate_mr()
H A Ddevice.c78 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()
1144 static inline int recv_rx_pkt(struct c4iw_dev *dev, const struct pkt_gl *gl, in recv_rx_pkt()
[all …]
H A Dqp.c62 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()
1700 static int rdma_fini(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in rdma_fini()
1757 static int rdma_init(struct c4iw_dev *rhp, struct c4iw_qp *qhp) in rdma_init()
1840 int c4iw_modify_qp(struct c4iw_dev *rhp, struct c4iw_qp *qhp, in c4iw_modify_qp()
2080 struct c4iw_dev *rhp; in c4iw_destroy_qp()
2121 struct c4iw_dev *rhp; in c4iw_create_qp()
2386 struct c4iw_dev *rhp; in c4iw_ib_modify_qp()
2693 struct c4iw_dev *rhp; in c4iw_create_srq()
[all …]
H A Drestrack.c434 struct c4iw_dev *dev = mhp->rhp; in c4iw_fill_res_mr_entry()
H A Dcq.c1004 struct c4iw_dev *rhp = to_c4iw_dev(ibcq->device); in c4iw_create_cq()