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

/linux-master/drivers/s390/cio/
H A Dcio_inject.c88 u32 slct, oflw, chn, rsc, anc, erc, rsid; local
103 &erc, &rsid);
107 pr_warn("crw_inject: Invalid format (need <solicited> <overflow> <chaining> <rsc> <ancillary> <erc> <rsid>)\n");
117 crw.erc = erc;
H A Dcrw.c85 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n",
88 tmp_crw.erc, tmp_crw.rsid);
100 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n",
102 crw[chain].rsc, crw[chain].anc, crw[chain].erc,
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,
292 crw->crw.erc = erc;
272 vfio_ccw_queue_crw(struct vfio_ccw_private *private, unsigned int rsc, unsigned int erc, unsigned int rsid) argument
H A Dchp.c590 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n",
592 crw0->erc, crw0->rsid);
605 switch (crw0->erc) {
616 CIO_CRW_EVENT(2, "Don't know how to handle erc=%x\n",
617 crw0->erc);
H A Dcss.c822 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n",
824 crw0->erc, crw0->rsid);
827 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n",
829 crw1->anc, crw1->erc, crw1->rsid);
835 if (crw0->erc == CRW_ERC_PMOD) {
H A Dchsc.c731 "chn=%d, rsc=%X, anc=%d, erc=%X, rsid=%X\n",
733 crw0->erc, crw0->rsid);
/linux-master/arch/s390/include/asm/
H A Dcrw.h26 __u32 erc : 6; /* error-recovery code */ member in struct:crw
/linux-master/tools/testing/selftests/net/
H A Dfib_tests.sh512 local erc=$2
533 log_test $rc $erc "$desc"

Completed in 159 milliseconds