Home
last modified time | relevance | path

Searched refs:erc (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-6.6/drivers/s390/cio/
H A Dcio_inject.c88 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 Dcrw.c85 "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 Dtrace.h370 __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 Dvfio_ccw_drv.c274 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 Dchp.c590 "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 Dcss.c833 "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 Dchsc.c731 "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 Dcrw.c86 "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 Dtrace.h372 __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 Dvfio_ccw_drv.c304 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 Dchp.c575 "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 Dcss.c838 "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 Dchsc.c687 "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 Dcrw.h27 __u32 erc : 6; /* error-recovery code */ member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dcrw.h26 __u32 erc : 6; /* error-recovery code */ member
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dfib_tests.sh516 local erc=$2
537 log_test $rc $erc "$desc"
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dfib_tests.sh520 local erc=$2
541 log_test $rc $erc "$desc"

Completed in 19 milliseconds