Home
last modified time | relevance | path

Searched refs:lerr (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/alacritech/
H A Dslicoss.c525 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()
/linux/drivers/gpu/drm/xe/
H A Dxe_bo.c1786 long lerr; in xe_bo_wait_usage_kernel() local
1792 lerr = dma_resv_wait_timeout(bo->ttm.base.resv, DMA_RESV_USAGE_KERNEL, in xe_bo_wait_usage_kernel()
1794 if (lerr < 0) in xe_bo_wait_usage_kernel()
1795 return lerr; in xe_bo_wait_usage_kernel()
1796 if (lerr == 0) in xe_bo_wait_usage_kernel()