Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/s390/char/
A Dsclp.h64 typedef unsigned int sclp_cmdw_t; typedef
249 sclp_cmdw_t command; /* sclp command to execute */
298 int sclp_sync_request(sclp_cmdw_t command, void *sccb);
299 int sclp_sync_request_timeout(sclp_cmdw_t command, void *sccb, int timeout);
315 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb);
326 static inline int sclp_service_call(sclp_cmdw_t command, void *sccb) in sclp_service_call()
A Dsclp_cmd.c39 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()
120 static int do_core_configure(sclp_cmdw_t cmd) in do_core_configure()
193 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage()
532 static int do_chp_configure(sclp_cmdw_t cmd) in do_chp_configure()
A Dsclp_early_core.c64 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb) in sclp_early_cmd()
281 sclp_cmdw_t commands[] = {SCLP_CMDW_READ_SCP_INFO_FORCED, in sclp_early_read_info()
345 sclp_cmdw_t command; in sclp_early_read_storage_info()
A Dsclp_ap.c22 static int do_ap_configure(sclp_cmdw_t cmd, u32 apid) in do_ap_configure()
A Dsclp.c77 static sclp_cmdw_t active_cmd;
110 static inline int abbrev_len(sclp_cmdw_t cmd, struct sccb_header *sccb) in abbrev_len()
128 sclp_cmdw_t cmd, struct sccb_header *sccb, in sclp_trace_sccb()
382 static int sclp_service_call_trace(sclp_cmdw_t command, void *sccb) in sclp_service_call_trace()
621 static bool ok_response(u32 sccb_int, sclp_cmdw_t cmd) in ok_response()
A Dsclp_pci.c58 static int do_pci_configure(sclp_cmdw_t cmd, u32 fid) in do_pci_configure()

Completed in 14 milliseconds