File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -369,9 +369,6 @@ int rds_ib_conn_alloc(struct rds_connection *conn, gfp_t gfp);
369
369
void rds_ib_conn_free (void * arg );
370
370
int rds_ib_conn_path_connect (struct rds_conn_path * cp );
371
371
void rds_ib_conn_path_shutdown (struct rds_conn_path * cp );
372
- void rds_ib_state_change (struct sock * sk );
373
- int rds_ib_listen_init (void );
374
- void rds_ib_listen_stop (void );
375
372
__printf (2 , 3 )
376
373
void __rds_ib_conn_error (struct rds_connection * conn , const char * , ...);
377
374
int rds_ib_cm_handle_connect (struct rdma_cm_id * cm_id ,
@@ -402,7 +399,6 @@ void rds_ib_inc_free(struct rds_incoming *inc);
402
399
int rds_ib_inc_copy_to_user (struct rds_incoming * inc , struct iov_iter * to );
403
400
void rds_ib_recv_cqe_handler (struct rds_ib_connection * ic , struct ib_wc * wc ,
404
401
struct rds_ib_ack_state * state );
405
- void rds_ib_recv_tasklet_fn (unsigned long data );
406
402
void rds_ib_recv_init_ring (struct rds_ib_connection * ic );
407
403
void rds_ib_recv_clear_ring (struct rds_ib_connection * ic );
408
404
void rds_ib_recv_init_ack (struct rds_ib_connection * ic );
You can’t perform that action at this time.
0 commit comments