Home
last modified time | relevance | path

Searched refs:sclp_cmdw_t (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/s390/char/
H A Dsclp.h66 typedef unsigned int sclp_cmdw_t; typedef
239 sclp_cmdw_t command; /* sclp command to execute */
288 int sclp_sync_request(sclp_cmdw_t command, void *sccb);
289 int sclp_sync_request_timeout(sclp_cmdw_t command, void *sccb, int timeout);
305 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb);
316 static inline int sclp_service_call(sclp_cmdw_t command, void *sccb) in sclp_service_call()
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()
126 static int do_core_configure(sclp_cmdw_t cmd) in do_core_configure()
169 static int do_chp_configure(sclp_cmdw_t cmd) in do_chp_configure()
H A Dsclp_early_core.c66 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb) in sclp_early_cmd()
283 sclp_cmdw_t commands[] = {SCLP_CMDW_READ_SCP_INFO_FORCED, in sclp_early_read_info()
359 sclp_cmdw_t command; in sclp_early_read_storage_info()
H A Dsclp_ap.c21 static int do_ap_configure(sclp_cmdw_t cmd, u32 apid) in do_ap_configure()
H A Dsclp.c78 static sclp_cmdw_t active_cmd;
118 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()
389 static int sclp_service_call_trace(sclp_cmdw_t command, void *sccb) in sclp_service_call_trace()
628 static bool ok_response(u32 sccb_int, sclp_cmdw_t cmd) in ok_response()
H A Dsclp_pci.c39 static int do_pci_configure(sclp_cmdw_t cmd, u32 fid) in do_pci_configure()
H A Dsclp_mem.c82 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage()