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

/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_main.c64 static int siw_device_register(struct siw_device *sdev, const char *name)
84 struct siw_device *sdev = to_siw_dev(base_dev);
161 int siw_get_tx_cpu(struct siw_device *sdev)
279 static struct siw_device *siw_device_create(struct net_device *netdev)
281 struct siw_device *sdev = NULL;
285 sdev = ib_alloc_device(siw_device, base_dev);
373 struct siw_device *sdev =
374 container_of(work, struct siw_device, netdev_down);
392 static void siw_device_goes_down(struct siw_device *sdev)
405 struct siw_device *sde
[all...]
H A 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);
H A Dsiw_cm.h35 struct siw_device;
39 struct siw_device *sdev;
H A Dsiw_mem.c24 int siw_mem_add(struct siw_device *sdev, struct siw_mem *m)
51 struct siw_mem *siw_mem_id2obj(struct siw_device *sdev, int stag_index)
84 struct siw_device *sdev = to_siw_dev(pd->device);
217 struct siw_device *sdev = to_siw_dev(pd->device);
286 struct siw_device *sdev = to_siw_dev(pd->device);
H A Dsiw.h70 struct siw_device { struct
103 struct siw_device *sdev;
147 struct siw_device *sdev;
419 struct siw_device *sdev;
515 int siw_qp_add(struct siw_device *sdev, struct siw_qp *qp);
538 int siw_get_tx_cpu(struct siw_device *sdev);
581 static inline struct siw_device *to_siw_dev(struct ib_device *base_dev)
583 return container_of(base_dev, struct siw_device, base_dev);
597 static inline struct siw_qp *siw_qp_id2obj(struct siw_device *sdev, int id)
H A Dsiw_verbs.c88 struct siw_device *sdev = to_siw_dev(base_ctx->device);
132 struct siw_device *sdev = to_siw_dev(base_dev);
174 struct siw_device *sdev = to_siw_dev(base_dev);
223 struct siw_device *sdev = to_siw_dev(base_dev);
234 struct siw_device *sdev = to_siw_dev(pd->device);
247 struct siw_device *sdev = to_siw_dev(pd->device);
307 struct siw_device *sdev = to_siw_dev(base_dev);
508 struct siw_device *sdev;
1102 struct siw_device *sdev = to_siw_dev(base_cq->device);
1133 struct siw_device *sde
[all...]
H A Dsiw_verbs.h88 void siw_port_event(struct siw_device *dev, u32 port, enum ib_event_type type);
H A Dsiw_cm.c157 static struct siw_cep *siw_cep_alloc(struct siw_device *sdev)
249 struct siw_device *sdev = cep->sdev;
1354 struct siw_device *sdev = to_siw_dev(id->device);
1553 struct siw_device *sdev = to_siw_dev(id->device);
1762 struct siw_device *sdev = to_siw_dev(id->device);
H A Dsiw_qp.c1314 int siw_qp_add(struct siw_device *sdev, struct siw_qp *qp)
1330 struct siw_device *sdev = qp->sdev;
H A Dsiw_qp_tx.c929 struct siw_device *sdev = to_siw_dev(pd->device);

Completed in 145 milliseconds