Searched refs:naihdr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | chsc.h | 65 struct chsc_pnso_naihdr naihdr; member
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | chsc.h | 65 struct chsc_pnso_naihdr naihdr; member
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_l2_main.c | 617 /* on the first iteration, naihdr.resume_token will be zero */ in qeth_l2_pnso() 618 rc = ccw_device_pnso(ddev, rr, oc, rr->naihdr.resume_token, in qeth_l2_pnso() 625 size = rr->naihdr.naids; in qeth_l2_pnso() 634 if (!isfirstblock && (rr->naihdr.instance != prev_instance)) { in qeth_l2_pnso() 641 prev_instance = rr->naihdr.instance; in qeth_l2_pnso() 646 (rr->naihdr.resume_token.t1 || rr->naihdr.resume_token.t2))); in qeth_l2_pnso()
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l2_main.c | 566 /* on the first iteration, naihdr.resume_token will be zero */ in qeth_l2_pnso() 567 rc = ccw_device_pnso(ddev, rr, oc, rr->naihdr.resume_token, in qeth_l2_pnso() 574 size = rr->naihdr.naids; in qeth_l2_pnso() 583 if (!isfirstblock && (rr->naihdr.instance != prev_instance)) { in qeth_l2_pnso() 590 prev_instance = rr->naihdr.instance; in qeth_l2_pnso() 595 (rr->naihdr.resume_token.t1 || rr->naihdr.resume_token.t2))); in qeth_l2_pnso()
|
Completed in 8 milliseconds