Searched refs:clp_req (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/pci/ |
H A D | pci_clp.c | 71 static __always_inline int clp_req(void *data, unsigned int lps) in clp_req() function 134 rc = clp_req(rrb, CLP_LPS_PCI); in clp_query_pci_fngrp() 201 rc = clp_req(rrb, CLP_LPS_PCI); in clp_query_pci_fn() 245 rc = clp_req(rrb, CLP_LPS_PCI); in clp_set_pci_fn() 284 rc = clp_req(rrb, CLP_LPS_PCI); in clp_setup_writeback_mio() 346 rc = clp_req(rrb, CLP_LPS_PCI); in clp_list_pci() 465 static int clp_base_slpc(struct clp_req *req, struct clp_req_rsp_slpc *lpcb) in clp_base_slpc() 472 return clp_req(lpcb, CLP_LPS_BASE) ? -EOPNOTSUPP : 0; in clp_base_slpc() 475 static int clp_base_command(struct clp_req *req, struct clp_req_hdr *lpcb) in clp_base_command() 485 static int clp_pci_slpc(struct clp_req *re [all...] |
/kernel/linux/linux-6.6/arch/s390/pci/ |
H A 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 *re [all...] |
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
H A D | clp.h | 15 struct clp_req { struct 27 #define CLP_SYNC _IOWR(CLP_IOCTL_MAGIC, 0xC1, struct clp_req)
|
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
H A D | clp.h | 15 struct clp_req { struct 27 #define CLP_SYNC _IOWR(CLP_IOCTL_MAGIC, 0xC1, struct clp_req)
|
Completed in 3 milliseconds