Searched refs:lerr (Results 1 – 2 of 2) sorted by relevance
525 u32 lerr = status & SLIC_VGBSTAT_LERRMSK; in slic_handle_frame_error() local527 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()
124 #define XGENE_DMA_DESC_STATUS(elerr, lerr) \ argument125 (((elerr) << 4) | (lerr))