Lines Matching refs:TCP_Server_Info
41 AllocMidQEntry(const struct smb_hdr *smb_buffer, struct TCP_Server_Info *server) in AllocMidQEntry()
86 struct TCP_Server_Info *server = midEntry->server; in _cifs_mid_q_entry_release()
190 smb_send_kvec(struct TCP_Server_Info *server, struct msghdr *smb_msg, in smb_send_kvec()
259 smb_rqst_len(struct TCP_Server_Info *server, struct smb_rqst *rqst) in smb_rqst_len()
303 __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in __smb_send_rqst()
450 smb_send_rqst(struct TCP_Server_Info *server, int num_rqst, in smb_send_rqst()
495 smb_send(struct TCP_Server_Info *server, struct smb_hdr *smb_buffer, in smb_send()
511 wait_for_free_credits(struct TCP_Server_Info *server, const int num_credits, in wait_for_free_credits()
660 wait_for_free_request(struct TCP_Server_Info *server, const int flags, in wait_for_free_request()
668 wait_for_compound_request(struct TCP_Server_Info *server, int num, in wait_for_compound_request()
714 cifs_wait_mtu_credits(struct TCP_Server_Info *server, unsigned int size, in cifs_wait_mtu_credits()
759 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response()
772 cifs_setup_async_request(struct TCP_Server_Info *server, struct smb_rqst *rqst) in cifs_setup_async_request()
804 cifs_call_async(struct TCP_Server_Info *server, struct smb_rqst *rqst, in cifs_call_async()
909 cifs_sync_mid_result(struct mid_q_entry *mid, struct TCP_Server_Info *server) in cifs_sync_mid_result()
946 send_cancel(struct TCP_Server_Info *server, struct smb_rqst *rqst, in send_cancel()
954 cifs_check_receive(struct mid_q_entry *mid, struct TCP_Server_Info *server, in cifs_check_receive()
985 cifs_setup_request(struct cifs_ses *ses, struct TCP_Server_Info *ignored, in cifs_setup_request()
1010 struct TCP_Server_Info *server = mid->server; in cifs_compound_callback()
1040 struct TCP_Server_Info *cifs_pick_channel(struct cifs_ses *ses) in cifs_pick_channel()
1061 struct TCP_Server_Info *server, in compound_send_recv()
1283 struct TCP_Server_Info *server, in cifs_send_recv()
1341 struct TCP_Server_Info *server; in SendReceive()
1480 struct TCP_Server_Info *server; in SendReceiveBlockingLock()