Searched refs:DECOMP_ERROR (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/hw/misc/ |
H A D | xlnx-versal-cfu.h | 38 FIELD(CFU_ISR, DECOMP_ERROR, 6, 1) 49 FIELD(CFU_IMR, DECOMP_ERROR, 6, 1) 60 FIELD(CFU_IER, DECOMP_ERROR, 6, 1) 71 FIELD(CFU_IDR, DECOMP_ERROR, 6, 1) 82 FIELD(CFU_ITR, DECOMP_ERROR, 6, 1)
|
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_mppe.c | 446 return DECOMP_ERROR; in mppe_decompress() 459 return DECOMP_ERROR; in mppe_decompress() 518 return DECOMP_ERROR; in mppe_decompress() 524 return DECOMP_ERROR; in mppe_decompress() 595 return DECOMP_ERROR; in mppe_decompress()
|
H A D | ppp_deflate.c | 422 return DECOMP_ERROR; in z_decompress() 431 return DECOMP_ERROR; in z_decompress() 498 return DECOMP_ERROR; in z_decompress()
|
H A D | bsd_comp.c | 882 return DECOMP_ERROR; in bsd_decompress()
|
/openbmc/linux/include/linux/ |
H A D | ppp-comp.h | 98 #define DECOMP_ERROR -1 /* error detected before decomp. */ macro
|