Searched refs:lpcb (Results 1 – 1 of 1) sorted by relevance
/linux/arch/s390/pci/ |
H A D | pci_clp.c | 73 * Call Logical Processor with c=0, the give constant lps and an lpcb request. 494 static int clp_base_slpc(struct clp_req *req, struct clp_req_rsp_slpc *lpcb) in clp_base_slpc() argument 496 unsigned long limit = PAGE_SIZE - sizeof(lpcb->request); in clp_base_slpc() 498 if (lpcb->request.hdr.len != sizeof(lpcb->request) || in clp_base_slpc() 499 lpcb->response.hdr.len > limit) in clp_base_slpc() 501 return clp_req(lpcb, CLP_LPS_BASE) ? -EOPNOTSUPP : 0; in clp_base_slpc() 504 static int clp_base_command(struct clp_req *req, struct clp_req_hdr *lpcb) in clp_base_command() argument 506 switch (lpcb->cmd) { in clp_base_command() 508 return clp_base_slpc(req, (void *) lpcb); in clp_base_command() 514 clp_pci_slpc(struct clp_req * req,struct clp_req_rsp_slpc_pci * lpcb) clp_pci_slpc() argument 524 clp_pci_list(struct clp_req * req,struct clp_req_rsp_list_pci * lpcb) clp_pci_list() argument 537 clp_pci_query(struct clp_req * req,struct clp_req_rsp_query_pci * lpcb) clp_pci_query() argument 550 clp_pci_query_grp(struct clp_req * req,struct clp_req_rsp_query_pci_grp * lpcb) clp_pci_query_grp() argument 563 clp_pci_command(struct clp_req * req,struct clp_req_hdr * lpcb) clp_pci_command() argument 581 struct clp_req_hdr *lpcb; clp_normal_command() local [all...] |