Searched refs:siw_device (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/infiniband/sw/siw/ |
H A D | siw_main.c | 63 static int siw_device_register(struct siw_device *sdev, const char *name) in siw_device_register() 83 struct siw_device *sdev = to_siw_dev(base_dev); in siw_device_cleanup() 160 int siw_get_tx_cpu(struct siw_device *sdev) in siw_get_tx_cpu() 278 static struct siw_device *siw_device_create(struct net_device *netdev) in siw_device_create() 280 struct siw_device *sdev = NULL; in siw_device_create() 284 sdev = ib_alloc_device(siw_device, base_dev); in siw_device_create() 370 struct siw_device *sdev; in siw_netdev_event() 415 struct siw_device *sdev = NULL; in siw_newlink()
|
H A D | siw.h | 73 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() 74 base_devsiw_device global() argument 75 attrssiw_device global() argument
|
H A D | siw_mem.c | 27 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 D | siw_verbs.c | 88 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() 231 struct siw_device *sdev = to_siw_dev(base_dev); in siw_query_gid() 242 struct siw_device *sdev = to_siw_dev(pd->device); in siw_alloc_pd() 255 struct siw_device *sdev = to_siw_dev(pd->device); in siw_dealloc_pd() 315 struct siw_device *sdev = to_siw_dev(base_dev); in siw_create_qp() 1111 struct siw_device *sdev = to_siw_dev(base_cq->device); in siw_destroy_cq() 1143 struct siw_device *sdev = to_siw_dev(base_cq->device); in siw_create_cq() 1302 struct siw_device *sdev = to_siw_dev(base_mr->device); in siw_dereg_mr() 1334 struct siw_device *sde in siw_reg_user_mr() [all...] |
H A D | siw_cm.h | 35 struct siw_device; 39 struct siw_device *sdev;
|
H A D | siw_mem.h | 14 struct siw_mem *siw_mem_id2obj(struct siw_device *sdev, int stag_index);
|
H A D | siw_verbs.h | 89 void siw_port_event(struct siw_device *dev, u32 port, enum ib_event_type type);
|
H A D | siw_cm.c | 157 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() 1763 struct siw_device *sdev = to_siw_dev(id->device); in siw_create_listen()
|
H A D | siw_qp.c | 1282 int siw_qp_add(struct siw_device *sdev, struct siw_qp *qp) in siw_qp_add() 1298 struct siw_device *sdev = qp->sdev; in siw_free_qp()
|
H A D | siw_qp_tx.c | 934 struct siw_device *sdev = to_siw_dev(pd->device); in siw_fastreg_mr()
|