|
@@ -381,7 +381,7 @@ void rds_ib_exit(void)
|
|
|
|
|
|
struct rds_transport rds_ib_transport = {
|
|
struct rds_transport rds_ib_transport = {
|
|
.laddr_check = rds_ib_laddr_check,
|
|
.laddr_check = rds_ib_laddr_check,
|
|
- .xmit_complete = rds_ib_xmit_complete,
|
|
|
|
|
|
+ .xmit_path_complete = rds_ib_xmit_path_complete,
|
|
.xmit = rds_ib_xmit,
|
|
.xmit = rds_ib_xmit,
|
|
.xmit_rdma = rds_ib_xmit_rdma,
|
|
.xmit_rdma = rds_ib_xmit_rdma,
|
|
.xmit_atomic = rds_ib_xmit_atomic,
|
|
.xmit_atomic = rds_ib_xmit_atomic,
|
|
@@ -389,7 +389,7 @@ struct rds_transport rds_ib_transport = {
|
|
.conn_alloc = rds_ib_conn_alloc,
|
|
.conn_alloc = rds_ib_conn_alloc,
|
|
.conn_free = rds_ib_conn_free,
|
|
.conn_free = rds_ib_conn_free,
|
|
.conn_connect = rds_ib_conn_connect,
|
|
.conn_connect = rds_ib_conn_connect,
|
|
- .conn_shutdown = rds_ib_conn_shutdown,
|
|
|
|
|
|
+ .conn_path_shutdown = rds_ib_conn_path_shutdown,
|
|
.inc_copy_to_user = rds_ib_inc_copy_to_user,
|
|
.inc_copy_to_user = rds_ib_inc_copy_to_user,
|
|
.inc_free = rds_ib_inc_free,
|
|
.inc_free = rds_ib_inc_free,
|
|
.cm_initiate_connect = rds_ib_cm_initiate_connect,
|
|
.cm_initiate_connect = rds_ib_cm_initiate_connect,
|