Searched refs:ncp_request_reply (Results 1 – 2 of 2) sorted by relevance
57 struct ncp_request_reply { struct73 static inline struct ncp_request_reply* ncp_alloc_req(void) in ncp_alloc_req() argument75 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()[all …]
119 struct ncp_request_reply* creq; /* STREAM/DGRAM: awaiting reply from this request */138 struct ncp_request_reply* creq; /* STREAM only: currently transmitted entry */