Home
last modified time | relevance | path

Searched refs:erc (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/drivers/s390/cio/
Dcio_inject.c88 u32 slct, oflw, chn, rsc, anc, erc, rsid; in crw_inject_write() local
103 &erc, &rsid); in crw_inject_write()
117 crw.erc = erc; in crw_inject_write()
Dcrw.c88 tmp_crw.erc, tmp_crw.rsid); in crw_collect_info()
102 crw[chain].rsc, crw[chain].anc, crw[chain].erc, in crw_collect_info()
Dtrace.h370 __field(u8, erc)
381 __entry->erc = crw->erc;
388 __entry->erc, __entry->rsid
Dvfio_ccw_drv.c301 unsigned int erc, in vfio_ccw_queue_crw() argument
319 crw->crw.erc = erc; in vfio_ccw_queue_crw()
Dchp.c592 crw0->erc, crw0->rsid); in chp_process_crw()
605 switch (crw0->erc) { in chp_process_crw()
617 crw0->erc); in chp_process_crw()
Dcss.c824 crw0->erc, crw0->rsid); in css_process_crw()
829 crw1->anc, crw1->erc, crw1->rsid); in css_process_crw()
835 if (crw0->erc == CRW_ERC_PMOD) { in css_process_crw()
Dchsc.c733 crw0->erc, crw0->rsid); in chsc_process_crw()
/linux-6.1.9/arch/s390/include/asm/
Dcrw.h26 __u32 erc : 6; /* error-recovery code */ member
/linux-6.1.9/tools/testing/selftests/net/
Dfib_tests.sh516 local erc=$2
537 log_test $rc $erc "$desc"