Lines Matching defs:info

165 	struct smbd_connection *info =  in smbd_disconnect_rdma_work()  local
174 static void smbd_disconnect_rdma_connection(struct smbd_connection *info) in smbd_disconnect_rdma_connection()
183 struct smbd_connection *info = id->context; in smbd_conn_upcall() local
245 struct smbd_connection *info = context; in smbd_qp_async_error_upcall() local
319 struct smbd_connection *info = response->info; in process_negotiation_response() local
392 struct smbd_connection *info = in smbd_post_send_credits() local
453 struct smbd_connection *info = response->info; in recv_done() local
549 struct smbd_connection *info, in smbd_create_id()
634 struct smbd_connection *info, in smbd_ia_open()
683 static int smbd_post_send_negotiate_req(struct smbd_connection *info) in smbd_post_send_negotiate_req()
761 static int manage_credits_prior_sending(struct smbd_connection *info) in manage_credits_prior_sending()
782 static int manage_keep_alive_before_sending(struct smbd_connection *info) in manage_keep_alive_before_sending()
792 static int smbd_post_send(struct smbd_connection *info, in smbd_post_send()
831 static int smbd_post_send_iter(struct smbd_connection *info, in smbd_post_send_iter()
994 static int smbd_post_send_empty(struct smbd_connection *info) in smbd_post_send_empty()
1008 struct smbd_connection *info, struct smbd_response *response) in smbd_post_recv()
1041 static int smbd_negotiate(struct smbd_connection *info) in smbd_negotiate()
1078 struct smbd_connection *info, struct smbd_response *response) in put_empty_packet()
1099 struct smbd_connection *info, in enqueue_reassembly()
1124 static struct smbd_response *_get_first_reassembly(struct smbd_connection *info) in _get_first_reassembly()
1137 struct smbd_connection *info) in get_empty_queue_buffer()
1161 static struct smbd_response *get_receive_buffer(struct smbd_connection *info) in get_receive_buffer()
1187 struct smbd_connection *info, struct smbd_response *response) in put_receive_buffer()
1204 static int allocate_receive_buffers(struct smbd_connection *info, int num_buf) in allocate_receive_buffers()
1249 static void destroy_receive_buffers(struct smbd_connection *info) in destroy_receive_buffers()
1263 struct smbd_connection *info = container_of( in idle_connection_timer() local
1290 struct smbd_connection *info = server->smbd_conn; in smbd_destroy() local
1413 static void destroy_caches_and_workqueue(struct smbd_connection *info) in destroy_caches_and_workqueue()
1424 static int allocate_caches_and_workqueue(struct smbd_connection *info) in allocate_caches_and_workqueue()
1492 struct smbd_connection *info; in _smbd_get_connection() local
1735 static int smbd_recv_buf(struct smbd_connection *info, char *buf, in smbd_recv_buf()
1871 static int smbd_recv_page(struct smbd_connection *info, in smbd_recv_page()
1905 int smbd_recv(struct smbd_connection *info, struct msghdr *msg) in smbd_recv()
1957 struct smbd_connection *info = server->smbd_conn; in smbd_send() local
2055 struct smbd_connection *info = in smbd_mr_recovery_work() local
2101 static void destroy_mr_list(struct smbd_connection *info) in destroy_mr_list()
2123 static int allocate_mr_list(struct smbd_connection *info) in allocate_mr_list()
2183 static struct smbd_mr *get_mr(struct smbd_connection *info) in get_mr()
2224 static int smbd_iter_to_mr(struct smbd_connection *info, in smbd_iter_to_mr()
2247 struct smbd_mr *smbd_register_mr(struct smbd_connection *info, in smbd_register_mr()
2362 struct smbd_connection *info = smbdirect_mr->conn; in smbd_deregister_mr() local