Searched refs:rdma_bind_addr (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/net/rds/
H A Diw.c234 /* rdma_bind_addr will only succeed for IB & iWARP devices */ rds_iw_laddr_check()
235 ret = rdma_bind_addr(cm_id, (struct sockaddr *)&sin); rds_iw_laddr_check()
H A Drdma_transport.c162 ret = rdma_bind_addr(cm_id, (struct sockaddr *)&sin); rds_rdma_listen_init()
165 "rdma_bind_addr() returned %d\n", ret); rds_rdma_listen_init()
H A Dib.c347 /* rdma_bind_addr will only succeed for IB & iWARP devices */ rds_ib_laddr_check()
348 ret = rdma_bind_addr(cm_id, (struct sockaddr *)&sin); rds_ib_laddr_check()
H A Diw_cm.c543 ret = rdma_bind_addr(ic->i_cm_id, (struct sockaddr *) &src); rds_iw_conn_connect()
545 rdsdebug("rdma_bind_addr(%pI4) failed: %d\n", rds_iw_conn_connect()
/linux-4.4.14/include/rdma/
H A Drdma_cm.h188 * rdma_bind_addr - Bind an RDMA identifier to a source address and
198 int rdma_bind_addr(struct rdma_cm_id *id, struct sockaddr *addr);
283 * rdma_bind_addr before calling this routine.
/linux-4.4.14/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c761 ret = rdma_bind_addr(listen_id, sa); svc_rdma_create()
763 dprintk("svcrdma: rdma_bind_addr failed = %d\n", ret); svc_rdma_create()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
H A Do2iblnd.c2205 * a. rdma_bind_addr(), it will conflict with listener cmid kiblnd_dev_need_failover()
2263 * But we have to close it now, otherwise rdma_bind_addr kiblnd_dev_failover()
2290 rc = rdma_bind_addr(cmid, (struct sockaddr *)&addr); kiblnd_dev_failover()
/linux-4.4.14/net/9p/
H A Dtrans_rdma.c624 err = rdma_bind_addr(rdma->cm_id, (struct sockaddr *)&cl); p9_rdma_bind_privport()
/linux-4.4.14/drivers/infiniband/core/
H A Ducma.c630 ret = rdma_bind_addr(ctx->cm_id, (struct sockaddr *) &cmd.addr); ucma_bind_ip()
654 ret = rdma_bind_addr(ctx->cm_id, addr); ucma_bind()
H A Dcma.c2592 return rdma_bind_addr(id, src_addr); cma_bind_addr()
2931 ret = rdma_bind_addr(id, cma_src_addr(id_priv)); rdma_listen()
2970 int rdma_bind_addr(struct rdma_cm_id *id, struct sockaddr *addr) rdma_bind_addr() function
3021 EXPORT_SYMBOL(rdma_bind_addr); variable
/linux-4.4.14/drivers/infiniband/ulp/isert/
H A Dib_isert.c3026 ret = rdma_bind_addr(id, sa); isert_setup_id()
3028 isert_err("rdma_bind_addr() failed: %d\n", ret); isert_setup_id()

Completed in 296 milliseconds