Searched refs:clp_req (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/arch/s390/pci/ |
D | pci_clp.c | 72 static __always_inline int clp_req(void *data, unsigned int lps) in clp_req() function 137 rc = clp_req(rrb, CLP_LPS_PCI); in clp_query_pci_fngrp() 204 rc = clp_req(rrb, CLP_LPS_PCI); in clp_query_pci_fn() 254 rc = clp_req(rrb, CLP_LPS_PCI); in clp_set_pci_fn() 290 rc = clp_req(rrb, CLP_LPS_PCI); in clp_setup_writeback_mio() 350 rc = clp_req(rrb, CLP_LPS_PCI); in clp_list_pci_req() 481 static int clp_base_slpc(struct clp_req *req, struct clp_req_rsp_slpc *lpcb) in clp_base_slpc() 488 return clp_req(lpcb, CLP_LPS_BASE) ? -EOPNOTSUPP : 0; in clp_base_slpc() 491 static int clp_base_command(struct clp_req *req, struct clp_req_hdr *lpcb) in clp_base_command() 501 static int clp_pci_slpc(struct clp_req *req, struct clp_req_rsp_slpc_pci *lpcb) in clp_pci_slpc() [all …]
|
/linux-6.6.21/arch/s390/include/uapi/asm/ |
D | clp.h | 15 struct clp_req { struct 27 #define CLP_SYNC _IOWR(CLP_IOCTL_MAGIC, 0xC1, struct clp_req) argument
|