Symbol: siw_device
drivers/infiniband/sw/siw/siw.h
100
struct siw_device *sdev;
drivers/infiniband/sw/siw/siw.h
144
struct siw_device *sdev;
drivers/infiniband/sw/siw/siw.h
418
struct siw_device *sdev;
drivers/infiniband/sw/siw/siw.h
513
int siw_qp_add(struct siw_device *sdev, struct siw_qp *qp);
drivers/infiniband/sw/siw/siw.h
536
int siw_get_tx_cpu(struct siw_device *sdev);
drivers/infiniband/sw/siw/siw.h
579
static inline struct siw_device *to_siw_dev(struct ib_device *base_dev)
drivers/infiniband/sw/siw/siw.h
581
return container_of(base_dev, struct siw_device, base_dev);
drivers/infiniband/sw/siw/siw.h
595
static inline struct siw_qp *siw_qp_id2obj(struct siw_device *sdev, int id)
drivers/infiniband/sw/siw/siw_cm.c
1403
struct siw_device *sdev = to_siw_dev(id->device);
drivers/infiniband/sw/siw/siw_cm.c
1603
struct siw_device *sdev = to_siw_dev(id->device);
drivers/infiniband/sw/siw/siw_cm.c
1813
struct siw_device *sdev = to_siw_dev(id->device);
drivers/infiniband/sw/siw/siw_cm.c
206
static struct siw_cep *siw_cep_alloc(struct siw_device *sdev)
drivers/infiniband/sw/siw/siw_cm.c
298
struct siw_device *sdev = cep->sdev;
drivers/infiniband/sw/siw/siw_cm.h
35
struct siw_device;
drivers/infiniband/sw/siw/siw_cm.h
39
struct siw_device *sdev;
drivers/infiniband/sw/siw/siw_main.c
160
int siw_get_tx_cpu(struct siw_device *sdev)
drivers/infiniband/sw/siw/siw_main.c
278
static struct siw_device *siw_device_create(struct net_device *netdev)
drivers/infiniband/sw/siw/siw_main.c
280
struct siw_device *sdev = NULL;
drivers/infiniband/sw/siw/siw_main.c
284
sdev = ib_alloc_device(siw_device, base_dev);
drivers/infiniband/sw/siw/siw_main.c
370
struct siw_device *sdev;
drivers/infiniband/sw/siw/siw_main.c
415
struct siw_device *sdev = NULL;
drivers/infiniband/sw/siw/siw_main.c
63
static int siw_device_register(struct siw_device *sdev, const char *name)
drivers/infiniband/sw/siw/siw_main.c
83
struct siw_device *sdev = to_siw_dev(base_dev);
drivers/infiniband/sw/siw/siw_mem.c
193
struct siw_device *sdev = to_siw_dev(pd->device);
drivers/infiniband/sw/siw/siw_mem.c
262
struct siw_device *sdev = to_siw_dev(pd->device);
drivers/infiniband/sw/siw/siw_mem.c
27
struct siw_mem *siw_mem_id2obj(struct siw_device *sdev, int stag_index)
drivers/infiniband/sw/siw/siw_mem.c
60
struct siw_device *sdev = to_siw_dev(pd->device);
drivers/infiniband/sw/siw/siw_mem.h
14
struct siw_mem *siw_mem_id2obj(struct siw_device *sdev, int stag_index);
drivers/infiniband/sw/siw/siw_qp.c
1282
int siw_qp_add(struct siw_device *sdev, struct siw_qp *qp)
drivers/infiniband/sw/siw/siw_qp.c
1298
struct siw_device *sdev = qp->sdev;
drivers/infiniband/sw/siw/siw_qp_tx.c
934
struct siw_device *sdev = to_siw_dev(pd->device);
drivers/infiniband/sw/siw/siw_verbs.c
1114
struct siw_device *sdev = to_siw_dev(base_cq->device);
drivers/infiniband/sw/siw/siw_verbs.c
1146
struct siw_device *sdev = to_siw_dev(base_cq->device);
drivers/infiniband/sw/siw/siw_verbs.c
1305
struct siw_device *sdev = to_siw_dev(base_mr->device);
drivers/infiniband/sw/siw/siw_verbs.c
132
struct siw_device *sdev = to_siw_dev(base_dev);
drivers/infiniband/sw/siw/siw_verbs.c
1337
struct siw_device *sdev = to_siw_dev(pd->device);
drivers/infiniband/sw/siw/siw_verbs.c
1417
struct siw_device *sdev = to_siw_dev(pd->device);
drivers/infiniband/sw/siw/siw_verbs.c
1550
struct siw_device *sdev = to_siw_dev(pd->device);
drivers/infiniband/sw/siw/siw_verbs.c
1598
struct siw_device *sdev = to_siw_dev(base_srq->device);
drivers/infiniband/sw/siw/siw_verbs.c
1747
struct siw_device *sdev = to_siw_dev(base_srq->device);
drivers/infiniband/sw/siw/siw_verbs.c
1880
void siw_port_event(struct siw_device *sdev, u32 port, enum ib_event_type etype)
drivers/infiniband/sw/siw/siw_verbs.c
231
struct siw_device *sdev = to_siw_dev(base_dev);
drivers/infiniband/sw/siw/siw_verbs.c
242
struct siw_device *sdev = to_siw_dev(pd->device);
drivers/infiniband/sw/siw/siw_verbs.c
255
struct siw_device *sdev = to_siw_dev(pd->device);
drivers/infiniband/sw/siw/siw_verbs.c
315
struct siw_device *sdev = to_siw_dev(base_dev);
drivers/infiniband/sw/siw/siw_verbs.c
88
struct siw_device *sdev = to_siw_dev(base_ctx->device);
drivers/infiniband/sw/siw/siw_verbs.h
89
void siw_port_event(struct siw_device *dev, u32 port, enum ib_event_type type);