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