Searched defs:sccb (Results 1 – 15 of 15) sorted by relevance
64 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 …]
50 struct sccb_header *sccb; in sclp_make_buffer() local91 struct sccb_header *sccb; in sclp_initialize_mto() local141 struct sccb_header *sccb; in sclp_finalize_mto() local314 struct sccb_header *sccb; in sclp_buffer_space() local385 struct sccb_header *sccb; in sclp_writedata_callback() local
39 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() local142 struct cpu_configure_sccb *sccb; in do_core_configure() local216 struct assign_storage_sccb *sccb; in do_assign_storage() local270 struct attach_storage_sccb *sccb; in sclp_attach_storage() local507 struct read_storage_sccb *sccb; in sclp_detect_standby_memory() local595 struct chp_cfg_sccb *sccb; in do_chp_configure() local669 struct chp_info_sccb *sccb; in sclp_chp_read_info() local
152 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() local478 struct sccb_header *sccb; in __sclp_make_read_req() local496 __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() local802 struct init_sccb *sccb = (struct init_sccb *) sclp_init_sccb; in sclp_init_mask() local967 struct init_sccb *sccb; in sclp_check_interface() local
159 struct sclp_vt220_sccb *sccb; in sclp_vt220_callback() local227 struct sclp_vt220_sccb *sccb; in sclp_vt220_emit_current() local268 struct sclp_vt220_sccb *sccb; in sclp_vt220_initialize_page() local290 struct sclp_vt220_sccb *sccb; in sclp_vt220_space_left() local299 struct sclp_vt220_sccb *sccb; in sclp_vt220_chars_stored() local312 struct sclp_vt220_sccb *sccb; in sclp_vt220_add_msg() local
58 struct pci_cfg_sccb *sccb; in do_pci_configure() local126 struct err_notify_sccb *sccb; in sclp_pci_report() local
58 struct sccb_header *sccb; in sclp_ctl_ioctl_sccb() local
87 struct sclp_diag_sccb *sccb; in sclp_ftp_et7() local
31 static struct sdias_sccb sccb __attribute__((aligned(4096))); variable
26 static struct sclp_async_sccb *sccb; variable
93 struct sclp_ofb_sccb *sccb; in sclp_ofb_send_req() local
67 void *sccb; member
81 struct cpi_sccb *sccb; in cpi_prepare_req() local
132 void *sccb; /* pointer to the sccb to execute */ member
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 …]