Lines Matching refs:ncp_request_reply

58 struct ncp_request_reply {  struct
74 static inline struct ncp_request_reply* ncp_alloc_req(void) in ncp_alloc_req() argument
76 struct ncp_request_reply *req; in ncp_alloc_req()
78 req = kmalloc(sizeof(struct ncp_request_reply), GFP_KERNEL); in ncp_alloc_req()
89 static void ncp_req_get(struct ncp_request_reply *req) in ncp_req_get()
94 static void ncp_req_put(struct ncp_request_reply *req) in ncp_req_put()
134 static inline void ncp_finish_request(struct ncp_server *server, struct ncp_request_reply *req, int… in ncp_finish_request()
146 struct ncp_request_reply *req; in __abort_ncp_connection()
151 req = list_entry(server->tx.requests.next, struct ncp_request_reply, req); in __abort_ncp_connection()
175 static inline void __ncp_abort_request(struct ncp_server *server, struct ncp_request_reply *req, in… in __ncp_abort_request()
194 static inline void ncp_abort_request(struct ncp_server *server, struct ncp_request_reply *req, int … in ncp_abort_request()
206 static int ncpdgram_send(struct socket *sock, struct ncp_request_reply *req) in ncpdgram_send()
217 struct ncp_request_reply *rq; in __ncptcp_try_send()
256 static inline void ncp_init_header(struct ncp_server *server, struct ncp_request_reply *req, struct… in ncp_init_header()
264 static void ncpdgram_start_request(struct ncp_server *server, struct ncp_request_reply *req) in ncpdgram_start_request()
293 static void ncptcp_start_request(struct ncp_server *server, struct ncp_request_reply *req) in ncptcp_start_request()
318 static inline void __ncp_start_request(struct ncp_server *server, struct ncp_request_reply *req) in __ncp_start_request()
331 static int ncp_add_request(struct ncp_server *server, struct ncp_request_reply *req) in ncp_add_request()
353 struct ncp_request_reply *req; in __ncp_next_request()
359 req = list_entry(server->tx.requests.next, struct ncp_request_reply, req); in __ncp_next_request()
399 struct ncp_request_reply *req; in ncpdgram_rcv_proc()
477 struct ncp_request_reply* req; in __ncpdgram_timeout_proc()
539 struct ncp_request_reply *req; in __ncptcp_rcv_proc()
704 struct ncp_request_reply *req; in do_ncp_rpc_call()