Searched refs:sclp_req (Results 1 – 10 of 10) sorted by relevance
45 struct sclp_req sclp_req; member123 page = request->sclp_req.sccb; in sclp_vt220_process_queue()179 vt220_request->sclp_req.status = SCLP_REQ_FILLED; in sclp_vt220_callback()189 vt220_request->sclp_req.status = SCLP_REQ_FILLED; in sclp_vt220_callback()208 request->sclp_req.status = SCLP_REQ_FILLED; in __sclp_vt220_emit()209 request->sclp_req.callback = sclp_vt220_callback; in __sclp_vt220_emit()210 request->sclp_req.callback_data = (void *) request; in __sclp_vt220_emit()212 return sclp_add_request(&request->sclp_req); in __sclp_vt220_emit()228 sclp_vt220_current_request->sclp_req.sccb; in sclp_vt220_emit_current()270 request->sclp_req.sccb = page; in sclp_vt220_initialize_page()[all …]
64 static struct sclp_req sclp_read_req;65 static struct sclp_req sclp_init_req;318 struct sclp_req *req; in __sclp_req_queue_find_next_timeout()336 struct sclp_req *req; in __sclp_req_queue_remove_expired_req()366 struct sclp_req *req; in sclp_req_queue_timeout()410 __sclp_start_request(struct sclp_req *req) in __sclp_start_request()442 struct sclp_req *req; in sclp_process_queue()493 sclp_add_request(struct sclp_req *req) in sclp_add_request()612 static inline struct sclp_req *616 struct sclp_req *req; in __sclp_find_req()[all …]
72 static void cpi_callback(struct sclp_req *req, void *data) in cpi_callback()79 static struct sclp_req *cpi_prepare_req(void) in cpi_prepare_req()81 struct sclp_req *req; in cpi_prepare_req()85 req = kzalloc(sizeof(struct sclp_req), GFP_KERNEL); in cpi_prepare_req()120 static void cpi_free_req(struct sclp_req *req) in cpi_free_req()129 struct sclp_req *req; in cpi_req()
53 static void sdias_callback(struct sclp_req *request, void *data) in sdias_callback()59 static int sdias_sclp_send(struct sclp_req *req) in sdias_sclp_send()109 struct sclp_req request; in sclp_sdias_blk_count()169 struct sclp_req request; in sclp_sdias_copy()
246 struct sclp_req { struct253 void (*callback)(struct sclp_req *, void *data); argument290 int sclp_add_request(struct sclp_req *req);
103 static void sclp_pci_callback(struct sclp_req *req, void *data) in sclp_pci_callback()134 struct sclp_req req; in sclp_pci_report()
37 static void sclp_ftp_txcb(struct sclp_req *req, void *data) in sclp_ftp_txcb()92 struct sclp_req *req; in sclp_ftp_et7()
67 struct sclp_req request;
33 static void sclp_sync_callback(struct sclp_req *req, void *data) in sclp_sync_callback()48 struct sclp_req *request; in sclp_sync_request_timeout()
357 sclp_writedata_callback(struct sclp_req *request, void *data) in sclp_writedata_callback()
Completed in 16 milliseconds