Lines Matching refs:smbd_response

23 static struct smbd_response *get_empty_queue_buffer(
25 static struct smbd_response *get_receive_buffer(
29 struct smbd_response *response);
34 struct smbd_connection *info, struct smbd_response *response);
37 struct smbd_response *response, int data_length);
38 static struct smbd_response *_get_first_reassembly(
43 struct smbd_response *response);
174 struct smbd_response *response; in smbd_destroy_rdma_work()
359 static inline void *smbd_response_payload(struct smbd_response *response) in smbd_response_payload()
416 struct smbd_response *response, int packet_length) in process_negotiation_response()
511 struct smbd_response *response; in smbd_post_send_credits()
584 struct smbd_response *response = in recv_done()
585 container_of(wc->wr_cqe, struct smbd_response, cqe); in recv_done()
1188 struct smbd_connection *info, struct smbd_response *response) in smbd_post_recv()
1224 struct smbd_response *response = get_receive_buffer(info); in smbd_negotiate()
1260 struct smbd_connection *info, struct smbd_response *response) in put_empty_packet()
1282 struct smbd_response *response, in enqueue_reassembly()
1306 static struct smbd_response *_get_first_reassembly(struct smbd_connection *info) in _get_first_reassembly()
1308 struct smbd_response *ret = NULL; in _get_first_reassembly()
1313 struct smbd_response, list); in _get_first_reassembly()
1318 static struct smbd_response *get_empty_queue_buffer( in get_empty_queue_buffer()
1321 struct smbd_response *ret = NULL; in get_empty_queue_buffer()
1328 struct smbd_response, list); in get_empty_queue_buffer()
1343 static struct smbd_response *get_receive_buffer(struct smbd_connection *info) in get_receive_buffer()
1345 struct smbd_response *ret = NULL; in get_receive_buffer()
1352 struct smbd_response, list); in get_receive_buffer()
1369 struct smbd_connection *info, struct smbd_response *response) in put_receive_buffer()
1389 struct smbd_response *response; in allocate_receive_buffers()
1422 struct smbd_response, list); in allocate_receive_buffers()
1433 struct smbd_response *response; in destroy_receive_buffers()
1492 struct smbd_response *response; in smbd_destroy()
1651 sizeof(struct smbd_response) + in allocate_caches_and_workqueue()
1956 struct smbd_response *response; in smbd_recv_buf()