Home
last modified time | relevance | path

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

/drivers/s390/char/
Dsclp_early.c64 static int __init sclp_cmd_sync_early(sclp_cmdw_t cmd, void *sccb) in sclp_cmd_sync_early()
82 static int __init sclp_read_info_early(struct read_info_sccb *sccb) in sclp_read_info_early()
107 static void __init sclp_facilities_detect(struct read_info_sccb *sccb) in sclp_facilities_detect()
184 static int __init sclp_cmd_early(sclp_cmdw_t cmd, void *sccb) in sclp_cmd_early()
199 static void __init sccb_init_eq_size(struct sdias_sccb *sccb) in sccb_init_eq_size()
212 static int __init sclp_set_event_mask(struct init_sccb *sccb, in sclp_set_event_mask()
224 static long __init sclp_hsa_size_init(struct sdias_sccb *sccb) in sclp_hsa_size_init()
234 static long __init sclp_hsa_copy_wait(struct sccb_header *sccb) in sclp_hsa_copy_wait()
245 static void __init sclp_hsa_size_detect(void *sccb) in sclp_hsa_size_detect()
270 static unsigned int __init sclp_con_check_linemode(struct init_sccb *sccb) in sclp_con_check_linemode()
[all …]
Dsclp_rw.c50 struct sccb_header *sccb; in sclp_make_buffer() local
91 struct sccb_header *sccb; in sclp_initialize_mto() local
141 struct sccb_header *sccb; in sclp_finalize_mto() local
314 struct sccb_header *sccb; in sclp_buffer_space() local
385 struct sccb_header *sccb; in sclp_writedata_callback() local
Dsclp_cmd.c39 int sclp_sync_request(sclp_cmdw_t cmd, void *sccb) in sclp_sync_request()
44 int sclp_sync_request_timeout(sclp_cmdw_t cmd, void *sccb, int timeout) in sclp_sync_request_timeout()
97 struct read_cpu_info_sccb *sccb) in sclp_fill_core_info()
112 struct read_cpu_info_sccb *sccb; in sclp_get_core_info() local
142 struct cpu_configure_sccb *sccb; in do_core_configure() local
216 struct assign_storage_sccb *sccb; in do_assign_storage() local
270 struct attach_storage_sccb *sccb; in sclp_attach_storage() local
507 struct read_storage_sccb *sccb; in sclp_detect_standby_memory() local
595 struct chp_cfg_sccb *sccb; in do_chp_configure() local
669 struct chp_info_sccb *sccb; in sclp_chp_read_info() local
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()
746 sclp_remove_processed(struct sccb_header *sccb) in sclp_remove_processed()
776 struct init_sccb *sccb; in __sclp_make_init_req() local
802 struct init_sccb *sccb = (struct init_sccb *) sclp_init_sccb; in sclp_init_mask() local
967 struct init_sccb *sccb; in sclp_check_interface() local
Dsclp_vt220.c159 struct sclp_vt220_sccb *sccb; in sclp_vt220_callback() local
227 struct sclp_vt220_sccb *sccb; in sclp_vt220_emit_current() local
268 struct sclp_vt220_sccb *sccb; in sclp_vt220_initialize_page() local
290 struct sclp_vt220_sccb *sccb; in sclp_vt220_space_left() local
299 struct sclp_vt220_sccb *sccb; in sclp_vt220_chars_stored() local
312 struct sclp_vt220_sccb *sccb; in sclp_vt220_add_msg() local
Dsclp_pci.c58 struct pci_cfg_sccb *sccb; in do_pci_configure() local
126 struct err_notify_sccb *sccb; in sclp_pci_report() 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.c31 static struct sdias_sccb sccb __attribute__((aligned(4096))); variable
Dsclp_async.c26 static struct sclp_async_sccb *sccb; variable
Dsclp_config.c93 struct sclp_ofb_sccb *sccb; in sclp_ofb_send_req() local
Dsclp_rw.h67 void *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
/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 …]