Home
last modified time | relevance | path

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

/linux-3.3/drivers/s390/char/
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.c56 static int __init sclp_cmd_sync_early(sclp_cmdw_t cmd, void *sccb) in sclp_cmd_sync_early()
78 struct read_info_sccb *sccb; in sclp_read_info_early() local
105 struct read_info_sccb *sccb; in sclp_facilities_detect() local
135 struct read_info_sccb *sccb; in sclp_get_ipl_info() local
153 static int do_sync_request(sclp_cmdw_t cmd, void *sccb) in do_sync_request()
204 struct read_cpu_info_sccb *sccb) in sclp_fill_cpu_info()
220 struct read_cpu_info_sccb *sccb; in sclp_get_cpu_info() local
249 struct cpu_configure_sccb *sccb; in do_cpu_configure() local
325 struct assign_storage_sccb *sccb; in do_assign_storage() local
372 struct attach_storage_sccb *sccb; in sclp_attach_storage() local
[all …]
Dsclp_vt220.c159 struct sclp_vt220_sccb *sccb; in sclp_vt220_callback() local
231 struct sclp_vt220_sccb *sccb; in sclp_vt220_emit_current() local
272 struct sclp_vt220_sccb *sccb; in sclp_vt220_initialize_page() local
294 struct sclp_vt220_sccb *sccb; in sclp_vt220_space_left() local
303 struct sclp_vt220_sccb *sccb; in sclp_vt220_chars_stored() local
316 struct sclp_vt220_sccb *sccb; in sclp_vt220_add_msg() local
Dsclp.c118 sclp_service_call(sclp_cmdw_t command, void *sccb) in sclp_service_call()
306 sclp_dispatch_evbufs(struct sccb_header *sccb) in sclp_dispatch_evbufs()
348 struct sccb_header *sccb; in sclp_read_cb() local
362 struct sccb_header *sccb; in __sclp_make_read_req() local
380 __sclp_find_req(u32 sccb) in __sclp_find_req()
631 sclp_remove_processed(struct sccb_header *sccb) in sclp_remove_processed()
671 struct init_sccb *sccb; in __sclp_make_init_req() local
697 struct init_sccb *sccb = (struct init_sccb *) sclp_init_sccb; in sclp_init_mask() local
862 struct init_sccb *sccb; in sclp_check_interface() local
Dsclp_async.c26 static struct sclp_async_sccb *sccb; variable
Dsclp_sdias.c64 static struct sdias_sccb sccb __attribute__((aligned(4096))); variable
Dsclp_rw.h71 struct write_sccb *sccb; member
Dsclp_cpi_sys.c82 struct cpi_sccb *sccb; in cpi_prepare_req() local
Dsclp.h118 void *sccb; /* pointer to the sccb to execute */ member
/linux-3.3/drivers/scsi/
DFlashPoint.c74 struct sccb { struct
75 unsigned char OperationCode;
76 unsigned char ControlByte;
77 unsigned char CdbLength;
78 unsigned char RequestSenseLength;
79 unsigned long DataLength;
80 unsigned long DataPointer;
81 unsigned char CcbRes[2];
82 unsigned char HostStatus;
83 unsigned char TargetStatus;
[all …]