Home
last modified time | relevance | path

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

/drivers/s390/char/
Dsclp.h63 typedef unsigned int sclp_cmdw_t; typedef
253 sclp_cmdw_t command; /* sclp command to execute */
306 int sclp_sync_request(sclp_cmdw_t command, void *sccb);
307 int sclp_sync_request_timeout(sclp_cmdw_t command, void *sccb, int timeout);
327 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb);
338 static inline int sclp_service_call(sclp_cmdw_t command, void *sccb) in sclp_service_call()
Dsclp_cmd.c40 int sclp_sync_request(sclp_cmdw_t cmd, void *sccb) in sclp_sync_request()
45 int sclp_sync_request_timeout(sclp_cmdw_t cmd, void *sccb, int timeout) in sclp_sync_request_timeout()
118 static int do_core_configure(sclp_cmdw_t cmd) in do_core_configure()
192 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage()
563 static int do_chp_configure(sclp_cmdw_t cmd) in do_chp_configure()
Dsclp_early_core.c63 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb) in sclp_early_cmd()
246 sclp_cmdw_t commands[] = {SCLP_CMDW_READ_SCP_INFO_FORCED, in sclp_early_read_info()
310 sclp_cmdw_t command; in sclp_early_read_storage_info()
Dsclp_pci.c58 static int do_pci_configure(sclp_cmdw_t cmd, u32 fid) in do_pci_configure()