Lines Matching defs:server

442 #define HEADER_SIZE(server) (server->vals->header_size)  argument
443 #define MAX_HEADER_SIZE(server) (server->vals->max_header_size) argument
634 in_flight(struct TCP_Server_Info *server) in in_flight()
644 has_credits(struct TCP_Server_Info *server, int *credits) in has_credits()
654 add_credits(struct TCP_Server_Info *server, const unsigned int add, in add_credits()
661 add_credits_and_wake_if(struct TCP_Server_Info *server, const unsigned int add, in add_credits_and_wake_if()
671 set_credits(struct TCP_Server_Info *server, const int val) in set_credits()
677 get_next_mid64(struct TCP_Server_Info *server) in get_next_mid64()
683 get_next_mid(struct TCP_Server_Info *server) in get_next_mid()
787 struct TCP_Server_Info *server; /* pointer to server info */ member
1272 struct TCP_Server_Info *server; /* server corresponding to this mid */ member
1296 static inline void cifs_in_send_inc(struct TCP_Server_Info *server) in cifs_in_send_inc()
1301 static inline void cifs_in_send_dec(struct TCP_Server_Info *server) in cifs_in_send_dec()
1306 static inline void cifs_num_waiters_inc(struct TCP_Server_Info *server) in cifs_num_waiters_inc()
1311 static inline void cifs_num_waiters_dec(struct TCP_Server_Info *server) in cifs_num_waiters_dec()
1321 static inline void cifs_in_send_inc(struct TCP_Server_Info *server) in cifs_in_send_inc()
1324 static inline void cifs_in_send_dec(struct TCP_Server_Info *server) in cifs_in_send_dec()
1328 static inline void cifs_num_waiters_inc(struct TCP_Server_Info *server) in cifs_num_waiters_inc()
1332 static inline void cifs_num_waiters_dec(struct TCP_Server_Info *server) in cifs_num_waiters_dec()