Searched refs:resume_token (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/arch/s390/pci/ |
| D | pci_clp.c | 328 u64 *resume_token, int *nentries) in clp_list_pci_req() argument 337 rrb->request.resume_token = *resume_token; in clp_list_pci_req() 353 *resume_token = rrb->response.resume_token; in clp_list_pci_req() 361 u64 resume_token = 0; in clp_list_pci() local 365 rc = clp_list_pci_req(rrb, &resume_token, &nentries); in clp_list_pci() 370 } while (resume_token); in clp_list_pci() 379 u64 resume_token = 0; in clp_find_pci() local 383 rc = clp_list_pci_req(rrb, &resume_token, &nentries); in clp_find_pci() 393 } while (resume_token); in clp_find_pci()
|
| /Linux-v5.15/arch/s390/include/asm/ |
| D | chsc.h | 37 struct chsc_pnso_resume_token resume_token; member 59 struct chsc_pnso_resume_token resume_token; member
|
| D | pci_clp.h | 71 u64 resume_token; member 78 u64 resume_token; member
|
| D | ccwdev.h | 231 struct chsc_pnso_resume_token resume_token, int cnc);
|
| /Linux-v5.15/drivers/s390/cio/ |
| D | chsc.h | 210 u8 oc, struct chsc_pnso_resume_token resume_token, int cnc);
|
| D | device_ops.c | 727 struct chsc_pnso_resume_token resume_token, int cnc) in ccw_device_pnso() argument 732 return chsc_pnso(schid, pnso_area, oc, resume_token, cnc); in ccw_device_pnso()
|
| D | chsc.c | 1420 u8 oc, struct chsc_pnso_resume_token resume_token, int cnc) in chsc_pnso() argument 1430 pnso_area->resume_token = resume_token; in chsc_pnso()
|
| /Linux-v5.15/drivers/s390/net/ |
| D | qeth_l2_main.c | 575 rc = ccw_device_pnso(ddev, rr, oc, rr->naihdr.resume_token, in qeth_l2_pnso() 603 (rr->naihdr.resume_token.t1 || rr->naihdr.resume_token.t2))); in qeth_l2_pnso()
|