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.c1903 long lerr; in should_migrate_to_smem()
1909 lerr = dma_resv_wait_timeout(bo->ttm.base.resv, DMA_RESV_USAGE_KERNEL, in xe_bo_wait_usage_kernel()
1911 if (lerr < 0) in xe_bo_wait_usage_kernel()
1912 return lerr; in xe_bo_wait_usage_kernel()
1913 if (lerr == 0) in xe_bo_wait_usage_kernel()
1910 long lerr; xe_bo_wait_usage_kernel() local