Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dsclp_early_core.c66 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb) in sclp_early_cmd()
91 struct write_sccb *sccb; in sclp_early_print_lm() local
143 struct vt220_sccb *sccb; in sclp_early_print_vt220() local
156 int sclp_early_set_event_mask(struct init_sccb *sccb, in sclp_early_set_event_mask()
180 unsigned int sclp_early_con_check_linemode(struct init_sccb *sccb) in sclp_early_con_check_linemode()
189 unsigned int sclp_early_con_check_vt220(struct init_sccb *sccb) in sclp_early_con_check_vt220()
199 struct init_sccb *sccb; in sclp_early_setup() local
216 void sclp_early_set_buffer(void *sccb) in sclp_early_set_buffer()
282 struct read_info_sccb *sccb = (struct read_info_sccb *)sclp_early_sccb; in sclp_early_read_info() local
316 struct read_info_sccb *sccb = &sclp_info_sccb; in sclp_early_get_memsize() local
[all …]
H A Dsclp_early.c29 struct read_info_sccb *sccb; in sclp_early_facilities_detect() local
128 struct read_cpu_info_sccb *sccb; in sclp_early_get_core_info() local
156 static void __init sclp_early_console_detect(struct init_sccb *sccb) in sclp_early_console_detect()
175 void *sccb = sclp_early_sccb; in sclp_early_detect() local
H A Dsclp_cmd.c58 int sclp_sync_request(sclp_cmdw_t cmd, void *sccb) in sclp_sync_request()
63 int sclp_sync_request_timeout(sclp_cmdw_t cmd, void *sccb, int timeout) in sclp_sync_request_timeout()
98 struct read_cpu_info_sccb *sccb; in _sclp_get_core_info() local
128 struct cpu_configure_sccb *sccb; in do_core_configure() local
171 struct chp_cfg_sccb *sccb; in do_chp_configure() local
234 struct chp_info_sccb *sccb; in sclp_chp_read_info() local
H A Dsclp_rw.c44 struct sccb_header *sccb; in sclp_make_buffer() local
85 struct sccb_header *sccb; in sclp_initialize_mto() local
135 struct sccb_header *sccb; in sclp_finalize_mto() local
308 struct sccb_header *sccb; in sclp_buffer_space() local
361 struct sccb_header *sccb; in sclp_writedata_callback() local
H A Dsclp.h118 #define sccb_get_generic_mask(sccb, i) \ argument
124 #define sccb_get_recv_mask(sccb) sccb_get_generic_mask(sccb, 0) argument
125 #define sccb_get_send_mask(sccb) sccb_get_generic_mask(sccb, 1) argument
126 #define sccb_get_sclp_recv_mask(sccb) sccb_get_generic_mask(sccb, 2) argument
127 #define sccb_get_sclp_send_mask(sccb) sccb_get_generic_mask(sccb, 3) argument
129 #define sccb_set_generic_mask(sccb, i, val) \ argument
135 #define sccb_set_recv_mask(sccb, val) sccb_set_generic_mask(sccb, 0, val) argument
136 #define sccb_set_send_mask(sccb, val) sccb_set_generic_mask(sccb, 1, val) argument
137 #define sccb_set_sclp_recv_mask(sccb, val) sccb_set_generic_mask(sccb, 2, val) argument
138 #define sccb_set_sclp_send_mask(sccb, val) sccb_set_generic_mask(sccb, 3, val) argument
[all …]
H A Dsclp.c118 static inline int abbrev_len(sclp_cmdw_t cmd, struct sccb_header *sccb) in abbrev_len()
136 sclp_cmdw_t cmd, struct sccb_header *sccb, in sclp_trace_sccb()
158 struct sccb_header *sccb = req->sccb; in sclp_trace_req() local
389 static int sclp_service_call_trace(sclp_cmdw_t command, void *sccb) in sclp_service_call_trace()
536 sclp_dispatch_evbufs(struct sccb_header *sccb) in sclp_dispatch_evbufs()
583 struct sccb_header *sccb; in sclp_read_cb() local
597 struct sccb_header *sccb; in __sclp_make_read_req() local
615 __sclp_find_req(u32 sccb) in __sclp_find_req()
630 struct sccb_header *sccb = sclpint_to_sccb(sccb_int); in ok_response() local
921 sclp_remove_processed(struct sccb_header *sccb) in sclp_remove_processed()
[all …]
H A Dsclp_sdias.c60 struct sdias_sccb *sccb = sclp_sdias_sccb; in sdias_sclp_send() local
107 struct sdias_sccb *sccb = sclp_sdias_sccb; in sclp_sdias_blk_count() local
167 struct sdias_sccb *sccb = sclp_sdias_sccb; in sclp_sdias_copy() local
H A Dsclp_vt220.c155 struct sclp_vt220_sccb *sccb; in sclp_vt220_callback() local
223 struct sclp_vt220_sccb *sccb; in sclp_vt220_emit_current() local
263 struct sclp_vt220_sccb *sccb; in sclp_vt220_initialize_page() local
285 struct sclp_vt220_sccb *sccb; in sclp_vt220_space_left() local
294 struct sclp_vt220_sccb *sccb; in sclp_vt220_chars_stored() local
307 struct sclp_vt220_sccb *sccb; in sclp_vt220_add_msg() local
H A Dsclp_pci.c41 struct pci_cfg_sccb *sccb; in do_pci_configure() local
115 struct err_notify_sccb *sccb; in sclp_pci_report() local
H A Dsclp_mem.c84 struct assign_storage_sccb *sccb; in do_assign_storage() local
130 struct attach_storage_sccb *sccb; in sclp_attach_storage() local
482 struct read_storage_sccb *sccb; in sclp_setup_memory() local
H A Dsclp_ap.c23 struct ap_cfg_sccb *sccb; in do_ap_configure() local
H A Dsclp_ctl.c54 struct sccb_header *sccb; in sclp_ctl_ioctl_sccb() local
H A Dsclp_ftp.c90 struct sclp_diag_sccb *sccb; in sclp_ftp_et7() local
H A Dsclp_config.c94 struct sclp_ofb_sccb *sccb; in sclp_ofb_send_req() local
H A Dsclp_rw.h68 void *sccb; member
H A Dsclp_cpi_sys.c81 struct cpi_sccb *sccb; in cpi_prepare_req() local
H A Dsclp_sd.c192 struct sclp_sd_sccb *sccb = (void *) page; in sclp_sd_sync() local
/linux/drivers/scsi/
H A 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/arch/s390/include/uapi/asm/
H A Dsclp_ctl.h17 __u64 sccb; member