Searched refs:resume_token (Results 1 – 4 of 4) sorted by relevance
/linux/arch/s390/pci/ |
H A D | pci_clp.c | 346 u64 *resume_token, int *nentries) in clp_list_pci_req() argument 355 rrb->request.resume_token = *resume_token; in clp_list_pci_req() 371 *resume_token = rrb->response.resume_token; in clp_list_pci_req() 379 u64 resume_token = 0; in clp_list_pci() local 383 rc = clp_list_pci_req(rrb, &resume_token, &nentries); in clp_list_pci() 388 } while (resume_token); in clp_list_pci() 397 u64 resume_token = 0; in clp_find_pci() local 401 rc = clp_list_pci_req(rrb, &resume_token, &nentries); in clp_find_pci() 411 } while (resume_token); in clp_find_pci()
|
/linux/arch/s390/include/asm/ |
H A D | chsc.h | 40 struct chsc_pnso_resume_token resume_token; member 62 struct chsc_pnso_resume_token resume_token; member
|
H A D | ccwdev.h | 233 struct chsc_pnso_resume_token resume_token, int cnc);
|
/linux/drivers/s390/net/ |
H A D | qeth_l2_main.c | 567 rc = ccw_device_pnso(ddev, rr, oc, rr->naihdr.resume_token, in qeth_l2_pnso() 595 (rr->naihdr.resume_token.t1 || rr->naihdr.resume_token.t2))); in qeth_l2_pnso()
|