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()
317 struct smbd_response *response, int packet_length) in process_negotiation_response()
412 struct smbd_response *response; in smbd_post_send_credits()
485 struct smbd_response *response = in recv_done()
486 container_of(wc->wr_cqe, struct smbd_response, cqe); in recv_done()
1090 struct smbd_connection *info, struct smbd_response *response) in smbd_post_recv()
1126 struct smbd_response *response = get_receive_buffer(info); in smbd_negotiate()
1162 struct smbd_connection *info, struct smbd_response *response) in put_empty_packet()
1184 struct smbd_response *response, in enqueue_reassembly()
1208 static struct smbd_response *_get_first_reassembly(struct smbd_connection *info) in _get_first_reassembly()
1210 struct smbd_response *ret = NULL; in _get_first_reassembly()
1215 struct smbd_response, list); in _get_first_reassembly()
1220 static struct smbd_response *get_empty_queue_buffer( in get_empty_queue_buffer()
1223 struct smbd_response *ret = NULL; in get_empty_queue_buffer()
1230 struct smbd_response, list); in get_empty_queue_buffer()
1245 static struct smbd_response *get_receive_buffer(struct smbd_connection *info) in get_receive_buffer()
1247 struct smbd_response *ret = NULL; in get_receive_buffer()
1254 struct smbd_response, list); in get_receive_buffer()
1271 struct smbd_connection *info, struct smbd_response *response) in put_receive_buffer()
1291 struct smbd_response *response; in allocate_receive_buffers()
1324 struct smbd_response, list); in allocate_receive_buffers()
1335 struct smbd_response *response; in destroy_receive_buffers()
1394 struct smbd_response *response; in smbd_destroy()
1550 sizeof(struct smbd_response) + in allocate_caches_and_workqueue()
1849 struct smbd_response *response; in smbd_recv_buf()