Home
last modified time | relevance | path

Searched refs:siw_device (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw_main.c64 static int siw_device_register(struct siw_device *sdev, const char *name) in siw_device_register()
84 struct siw_device *sdev = to_siw_dev(base_dev); in siw_device_cleanup()
161 int siw_get_tx_cpu(struct siw_device *sdev) in siw_get_tx_cpu()
279 static struct siw_device *siw_device_create(struct net_device *netdev) in siw_device_create()
281 struct siw_device *sdev = NULL; in siw_device_create()
285 sdev = ib_alloc_device(siw_device, base_dev); in siw_device_create()
372 struct siw_device *sdev; in siw_netdev_event()
431 struct siw_device *sdev = NULL; in siw_newlink()
Dsiw.h70 struct siw_device { struct
101 struct siw_device *sdev; argument
145 struct siw_device *sdev;
417 struct siw_device *sdev;
513 int siw_qp_add(struct siw_device *sdev, struct siw_qp *qp);
536 int siw_get_tx_cpu(struct siw_device *sdev);
579 static inline struct siw_device *to_siw_dev(struct ib_device *base_dev) in to_siw_dev()
581 return container_of(base_dev, struct siw_device, base_dev); in to_siw_dev()
595 static inline struct siw_qp *siw_qp_id2obj(struct siw_device *sdev, int id) in siw_qp_id2obj()
Dsiw_mem.c24 int siw_mem_add(struct siw_device *sdev, struct siw_mem *m) in siw_mem_add()
51 struct siw_mem *siw_mem_id2obj(struct siw_device *sdev, int stag_index) in siw_mem_id2obj()
84 struct siw_device *sdev = to_siw_dev(pd->device); in siw_mr_add_mem()
217 struct siw_device *sdev = to_siw_dev(pd->device); in siw_check_sge()
286 struct siw_device *sdev = to_siw_dev(pd->device); in siw_invalidate_stag()
Dsiw_verbs.c88 struct siw_device *sdev = to_siw_dev(base_ctx->device); in siw_alloc_ucontext()
132 struct siw_device *sdev = to_siw_dev(base_dev); in siw_query_device()
174 struct siw_device *sdev = to_siw_dev(base_dev); in siw_query_port()
223 struct siw_device *sdev = to_siw_dev(base_dev); in siw_query_gid()
234 struct siw_device *sdev = to_siw_dev(pd->device); in siw_alloc_pd()
247 struct siw_device *sdev = to_siw_dev(pd->device); in siw_dealloc_pd()
307 struct siw_device *sdev = to_siw_dev(base_dev); in siw_create_qp()
508 struct siw_device *sdev; in siw_query_qp()
1102 struct siw_device *sdev = to_siw_dev(base_cq->device); in siw_destroy_cq()
1134 struct siw_device *sdev = to_siw_dev(base_cq->device); in siw_create_cq()
[all …]
Dsiw_mem.h14 struct siw_mem *siw_mem_id2obj(struct siw_device *sdev, int stag_index);
15 int siw_mem_add(struct siw_device *sdev, struct siw_mem *m);
Dsiw_cm.h35 struct siw_device;
39 struct siw_device *sdev;
Dsiw_verbs.h88 void siw_port_event(struct siw_device *dev, u32 port, enum ib_event_type type);
Dsiw_cm.c157 static struct siw_cep *siw_cep_alloc(struct siw_device *sdev) in siw_cep_alloc()
249 struct siw_device *sdev = cep->sdev; in __siw_cep_dealloc()
1354 struct siw_device *sdev = to_siw_dev(id->device); in siw_connect()
1553 struct siw_device *sdev = to_siw_dev(id->device); in siw_accept()
1762 struct siw_device *sdev = to_siw_dev(id->device); in siw_create_listen()
Dsiw_qp.c1314 int siw_qp_add(struct siw_device *sdev, struct siw_qp *qp) in siw_qp_add()
1330 struct siw_device *sdev = qp->sdev; in siw_free_qp()
Dsiw_qp_tx.c931 struct siw_device *sdev = to_siw_dev(pd->device); in siw_fastreg_mr()