Lines Matching refs:smbd_response
14 static struct smbd_response *get_empty_queue_buffer(
16 static struct smbd_response *get_receive_buffer(
20 struct smbd_response *response);
25 struct smbd_connection *info, struct smbd_response *response);
28 struct smbd_response *response, int data_length);
29 static struct smbd_response *_get_first_reassembly(
34 struct smbd_response *response);
260 static inline void *smbd_response_payload(struct smbd_response *response) in smbd_response_payload()
311 struct smbd_response *response, int packet_length) in process_negotiation_response()
385 struct smbd_response *response; in smbd_post_send_credits()
445 struct smbd_response *response = in recv_done()
446 container_of(wc->wr_cqe, struct smbd_response, cqe); in recv_done()
1031 struct smbd_connection *info, struct smbd_response *response) in smbd_post_recv()
1067 struct smbd_response *response = get_receive_buffer(info); in smbd_negotiate()
1101 struct smbd_connection *info, struct smbd_response *response) in put_empty_packet()
1123 struct smbd_response *response, in enqueue_reassembly()
1147 static struct smbd_response *_get_first_reassembly(struct smbd_connection *info) in _get_first_reassembly()
1149 struct smbd_response *ret = NULL; in _get_first_reassembly()
1154 struct smbd_response, list); in _get_first_reassembly()
1159 static struct smbd_response *get_empty_queue_buffer( in get_empty_queue_buffer()
1162 struct smbd_response *ret = NULL; in get_empty_queue_buffer()
1169 struct smbd_response, list); in get_empty_queue_buffer()
1184 static struct smbd_response *get_receive_buffer(struct smbd_connection *info) in get_receive_buffer()
1186 struct smbd_response *ret = NULL; in get_receive_buffer()
1193 struct smbd_response, list); in get_receive_buffer()
1210 struct smbd_connection *info, struct smbd_response *response) in put_receive_buffer()
1230 struct smbd_response *response; in allocate_receive_buffers()
1263 struct smbd_response, list); in allocate_receive_buffers()
1274 struct smbd_response *response; in destroy_receive_buffers()
1314 struct smbd_response *response; in smbd_destroy()
1468 sizeof(struct smbd_response) + in allocate_caches_and_workqueue()
1758 struct smbd_response *response; in smbd_recv_buf()