Searched refs:lerr (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/s390x/ |
H A D | s390-skeys.c | 152 Error *lerr = NULL; in qmp_dump_skeys() local 204 write_keys(f, buf, gfn, cur_pages, &lerr); in qmp_dump_skeys() 205 if (lerr) { in qmp_dump_skeys() 216 error_propagate(errp, lerr); in qmp_dump_skeys()
|
/openbmc/qemu/hw/audio/ |
H A D | cs4231a.c | 60 #define lerr(...) AUD_log ("cs4231a", "error: " __VA_ARGS__) macro 287 lerr ("unsupported frequency (val=%#x)\n", val); in cs_reset_voices() 322 lerr ("attempt to use reserved format value (%#x)\n", val); in cs_reset_voices() 326 lerr ("ADPCM 4 bit IMA compatible format is not supported\n"); in cs_reset_voices() 488 lerr ("timer is not yet supported\n"); in cs_write()
|
/openbmc/linux/drivers/net/ethernet/alacritech/ |
H A D | slicoss.c | 525 u32 lerr = status & SLIC_VGBSTAT_LERRMSK; in slic_handle_frame_error() local 527 if (lerr == SLIC_VGBSTAT_LDEARLY) in slic_handle_frame_error() 529 if (lerr == SLIC_VGBSTAT_LBOFLO) in slic_handle_frame_error() 531 if (lerr == SLIC_VGBSTAT_LCODERR) in slic_handle_frame_error() 533 if (lerr == SLIC_VGBSTAT_LDBLNBL) in slic_handle_frame_error() 535 if (lerr == SLIC_VGBSTAT_LCRCERR) in slic_handle_frame_error() 537 if (lerr == SLIC_VGBSTAT_LOFLO) in slic_handle_frame_error() 539 if (lerr == SLIC_VGBSTAT_LUFLO) in slic_handle_frame_error()
|
/openbmc/linux/drivers/net/wireless/intersil/orinoco/ |
H A D | wext.c | 606 int lerr; in orinoco_ioctl_getrate() local 609 lerr = orinoco_hw_get_act_bitrate(priv, &act_bitrate); in orinoco_ioctl_getrate() 610 if (!lerr) in orinoco_ioctl_getrate()
|
/openbmc/linux/drivers/dma/ |
H A D | xgene-dma.c | 124 #define XGENE_DMA_DESC_STATUS(elerr, lerr) \ argument 125 (((elerr) << 4) | (lerr))
|