/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | cio_inject.c | 88 u32 slct, oflw, chn, rsc, anc, erc, rsid; in crw_inject_write() local 103 &erc, &rsid); in crw_inject_write() 107 pr_warn("crw_inject: Invalid format (need <solicited> <overflow> <chaining> <rsc> <ancillary> <erc> <rsid>)\n"); in crw_inject_write() 117 crw.erc = erc; in crw_inject_write()
|
H A D | crw.c | 85 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n", in crw_collect_info() 88 tmp_crw.erc, tmp_crw.rsid); in crw_collect_info() 100 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n", in crw_collect_info() 102 crw[chain].rsc, crw[chain].anc, crw[chain].erc, in crw_collect_info()
|
H A D | trace.h | 370 __field(u8, erc) 381 __entry->erc = crw->erc; 384 TP_printk("cc=%d slct=%d oflw=%d chn=%d rsc=%d anc=%d erc=0x%x " 388 __entry->erc, __entry->rsid
|
H A D | vfio_ccw_drv.c | 274 unsigned int erc, in vfio_ccw_queue_crw() 292 crw->crw.erc = erc; in vfio_ccw_queue_crw() 272 vfio_ccw_queue_crw(struct vfio_ccw_private *private, unsigned int rsc, unsigned int erc, unsigned int rsid) vfio_ccw_queue_crw() argument
|
H A D | chp.c | 590 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n", in chp_process_crw() 592 crw0->erc, crw0->rsid); in chp_process_crw() 605 switch (crw0->erc) { in chp_process_crw() 616 CIO_CRW_EVENT(2, "Don't know how to handle erc=%x\n", in chp_process_crw() 617 crw0->erc); in chp_process_crw()
|
H A D | css.c | 833 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n", in css_process_crw() 835 crw0->erc, crw0->rsid); in css_process_crw() 838 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n", in css_process_crw() 840 crw1->anc, crw1->erc, crw1->rsid); in css_process_crw() 846 if (crw0->erc == CRW_ERC_PMOD) { in css_process_crw()
|
H A D | chsc.c | 731 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n", in chsc_process_crw() 733 crw0->erc, crw0->rsid); in chsc_process_crw()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | crw.c | 86 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n", in crw_collect_info() 89 tmp_crw.erc, tmp_crw.rsid); in crw_collect_info() 101 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n", in crw_collect_info() 103 crw[chain].rsc, crw[chain].anc, crw[chain].erc, in crw_collect_info()
|
H A D | trace.h | 372 __field(u8, erc) 383 __entry->erc = crw->erc; 386 TP_printk("cc=%d slct=%d oflw=%d chn=%d rsc=%d anc=%d erc=0x%x " 390 __entry->erc, __entry->rsid
|
H A D | vfio_ccw_drv.c | 304 unsigned int erc, in vfio_ccw_queue_crw() 322 crw->crw.erc = erc; in vfio_ccw_queue_crw() 302 vfio_ccw_queue_crw(struct vfio_ccw_private *private, unsigned int rsc, unsigned int erc, unsigned int rsid) vfio_ccw_queue_crw() argument
|
H A D | chp.c | 575 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n", in chp_process_crw() 577 crw0->erc, crw0->rsid); in chp_process_crw() 590 switch (crw0->erc) { in chp_process_crw() 601 CIO_CRW_EVENT(2, "Don't know how to handle erc=%x\n", in chp_process_crw() 602 crw0->erc); in chp_process_crw()
|
H A D | css.c | 838 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n", in css_process_crw() 840 crw0->erc, crw0->rsid); in css_process_crw() 843 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n", in css_process_crw() 845 crw1->anc, crw1->erc, crw1->rsid); in css_process_crw() 851 if (crw0->erc == CRW_ERC_PMOD) { in css_process_crw()
|
H A D | chsc.c | 687 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n", in chsc_process_crw() 689 crw0->erc, crw0->rsid); in chsc_process_crw()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | crw.h | 27 __u32 erc : 6; /* error-recovery code */ member
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | crw.h | 26 __u32 erc : 6; /* error-recovery code */ member
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | fib_tests.sh | 516 local erc=$2 537 log_test $rc $erc "$desc"
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | fib_tests.sh | 520 local erc=$2 541 log_test $rc $erc "$desc"
|