Searched refs:sclp_cmdw_t (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/s390/char/ | 
| D | sclp.h | 63 typedef unsigned int sclp_cmdw_t;  typedef248 	sclp_cmdw_t command;		/* sclp command to execute */
 297 int sclp_sync_request(sclp_cmdw_t command, void *sccb);
 298 int sclp_sync_request_timeout(sclp_cmdw_t command, void *sccb, int timeout);
 314 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb);
 325 static inline int sclp_service_call(sclp_cmdw_t command, void *sccb)  in sclp_service_call()
 
 | 
| D | sclp_cmd.c | 40 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()
 121 static int do_core_configure(sclp_cmdw_t cmd)  in do_core_configure()
 194 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn)  in do_assign_storage()
 533 static int do_chp_configure(sclp_cmdw_t cmd)  in do_chp_configure()
 
 | 
| D | sclp_early_core.c | 64 int sclp_early_cmd(sclp_cmdw_t cmd, void *sccb)  in sclp_early_cmd()257 	sclp_cmdw_t commands[] = {SCLP_CMDW_READ_SCP_INFO_FORCED,  in sclp_early_read_info()
 321 	sclp_cmdw_t command;  in sclp_early_read_storage_info()
 
 | 
| D | sclp_ap.c | 22 static int do_ap_configure(sclp_cmdw_t cmd, u32 apid)  in do_ap_configure()
 | 
| D | sclp.c | 77 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()
 387 static int sclp_service_call_trace(sclp_cmdw_t command, void *sccb)  in sclp_service_call_trace()
 626 static bool ok_response(u32 sccb_int, sclp_cmdw_t cmd)  in ok_response()
 
 | 
| D | sclp_pci.c | 58 static int do_pci_configure(sclp_cmdw_t cmd, u32 fid)  in do_pci_configure()
 |