Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw.h73 struct siw_device { struct
100 struct siw_device *sdev; argument
144 struct siw_device *sdev;
418 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()
H A Dsiw_mem.c27 struct siw_mem *siw_mem_id2obj(struct siw_device *sdev, int stag_index) in siw_mem_id2obj()
60 struct siw_device *sdev = to_siw_dev(pd->device); in siw_mr_add_mem()
193 struct siw_device *sdev = to_siw_dev(pd->device); in siw_check_sge()
262 struct siw_device *sdev = to_siw_dev(pd->device); in siw_invalidate_stag()
H A Dsiw_cm.h35 struct siw_device;
39 struct siw_device *sdev;
H A Dsiw_mem.h14 struct siw_mem *siw_mem_id2obj(struct siw_device *sdev, int stag_index);
H A Dsiw_cm.c206 static struct siw_cep *siw_cep_alloc(struct siw_device *sdev) in siw_cep_alloc()
298 struct siw_device *sdev = cep->sdev; in __siw_cep_dealloc()
1403 struct siw_device *sdev = to_siw_dev(id->device); in siw_connect()
1603 struct siw_device *sdev = to_siw_dev(id->device); in siw_accept()
1813 struct siw_device *sdev = to_siw_dev(id->device); in siw_create_listen()
H A Dsiw_qp_tx.c934 struct siw_device *sdev = to_siw_dev(pd->device); in siw_fastreg_mr()