Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/slicoss/
Dslicoss.c1971 if (hdr->frame_statusGB & VGBSTAT_XPERR) { in slic_rcv_handle_error()
1972 u32 xerr = hdr->frame_statusGB >> VGBSTAT_XERRSHFT; in slic_rcv_handle_error()
1981 if (hdr->frame_statusGB & VGBSTAT_NETERR) { in slic_rcv_handle_error()
1984 frame_statusGB >> VGBSTAT_NERRSHFT) & in slic_rcv_handle_error()
1993 if (hdr->frame_statusGB & VGBSTAT_LNKERR) { in slic_rcv_handle_error()
1994 u32 lerr = hdr->frame_statusGB & VGBSTAT_LERRMSK; in slic_rcv_handle_error()
Dslichw.h259 #define frame_statusGB u0.hdrs_gbit.frame_status macro