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);
261 static inline void *smbd_response_payload(struct smbd_response *response) in smbd_response_payload()
312 struct smbd_response *response, int packet_length) in process_negotiation_response()
386 struct smbd_response *response; in smbd_post_send_credits()
446 struct smbd_response *response = in recv_done()
447 container_of(wc->wr_cqe, struct smbd_response, cqe); in recv_done()
1042 struct smbd_connection *info, struct smbd_response *response) in smbd_post_recv()
1078 struct smbd_response *response = get_receive_buffer(info); in smbd_negotiate()
1112 struct smbd_connection *info, struct smbd_response *response) in put_empty_packet()
1134 struct smbd_response *response, in enqueue_reassembly()
1158 static struct smbd_response *_get_first_reassembly(struct smbd_connection *info) in _get_first_reassembly()
1160 struct smbd_response *ret = NULL; in _get_first_reassembly()
1165 struct smbd_response, list); in _get_first_reassembly()
1170 static struct smbd_response *get_empty_queue_buffer( in get_empty_queue_buffer()
1173 struct smbd_response *ret = NULL; in get_empty_queue_buffer()
1180 struct smbd_response, list); in get_empty_queue_buffer()
1195 static struct smbd_response *get_receive_buffer(struct smbd_connection *info) in get_receive_buffer()
1197 struct smbd_response *ret = NULL; in get_receive_buffer()
1204 struct smbd_response, list); in get_receive_buffer()
1221 struct smbd_connection *info, struct smbd_response *response) in put_receive_buffer()
1241 struct smbd_response *response; in allocate_receive_buffers()
1274 struct smbd_response, list); in allocate_receive_buffers()
1285 struct smbd_response *response; in destroy_receive_buffers()
1325 struct smbd_response *response; in smbd_destroy()
1480 sizeof(struct smbd_response) + in allocate_caches_and_workqueue()
1768 struct smbd_response *response; in smbd_recv_buf()