Lines Matching refs:ncp_request_reply
57 struct ncp_request_reply { struct
73 static inline struct ncp_request_reply* ncp_alloc_req(void) in ncp_alloc_req() argument
75 struct ncp_request_reply *req; in ncp_alloc_req()
77 req = kmalloc(sizeof(struct ncp_request_reply), GFP_KERNEL); in ncp_alloc_req()
88 static void ncp_req_get(struct ncp_request_reply *req) in ncp_req_get()
93 static void ncp_req_put(struct ncp_request_reply *req) in ncp_req_put()
133 static inline void ncp_finish_request(struct ncp_server *server, struct ncp_request_reply *req, int… in ncp_finish_request()
145 struct ncp_request_reply *req; in __abort_ncp_connection()
150 req = list_entry(server->tx.requests.next, struct ncp_request_reply, req); in __abort_ncp_connection()
174 static inline void __ncp_abort_request(struct ncp_server *server, struct ncp_request_reply *req, in… in __ncp_abort_request()
193 static inline void ncp_abort_request(struct ncp_server *server, struct ncp_request_reply *req, int … in ncp_abort_request()
205 static int ncpdgram_send(struct socket *sock, struct ncp_request_reply *req) in ncpdgram_send()
216 struct ncp_request_reply *rq; in __ncptcp_try_send()
255 static inline void ncp_init_header(struct ncp_server *server, struct ncp_request_reply *req, struct… in ncp_init_header()
263 static void ncpdgram_start_request(struct ncp_server *server, struct ncp_request_reply *req) in ncpdgram_start_request()
292 static void ncptcp_start_request(struct ncp_server *server, struct ncp_request_reply *req) in ncptcp_start_request()
317 static inline void __ncp_start_request(struct ncp_server *server, struct ncp_request_reply *req) in __ncp_start_request()
330 static int ncp_add_request(struct ncp_server *server, struct ncp_request_reply *req) in ncp_add_request()
352 struct ncp_request_reply *req; in __ncp_next_request()
358 req = list_entry(server->tx.requests.next, struct ncp_request_reply, req); in __ncp_next_request()
398 struct ncp_request_reply *req; in ncpdgram_rcv_proc()
476 struct ncp_request_reply* req; in __ncpdgram_timeout_proc()
538 struct ncp_request_reply *req; in __ncptcp_rcv_proc()
703 struct ncp_request_reply *req; in do_ncp_rpc_call()