Symbol: siw_device
drivers/infiniband/sw/siw/siw.h
100
struct siw_device *sdev;
drivers/infiniband/sw/siw/siw.h
145
struct siw_device *sdev;
drivers/infiniband/sw/siw/siw.h
419
struct siw_device *sdev;
drivers/infiniband/sw/siw/siw.h
514
int siw_qp_add(struct siw_device *sdev, struct siw_qp *qp);
drivers/infiniband/sw/siw/siw.h
537
int siw_get_tx_cpu(struct siw_device *sdev);
drivers/infiniband/sw/siw/siw.h
580
static inline struct siw_device *to_siw_dev(struct ib_device *base_dev)
drivers/infiniband/sw/siw/siw.h
582
return container_of(base_dev, struct siw_device, base_dev);
drivers/infiniband/sw/siw/siw.h
596
static inline struct siw_qp *siw_qp_id2obj(struct siw_device *sdev, int id)
drivers/infiniband/sw/siw/siw_cm.c
1405
struct siw_device *sdev = to_siw_dev(id->device);
drivers/infiniband/sw/siw/siw_cm.c
1604
struct siw_device *sdev = to_siw_dev(id->device);
drivers/infiniband/sw/siw/siw_cm.c
1814
struct siw_device *sdev = to_siw_dev(id->device);
drivers/infiniband/sw/siw/siw_cm.c
207
static struct siw_cep *siw_cep_alloc(struct siw_device *sdev)
drivers/infiniband/sw/siw/siw_cm.c
299
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
191
struct siw_device *sdev = to_siw_dev(pd->device);
drivers/infiniband/sw/siw/siw_mem.c
260
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
58
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
1120
struct siw_device *sdev = to_siw_dev(base_cq->device);
drivers/infiniband/sw/siw/siw_verbs.c
1152
struct siw_device *sdev = to_siw_dev(base_cq->device);
drivers/infiniband/sw/siw/siw_verbs.c
1311
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
1343
struct siw_device *sdev = to_siw_dev(pd->device);
drivers/infiniband/sw/siw/siw_verbs.c
1419
struct siw_device *sdev = to_siw_dev(pd->device);
drivers/infiniband/sw/siw/siw_verbs.c
1552
struct siw_device *sdev = to_siw_dev(pd->device);
drivers/infiniband/sw/siw/siw_verbs.c
1600
struct siw_device *sdev = to_siw_dev(base_srq->device);
drivers/infiniband/sw/siw/siw_verbs.c
1749
struct siw_device *sdev = to_siw_dev(base_srq->device);
drivers/infiniband/sw/siw/siw_verbs.c
1882
void siw_port_event(struct siw_device *sdev, u32 port, enum ib_event_type etype)
drivers/infiniband/sw/siw/siw_verbs.c
233
struct siw_device *sdev = to_siw_dev(base_dev);
drivers/infiniband/sw/siw/siw_verbs.c
244
struct siw_device *sdev = to_siw_dev(pd->device);
drivers/infiniband/sw/siw/siw_verbs.c
257
struct siw_device *sdev = to_siw_dev(pd->device);
drivers/infiniband/sw/siw/siw_verbs.c
317
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);