Lines Matching defs:server

433 #define HEADER_SIZE(server) (server->vals->header_size)  argument
434 #define MAX_HEADER_SIZE(server) (server->vals->max_header_size) argument
622 in_flight(struct TCP_Server_Info *server) in in_flight()
632 has_credits(struct TCP_Server_Info *server, int *credits) in has_credits()
642 add_credits(struct TCP_Server_Info *server, const unsigned int add, in add_credits()
649 add_credits_and_wake_if(struct TCP_Server_Info *server, const unsigned int add, in add_credits_and_wake_if()
659 set_credits(struct TCP_Server_Info *server, const int val) in set_credits()
665 get_next_mid64(struct TCP_Server_Info *server) in get_next_mid64()
671 get_next_mid(struct TCP_Server_Info *server) in get_next_mid()
775 struct TCP_Server_Info *server; /* pointer to server info */ member
1257 struct TCP_Server_Info *server; /* server corresponding to this mid */ member
1281 static inline void cifs_in_send_inc(struct TCP_Server_Info *server) in cifs_in_send_inc()
1286 static inline void cifs_in_send_dec(struct TCP_Server_Info *server) in cifs_in_send_dec()
1291 static inline void cifs_num_waiters_inc(struct TCP_Server_Info *server) in cifs_num_waiters_inc()
1296 static inline void cifs_num_waiters_dec(struct TCP_Server_Info *server) in cifs_num_waiters_dec()
1306 static inline void cifs_in_send_inc(struct TCP_Server_Info *server) in cifs_in_send_inc()
1309 static inline void cifs_in_send_dec(struct TCP_Server_Info *server) in cifs_in_send_dec()
1313 static inline void cifs_num_waiters_inc(struct TCP_Server_Info *server) in cifs_num_waiters_inc()
1317 static inline void cifs_num_waiters_dec(struct TCP_Server_Info *server) in cifs_num_waiters_dec()