Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/slicoss/
Dslicoss.c1952 if (hdr->frame_statusGB & VGBSTAT_XPERR) { in slic_rcv_handle_error()
1953 u32 xerr = hdr->frame_statusGB >> VGBSTAT_XERRSHFT; in slic_rcv_handle_error()
1962 if (hdr->frame_statusGB & VGBSTAT_NETERR) { in slic_rcv_handle_error()
1965 frame_statusGB >> VGBSTAT_NERRSHFT) & in slic_rcv_handle_error()
1974 if (hdr->frame_statusGB & VGBSTAT_LNKERR) { in slic_rcv_handle_error()
1975 u32 lerr = hdr->frame_statusGB & VGBSTAT_LERRMSK; in slic_rcv_handle_error()
Dslichw.h259 #define frame_statusGB u0.hdrs_gbit.frame_status macro