Home
last modified time | relevance | path

Searched refs:c_path (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/net/rds/
Drds_single_path.h5 #define c_xmit_rm c_path[0].cp_xmit_rm
6 #define c_xmit_sg c_path[0].cp_xmit_sg
7 #define c_xmit_hdr_off c_path[0].cp_xmit_hdr_off
8 #define c_xmit_data_off c_path[0].cp_xmit_data_off
9 #define c_xmit_atomic_sent c_path[0].cp_xmit_atomic_sent
10 #define c_xmit_rdma_sent c_path[0].cp_xmit_rdma_sent
11 #define c_xmit_data_sent c_path[0].cp_xmit_data_sent
12 #define c_lock c_path[0].cp_lock
13 #define c_next_tx_seq c_path[0].cp_next_tx_seq
14 #define c_send_queue c_path[0].cp_send_queue
[all …]
Dconnection.c198 conn->c_path = kcalloc(npaths, sizeof(struct rds_conn_path), gfp); in __rds_conn_create()
199 if (!conn->c_path) { in __rds_conn_create()
228 kfree(conn->c_path); in __rds_conn_create()
256 kfree(conn->c_path); in __rds_conn_create()
268 __rds_conn_path_init(conn, &conn->c_path[i], in __rds_conn_create()
270 conn->c_path[i].cp_index = i; in __rds_conn_create()
279 kfree(conn->c_path); in __rds_conn_create()
301 trans->conn_free(conn->c_path[0].cp_transport_data); in __rds_conn_create()
302 kfree(conn->c_path); in __rds_conn_create()
321 cp = &conn->c_path[i]; in __rds_conn_create()
[all …]
Dtcp.c384 conn->c_path[i].cp_transport_data = tc; in rds_tcp_conn_alloc()
385 tc->t_cpath = &conn->c_path[i]; in rds_tcp_conn_alloc()
389 conn->c_path[i].cp_transport_data); in rds_tcp_conn_alloc()
393 tc = conn->c_path[i].cp_transport_data; in rds_tcp_conn_alloc()
401 rds_tcp_conn_free(conn->c_path[j].cp_transport_data); in rds_tcp_conn_alloc()
Drds.h166 struct rds_conn_path *c_path; member
804 return rds_conn_path_transition(&conn->c_path[0], old, new); in rds_conn_transition()
817 return rds_conn_path_state(&conn->c_path[0]); in rds_conn_state()
836 return rds_conn_path_up(&conn->c_path[0]); in rds_conn_up()
849 return rds_conn_path_connecting(&conn->c_path[0]); in rds_conn_connecting()
Dtcp_listen.c80 rds_conn_path_connect_if_down(&conn->c_path[0]); in rds_tcp_accept_one_path()
85 struct rds_conn_path *cp = &conn->c_path[i]; in rds_tcp_accept_one_path()
Dsend.c718 rds_send_path_drop_acked(&conn->c_path[0], ack, is_acked); in rds_send_drop_acked()
759 cp = &conn->c_path[0]; in rds_send_drop_to()
1309 cpath = &conn->c_path[rds_send_mprds_hash(rs, conn, nonblock)]; in rds_sendmsg()
1311 cpath = &conn->c_path[0]; in rds_sendmsg()
1504 struct rds_conn_path *cp = &conn->c_path[cp_index]; in rds_send_ping()
Dib.c90 rds_conn_path_drop(&ic->conn->c_path[0], true); in rds_ib_dev_shutdown()
506 struct rds_conn_path *cp = &conn->c_path[0]; in rds_ib_is_unloading()
Drecv.c146 cp = &conn->c_path[i]; in rds_conn_peer_gen_update()
260 cp = &conn->c_path[i]; in rds_start_mprds()
296 cp = &conn->c_path[0]; in rds_recv_incoming()
Dthreads.c102 rds_connect_path_complete(&conn->c_path[0], RDS_CONN_CONNECTING); in rds_connect_complete()
Dcong.c225 struct rds_conn_path *cp = &conn->c_path[0]; in rds_cong_queue_updates()
Dib_cm.c300 rds_send_xmit(&ic->conn->c_path[0]); in rds_ib_tasklet_fn_send()