Searched refs:rdma_bind_addr (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/net/rds/ |
H A D | iw.c | 238 /* rdma_bind_addr will only succeed for IB & iWARP devices */ rds_iw_laddr_check() 239 ret = rdma_bind_addr(cm_id, (struct sockaddr *)&sin); rds_iw_laddr_check()
|
H A D | rdma_transport.c | 179 ret = rdma_bind_addr(cm_id, (struct sockaddr *)&sin); rds_rdma_listen_init() 182 "rdma_bind_addr() returned %d\n", ret); rds_rdma_listen_init()
|
H A D | ib.c | 337 /* rdma_bind_addr will only succeed for IB & iWARP devices */ rds_ib_laddr_check() 338 ret = rdma_bind_addr(cm_id, (struct sockaddr *)&sin); rds_ib_laddr_check()
|
H A D | iw_cm.c | 539 ret = rdma_bind_addr(ic->i_cm_id, (struct sockaddr *) &src); rds_iw_conn_connect() 541 rdsdebug("rdma_bind_addr(%pI4) failed: %d\n", rds_iw_conn_connect()
|
/linux-4.1.27/include/rdma/ |
H A D | rdma_cm.h | 182 * rdma_bind_addr - Bind an RDMA identifier to a source address and 192 int rdma_bind_addr(struct rdma_cm_id *id, struct sockaddr *addr); 277 * rdma_bind_addr before calling this routine.
|
/linux-4.1.27/drivers/infiniband/core/ |
H A D | cma.c | 2205 return rdma_bind_addr(id, src_addr); cma_bind_addr() 2541 ret = rdma_bind_addr(id, cma_src_addr(id_priv)); rdma_listen() 2583 int rdma_bind_addr(struct rdma_cm_id *id, struct sockaddr *addr) rdma_bind_addr() function 2631 EXPORT_SYMBOL(rdma_bind_addr); variable
|
H A D | ucma.c | 529 ret = rdma_bind_addr(ctx->cm_id, (struct sockaddr *) &cmd.addr); ucma_bind_ip() 553 ret = rdma_bind_addr(ctx->cm_id, addr); ucma_bind()
|
/linux-4.1.27/net/9p/ |
H A D | trans_rdma.c | 629 err = rdma_bind_addr(rdma->cm_id, (struct sockaddr *)&cl); p9_rdma_bind_privport()
|
/linux-4.1.27/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_transport.c | 715 ret = rdma_bind_addr(listen_id, sa); svc_rdma_create() 717 dprintk("svcrdma: rdma_bind_addr failed = %d\n", ret); svc_rdma_create()
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
H A D | o2iblnd.c | 2427 * a. rdma_bind_addr(), it will conflict with listener cmid kiblnd_dev_need_failover() 2489 * But we have to close it now, otherwise rdma_bind_addr kiblnd_dev_failover() 2516 rc = rdma_bind_addr(cmid, (struct sockaddr *)&addr); kiblnd_dev_failover()
|
/linux-4.1.27/drivers/infiniband/ulp/isert/ |
H A D | ib_isert.c | 3083 ret = rdma_bind_addr(id, sa); isert_setup_id() 3085 isert_err("rdma_bind_addr() failed: %d\n", ret); isert_setup_id()
|
Completed in 226 milliseconds