Searched refs:c_path (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/net/rds/ |
D | rds_single_path.h | 5 #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 …]
|
D | connection.c | 198 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 …]
|
D | tcp.c | 384 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()
|
D | rds.h | 166 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()
|
D | tcp_listen.c | 80 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()
|
D | send.c | 718 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()
|
D | ib.c | 90 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()
|
D | recv.c | 146 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()
|
D | threads.c | 102 rds_connect_path_complete(&conn->c_path[0], RDS_CONN_CONNECTING); in rds_connect_complete()
|
D | cong.c | 225 struct rds_conn_path *cp = &conn->c_path[0]; in rds_cong_queue_updates()
|
D | ib_cm.c | 300 rds_send_xmit(&ic->conn->c_path[0]); in rds_ib_tasklet_fn_send()
|