Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dsundance.c474 u32 frame_status = le32_to_cpu(rx_ring[entry].status); in sundance_poll() local
478 if (!(frame_status & DescOwn)) in sundance_poll()
488 pkt_len = frame_status & 0x1fff; in sundance_poll()
490 if (frame_status & 0x001f4000) { in sundance_poll()