Searched refs:erc (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/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() 117 crw.erc = erc; in crw_inject_write()
|
H A D | crw.c | 88 tmp_crw.erc, tmp_crw.rsid); 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; 388 __entry->erc, __entry->rsid
|
H A D | vfio_ccw_drv.c | 274 unsigned int erc, in vfio_ccw_queue_crw() argument 292 crw->crw.erc = erc; in vfio_ccw_queue_crw()
|
H A D | chp.c | 592 crw0->erc, crw0->rsid); in chp_process_crw() 605 switch (crw0->erc) { in chp_process_crw() 617 crw0->erc); in chp_process_crw()
|
H A D | css.c | 835 crw0->erc, crw0->rsid); 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 | 733 crw0->erc, crw0->rsid); in chsc_process_crw()
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | crw.h | 26 __u32 erc : 6; /* error-recovery code */ member
|
/openbmc/qemu/hw/s390x/ |
H A D | trace-events | 5 css_crw(uint8_t rsc, uint8_t erc, uint16_t rsid, const char *chained) "CSS: queueing crw: rsc=0x%x,…
|
H A D | css.c | 2319 void css_queue_crw(uint8_t rsc, uint8_t erc, int solicited, in css_queue_crw() argument 2324 crw.flags = (rsc << 8) | erc; in css_queue_crw()
|
/openbmc/qemu/include/hw/s390x/ |
H A D | css.h | 212 void css_queue_crw(uint8_t rsc, uint8_t erc, int solicited,
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fib_tests.sh | 520 local erc=$2 541 log_test $rc $erc "$desc"
|