Home
last modified time | relevance | path

Searched refs:evbuf (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/drivers/s390/char/
A Dsclp_sdias.c44 memcpy(&sdias_evbuf, evbuf, in sclp_sdias_receiver_fn()
84 sccb->evbuf.hdr.flags); in sdias_sclp_send()
122 sccb->evbuf.event_id = 4712; in sclp_sdias_blk_count()
123 sccb->evbuf.dbs = 1; in sclp_sdias_blk_count()
180 sccb->evbuf.hdr.flags = 0; in sclp_sdias_copy()
183 sccb->evbuf.event_id = 4712; in sclp_sdias_copy()
185 sccb->evbuf.event_status = 0; in sclp_sdias_copy()
187 sccb->evbuf.asa = __pa(dest); in sclp_sdias_copy()
188 sccb->evbuf.fbn = start_blk; in sclp_sdias_copy()
189 sccb->evbuf.lbn = 0; in sclp_sdias_copy()
[all …]
A Dsclp_ftp.c59 if (evbuf->type != EVTYP_DIAG_TEST || in sclp_ftp_rxcb()
62 evbuf->length < SCLP_DIAG_FTP_EVBUF_LEN) in sclp_ftp_rxcb()
67 evbuf, 24, evbuf); in sclp_ftp_rxcb()
105 sccb->evbuf.hdr.type = EVTYP_DIAG_TEST; in sclp_ftp_et7()
108 sccb->evbuf.route = SCLP_DIAG_FTP_ROUTE; in sclp_ftp_et7()
110 sccb->evbuf.mdd.ftp.srcflg = 0; in sclp_ftp_et7()
111 sccb->evbuf.mdd.ftp.pgsize = 0; in sclp_ftp_et7()
114 sccb->evbuf.mdd.ftp.fsize = 0; in sclp_ftp_et7()
115 sccb->evbuf.mdd.ftp.cmd = ftp->id; in sclp_ftp_et7()
116 sccb->evbuf.mdd.ftp.offset = ftp->ofs; in sclp_ftp_et7()
[all …]
A Dsclp_sd.c157 listener->evbuf = *evbuf; in sclp_sd_receiver()
203 evbuf = &sccb->evbuf; in sclp_sd_sync()
204 evbuf->hdr.length = sizeof(*evbuf); in sclp_sd_sync()
206 evbuf->eq = eq; in sclp_sd_sync()
207 evbuf->di = di; in sclp_sd_sync()
209 evbuf->fmt = 1; in sclp_sd_sync()
210 evbuf->sat = sat; in sclp_sd_sync()
211 evbuf->sa = sa; in sclp_sd_sync()
236 evbuf = &listener.evbuf; in sclp_sd_sync()
245 evbuf->esize); in sclp_sd_sync()
[all …]
A Dsclp_pci.c47 struct err_notify_evbuf evbuf; member
164 sccb->evbuf.header.length = sizeof(sccb->evbuf) + report->length; in sclp_pci_report()
165 sccb->evbuf.header.type = EVTYP_ERRNOTIFY; in sclp_pci_report()
166 sccb->header.length = sizeof(sccb->header) + sccb->evbuf.header.length; in sclp_pci_report()
168 sccb->evbuf.action = report->action; in sclp_pci_report()
169 sccb->evbuf.atype = SCLP_ATYPE_PCI; in sclp_pci_report()
170 sccb->evbuf.fh = fh; in sclp_pci_report()
171 sccb->evbuf.fid = fid; in sclp_pci_report()
173 memcpy(sccb->evbuf.data, report->data, report->length); in sclp_pci_report()
A Dsclp.c121 (evbuf->type == EVTYP_MSG || evbuf->type == EVTYP_VT220MSG)) in abbrev_len()
532 struct evbuf_header *evbuf; in sclp_dispatch_evbufs() local
544 if (evbuf->length == 0) in sclp_dispatch_evbufs()
558 evbuf, !reg); in sclp_dispatch_evbufs()
562 reg->receiver_fn(evbuf); in sclp_dispatch_evbufs()
624 struct evbuf_header *evbuf; in ok_response() local
638 if (!(evbuf->flags & 0x80)) in ok_response()
916 struct evbuf_header *evbuf; in sclp_remove_processed() local
925 if (evbuf->flags & 0x80) { in sclp_remove_processed()
927 memcpy(evbuf, (void *) ((addr_t) evbuf + evbuf->length), in sclp_remove_processed()
[all …]
A Dsclp_ocf.c43 static void sclp_ocf_handler(struct evbuf_header *evbuf) in sclp_ocf_handler() argument
50 v = sclp_find_gds_vector(evbuf + 1, (void *) evbuf + evbuf->length, in sclp_ocf_handler()
A Dsclp_vt220.c52 struct evbuf_header evbuf; member
95 static void sclp_vt220_receiver_fn(struct evbuf_header *evbuf);
276 sccb->evbuf.type = EVTYP_VT220MSG; in sclp_vt220_initialize_page()
277 sccb->evbuf.length = sizeof(struct evbuf_header); in sclp_vt220_initialize_page()
296 return sccb->evbuf.length - sizeof(struct evbuf_header); in sclp_vt220_chars_stored()
340 sccb->evbuf.length += to; in sclp_vt220_add_msg()
345 sccb->evbuf.length += count; in sclp_vt220_add_msg()
526 sclp_vt220_receiver_fn(struct evbuf_header *evbuf) in sclp_vt220_receiver_fn() argument
531 buffer = (char *) ((addr_t) evbuf + sizeof(struct evbuf_header)); in sclp_vt220_receiver_fn()
532 count = evbuf->length - sizeof(struct evbuf_header); in sclp_vt220_receiver_fn()
A Dsclp_tty.c460 static void sclp_tty_receiver(struct evbuf_header *evbuf) in sclp_tty_receiver() argument
464 v = sclp_find_gds_vector(evbuf + 1, (void *) evbuf + evbuf->length, in sclp_tty_receiver()
A Dsclp_config.c67 static void sclp_conf_receiver_fn(struct evbuf_header *evbuf) in sclp_conf_receiver_fn() argument
71 cdata = (struct conf_mgm_data *)(evbuf + 1); in sclp_conf_receiver_fn()
A Dsclp_quiesce.c34 static void sclp_quiesce_handler(struct evbuf_header *evbuf) in sclp_quiesce_handler() argument
A Dsclp_sdias.h44 struct sdias_evbuf evbuf; member
A Dsclp_diag.h87 struct sclp_diag_evbuf evbuf; member

Completed in 20 milliseconds