Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dchsc.h37 struct chsc_pnso_resume_token resume_token; member
59 struct chsc_pnso_resume_token resume_token; member
Dpci_clp.h71 u64 resume_token; member
78 u64 resume_token; member
Dccwdev.h231 struct chsc_pnso_resume_token resume_token, int cnc);
/arch/s390/pci/
Dpci_clp.c330 u64 *resume_token, int *nentries) in clp_list_pci_req() argument
339 rrb->request.resume_token = *resume_token; in clp_list_pci_req()
355 *resume_token = rrb->response.resume_token; in clp_list_pci_req()
363 u64 resume_token = 0; in clp_list_pci() local
367 rc = clp_list_pci_req(rrb, &resume_token, &nentries); in clp_list_pci()
372 } while (resume_token); in clp_list_pci()
381 u64 resume_token = 0; in clp_find_pci() local
385 rc = clp_list_pci_req(rrb, &resume_token, &nentries); in clp_find_pci()
395 } while (resume_token); in clp_find_pci()