Lines Matching refs:smbd_connection

24 		struct smbd_connection *info);
26 struct smbd_connection *info);
28 struct smbd_connection *info,
30 static int allocate_receive_buffers(struct smbd_connection *info, int num_buf);
31 static void destroy_receive_buffers(struct smbd_connection *info);
34 struct smbd_connection *info, struct smbd_response *response);
36 struct smbd_connection *info,
39 struct smbd_connection *info);
42 struct smbd_connection *info,
45 static int smbd_post_send_empty(struct smbd_connection *info);
47 struct smbd_connection *info,
49 static int smbd_post_send_page(struct smbd_connection *info,
53 static void destroy_mr_list(struct smbd_connection *info);
54 static int allocate_mr_list(struct smbd_connection *info);
175 struct smbd_connection *info = in smbd_destroy_rdma_work()
176 container_of(work, struct smbd_connection, destroy_work); in smbd_destroy_rdma_work()
250 static int smbd_process_disconnected(struct smbd_connection *info) in smbd_process_disconnected()
258 struct smbd_connection *info = in smbd_disconnect_rdma_work()
259 container_of(work, struct smbd_connection, disconnect_work); in smbd_disconnect_rdma_work()
267 static void smbd_disconnect_rdma_connection(struct smbd_connection *info) in smbd_disconnect_rdma_connection()
276 struct smbd_connection *info = id->context; in smbd_conn_upcall()
339 struct smbd_connection *info = context; in smbd_qp_async_error_upcall()
418 struct smbd_connection *info = response->info; in process_negotiation_response()
489 static void check_and_send_immediate(struct smbd_connection *info) in check_and_send_immediate()
512 struct smbd_connection *info = in smbd_post_send_credits()
513 container_of(work, struct smbd_connection, in smbd_post_send_credits()
563 struct smbd_connection *info = in smbd_recv_done_work()
564 container_of(work, struct smbd_connection, recv_done_work); in smbd_recv_done_work()
586 struct smbd_connection *info = response->info; in recv_done()
678 struct smbd_connection *info, in smbd_create_id()
753 struct smbd_connection *info, in smbd_ia_open()
806 static int smbd_post_send_negotiate_req(struct smbd_connection *info) in smbd_post_send_negotiate_req()
885 static int manage_credits_prior_sending(struct smbd_connection *info) in manage_credits_prior_sending()
906 static int manage_keep_alive_before_sending(struct smbd_connection *info) in manage_keep_alive_before_sending()
928 static int smbd_create_header(struct smbd_connection *info, in smbd_create_header()
1014 static void smbd_destroy_header(struct smbd_connection *info, in smbd_destroy_header()
1027 static int smbd_post_send(struct smbd_connection *info, in smbd_post_send()
1080 static int smbd_post_send_sgl(struct smbd_connection *info, in smbd_post_send_sgl()
1131 static int smbd_post_send_page(struct smbd_connection *info, struct page *page, in smbd_post_send_page()
1147 static int smbd_post_send_empty(struct smbd_connection *info) in smbd_post_send_empty()
1161 struct smbd_connection *info, struct kvec *iov, int n_vec, in smbd_post_send_data()
1188 struct smbd_connection *info, struct smbd_response *response) in smbd_post_recv()
1221 static int smbd_negotiate(struct smbd_connection *info) in smbd_negotiate()
1260 struct smbd_connection *info, struct smbd_response *response) in put_empty_packet()
1281 struct smbd_connection *info, in enqueue_reassembly()
1306 static struct smbd_response *_get_first_reassembly(struct smbd_connection *info) in _get_first_reassembly()
1319 struct smbd_connection *info) in get_empty_queue_buffer()
1343 static struct smbd_response *get_receive_buffer(struct smbd_connection *info) in get_receive_buffer()
1369 struct smbd_connection *info, struct smbd_response *response) in put_receive_buffer()
1386 static int allocate_receive_buffers(struct smbd_connection *info, int num_buf) in allocate_receive_buffers()
1431 static void destroy_receive_buffers(struct smbd_connection *info) in destroy_receive_buffers()
1450 struct smbd_connection *info = container_of( in send_immediate_work()
1451 work, struct smbd_connection, in send_immediate_work()
1464 struct smbd_connection *info = container_of( in idle_connection_timer()
1465 work, struct smbd_connection, in idle_connection_timer()
1491 struct smbd_connection *info = server->smbd_conn; in smbd_destroy()
1615 static void destroy_caches_and_workqueue(struct smbd_connection *info) in destroy_caches_and_workqueue()
1626 static int allocate_caches_and_workqueue(struct smbd_connection *info) in allocate_caches_and_workqueue()
1690 static struct smbd_connection *_smbd_get_connection( in _smbd_get_connection()
1694 struct smbd_connection *info; in _smbd_get_connection()
1701 info = kzalloc(sizeof(struct smbd_connection), GFP_KERNEL); in _smbd_get_connection()
1923 struct smbd_connection *smbd_get_connection( in smbd_get_connection()
1926 struct smbd_connection *ret; in smbd_get_connection()
1953 static int smbd_recv_buf(struct smbd_connection *info, char *buf, in smbd_recv_buf()
2092 static int smbd_recv_page(struct smbd_connection *info, in smbd_recv_page()
2126 int smbd_recv(struct smbd_connection *info, struct msghdr *msg) in smbd_recv()
2174 struct smbd_connection *info = server->smbd_conn; in smbd_send()
2371 struct smbd_connection *info = in smbd_mr_recovery_work()
2372 container_of(work, struct smbd_connection, mr_recovery_work); in smbd_mr_recovery_work()
2424 static void destroy_mr_list(struct smbd_connection *info) in destroy_mr_list()
2446 static int allocate_mr_list(struct smbd_connection *info) in allocate_mr_list()
2508 static struct smbd_mr *get_mr(struct smbd_connection *info) in get_mr()
2556 struct smbd_connection *info, struct page *pages[], int num_pages, in smbd_register_mr()
2682 struct smbd_connection *info = smbdirect_mr->conn; in smbd_deregister_mr()