Searched defs:sccb (Results 1 – 16 of 16) sorted by relevance
65 static int __init sclp_early_read_info(struct read_info_sccb *sccb) in sclp_early_read_info()86 static void __init sclp_early_facilities_detect(struct read_info_sccb *sccb) in sclp_early_facilities_detect()169 static void __init sclp_early_init_core_info(struct read_cpu_info_sccb *sccb) in sclp_early_init_core_info()191 static long __init sclp_early_hsa_size_init(struct sdias_sccb *sccb) in sclp_early_hsa_size_init()210 static long __init sclp_early_hsa_copy_wait(struct sdias_sccb *sccb) in sclp_early_hsa_copy_wait()223 static void __init sclp_early_hsa_size_detect(void *sccb) in sclp_early_hsa_size_detect()246 static void __init sclp_early_console_detect(struct init_sccb *sccb) in sclp_early_console_detect()260 void *sccb = &sclp_early_sccb; in sclp_early_detect() local
54 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb) in sclp_early_cmd()79 struct write_sccb *sccb; in sclp_early_print_lm() local131 struct vt220_sccb *sccb; in sclp_early_print_vt220() local144 int sclp_early_set_event_mask(struct init_sccb *sccb, in sclp_early_set_event_mask()160 unsigned int sclp_early_con_check_linemode(struct init_sccb *sccb) in sclp_early_con_check_linemode()172 struct init_sccb *sccb; in sclp_early_setup() local
51 struct sccb_header *sccb; in sclp_make_buffer() local92 struct sccb_header *sccb; in sclp_initialize_mto() local142 struct sccb_header *sccb; in sclp_finalize_mto() local315 struct sccb_header *sccb; in sclp_buffer_space() local386 struct sccb_header *sccb; in sclp_writedata_callback() local
40 int sclp_sync_request(sclp_cmdw_t cmd, void *sccb) in sclp_sync_request()45 int sclp_sync_request_timeout(sclp_cmdw_t cmd, void *sccb, int timeout) in sclp_sync_request_timeout()90 struct read_cpu_info_sccb *sccb; in _sclp_get_core_info() local120 struct cpu_configure_sccb *sccb; in do_core_configure() local194 struct assign_storage_sccb *sccb; in do_assign_storage() local248 struct attach_storage_sccb *sccb; in sclp_attach_storage() local486 struct read_storage_sccb *sccb; in sclp_detect_standby_memory() local574 struct chp_cfg_sccb *sccb; in do_chp_configure() local648 struct chp_info_sccb *sccb; in sclp_chp_read_info() local
160 struct sclp_vt220_sccb *sccb; in sclp_vt220_callback() local228 struct sclp_vt220_sccb *sccb; in sclp_vt220_emit_current() local269 struct sclp_vt220_sccb *sccb; in sclp_vt220_initialize_page() local291 struct sclp_vt220_sccb *sccb; in sclp_vt220_space_left() local300 struct sclp_vt220_sccb *sccb; in sclp_vt220_chars_stored() local313 struct sclp_vt220_sccb *sccb; in sclp_vt220_add_msg() local
391 sclp_dispatch_evbufs(struct sccb_header *sccb) in sclp_dispatch_evbufs()433 struct sccb_header *sccb; in sclp_read_cb() local447 struct sccb_header *sccb; in __sclp_make_read_req() local465 __sclp_find_req(u32 sccb) in __sclp_find_req()715 sclp_remove_processed(struct sccb_header *sccb) in sclp_remove_processed()745 struct init_sccb *sccb; in __sclp_make_init_req() local771 struct init_sccb *sccb = (struct init_sccb *) sclp_init_sccb; in sclp_init_mask() local936 struct init_sccb *sccb; in sclp_check_interface() local
59 struct pci_cfg_sccb *sccb; in do_pci_configure() local127 struct err_notify_sccb *sccb; in sclp_pci_report() local
59 struct sccb_header *sccb; in sclp_ctl_ioctl_sccb() local
117 struct read_cpu_info_sccb *sccb) in sclp_fill_core_info()156 void *sccb; /* pointer to the sccb to execute */ member237 static inline int sclp_service_call(sclp_cmdw_t command, void *sccb) in sclp_service_call()
88 struct sclp_diag_sccb *sccb; in sclp_ftp_et7() local
32 static struct sdias_sccb sccb __attribute__((aligned(4096))); variable
26 static struct sclp_async_sccb *sccb; variable
96 struct sclp_ofb_sccb *sccb; in sclp_ofb_send_req() local
68 void *sccb; member
82 struct cpi_sccb *sccb; in cpi_prepare_req() local
74 struct sccb { struct75 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 …]