Home
last modified time | relevance | path

Searched defs:sccb (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/drivers/s390/char/
Dsclp_early.c70 static int __init sclp_cmd_sync_early(sclp_cmdw_t cmd, void *sccb) in sclp_cmd_sync_early()
88 static int __init sclp_read_info_early(struct read_info_sccb *sccb) in sclp_read_info_early()
113 static void __init sclp_facilities_detect(struct read_info_sccb *sccb) in sclp_facilities_detect()
229 static int __init sclp_cmd_early(sclp_cmdw_t cmd, void *sccb) in sclp_cmd_early()
244 static void __init sccb_init_eq_size(struct sdias_sccb *sccb) in sccb_init_eq_size()
257 static int __init sclp_set_event_mask(struct init_sccb *sccb, in sclp_set_event_mask()
269 static long __init sclp_hsa_size_init(struct sdias_sccb *sccb) in sclp_hsa_size_init()
279 static long __init sclp_hsa_copy_wait(struct sccb_header *sccb) in sclp_hsa_copy_wait()
295 static void __init sclp_hsa_size_detect(void *sccb) in sclp_hsa_size_detect()
320 static unsigned int __init sclp_con_check_linemode(struct init_sccb *sccb) in sclp_con_check_linemode()
[all …]
Dsclp_rw.c50 struct write_sccb *sccb; in sclp_make_buffer() local
99 struct write_sccb *sccb; in sclp_initialize_mto() local
137 struct write_sccb *sccb; in sclp_finalize_mto() local
381 struct write_sccb *sccb; in sclp_writedata_callback() local
448 struct write_sccb *sccb; in sclp_emit_buffer() local
Dsclp_cmd.c38 int sclp_sync_request(sclp_cmdw_t cmd, void *sccb) in sclp_sync_request()
43 int sclp_sync_request_timeout(sclp_cmdw_t cmd, void *sccb, int timeout) in sclp_sync_request_timeout()
96 struct read_cpu_info_sccb *sccb) in sclp_fill_cpu_info()
112 struct read_cpu_info_sccb *sccb; in sclp_get_cpu_info() local
142 struct cpu_configure_sccb *sccb; in do_cpu_configure() local
217 struct assign_storage_sccb *sccb; in do_assign_storage() local
272 struct attach_storage_sccb *sccb; in sclp_attach_storage() local
506 struct read_storage_sccb *sccb; in sclp_detect_standby_memory() local
595 struct pci_cfg_sccb *sccb; in do_pci_configure() local
655 struct chp_cfg_sccb *sccb; in do_chp_configure() local
[all …]
Dsclp.c152 sclp_service_call(sclp_cmdw_t command, void *sccb) in sclp_service_call()
422 sclp_dispatch_evbufs(struct sccb_header *sccb) in sclp_dispatch_evbufs()
464 struct sccb_header *sccb; in sclp_read_cb() local
478 struct sccb_header *sccb; in __sclp_make_read_req() local
496 __sclp_find_req(u32 sccb) in __sclp_find_req()
747 sclp_remove_processed(struct sccb_header *sccb) in sclp_remove_processed()
777 struct init_sccb *sccb; in __sclp_make_init_req() local
803 struct init_sccb *sccb = (struct init_sccb *) sclp_init_sccb; in sclp_init_mask() local
968 struct init_sccb *sccb; in sclp_check_interface() local
Dsclp_vt220.c157 struct sclp_vt220_sccb *sccb; in sclp_vt220_callback() local
225 struct sclp_vt220_sccb *sccb; in sclp_vt220_emit_current() local
266 struct sclp_vt220_sccb *sccb; in sclp_vt220_initialize_page() local
288 struct sclp_vt220_sccb *sccb; in sclp_vt220_space_left() local
297 struct sclp_vt220_sccb *sccb; in sclp_vt220_chars_stored() local
310 struct sclp_vt220_sccb *sccb; in sclp_vt220_add_msg() local
Dsclp_ctl.c58 struct sccb_header *sccb; in sclp_ctl_ioctl_sccb() local
Dsclp_ftp.c87 struct sclp_diag_sccb *sccb; in sclp_ftp_et7() local
Dsclp_sdias.c32 static struct sdias_sccb sccb __attribute__((aligned(4096))); variable
Dsclp_async.c26 static struct sclp_async_sccb *sccb; variable
Dsclp_rw.h71 struct write_sccb *sccb; member
Dsclp_cpi_sys.c81 struct cpi_sccb *sccb; in cpi_prepare_req() local
Dsclp.h132 void *sccb; /* pointer to the sccb to execute */ member
/linux-4.1.27/drivers/scsi/
DFlashPoint.c74 struct sccb { struct
75 unsigned char OperationCode;
76 unsigned char ControlByte;
77 unsigned char CdbLength;
78 unsigned char RequestSenseLength;
79 u32 DataLength;
80 void *DataPointer;
81 unsigned char CcbRes[2];
82 unsigned char HostStatus;
83 unsigned char TargetStatus;
[all …]
/linux-4.1.27/arch/s390/include/uapi/asm/
Dsclp_ctl.h16 __u64 sccb; member