Lines Matching defs:server
530 #define HEADER_SIZE(server) (server->vals->header_size) argument
531 #define MAX_HEADER_SIZE(server) (server->vals->max_header_size) argument
789 in_flight(struct TCP_Server_Info *server) in in_flight()
799 has_credits(struct TCP_Server_Info *server, int *credits, int num_credits) in has_credits()
809 add_credits(struct TCP_Server_Info *server, const struct cifs_credits *credits, in add_credits()
816 add_credits_and_wake_if(struct TCP_Server_Info *server, in add_credits_and_wake_if()
826 set_credits(struct TCP_Server_Info *server, const int val) in set_credits()
832 adjust_credits(struct TCP_Server_Info *server, struct cifs_credits *credits, in adjust_credits()
840 get_next_mid64(struct TCP_Server_Info *server) in get_next_mid64()
846 get_next_mid(struct TCP_Server_Info *server) in get_next_mid()
857 revert_current_mid(struct TCP_Server_Info *server, const unsigned int val) in revert_current_mid()
864 revert_current_mid_from_hdr(struct TCP_Server_Info *server, in revert_current_mid_from_hdr()
968 struct TCP_Server_Info *server; member
980 struct TCP_Server_Info *server; /* pointer to server info */ member
1341 struct TCP_Server_Info *server; member
1389 struct TCP_Server_Info *server; member
1416 struct TCP_Server_Info *server; member
1591 struct TCP_Server_Info *server; /* server corresponding to this mid */ member
1629 static inline void cifs_in_send_inc(struct TCP_Server_Info *server) in cifs_in_send_inc()
1634 static inline void cifs_in_send_dec(struct TCP_Server_Info *server) in cifs_in_send_dec()
1639 static inline void cifs_num_waiters_inc(struct TCP_Server_Info *server) in cifs_num_waiters_inc()
1644 static inline void cifs_num_waiters_dec(struct TCP_Server_Info *server) in cifs_num_waiters_dec()
2029 static inline bool is_smb1_server(struct TCP_Server_Info *server) in is_smb1_server()