Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/
H A Dif_dcreg.h419 #define DC_RXSTAT_FIRSTFRAG 0x00000200 macro
429 #define DC_RXSTAT (DC_RXSTAT_FIRSTFRAG|DC_RXSTAT_LASTFRAG|DC_RXSTAT_OWN)
H A Dif_dc.c2743 #define DC_WHOLEFRAME (DC_RXSTAT_FIRSTFRAG | DC_RXSTAT_LASTFRAG)
2795 cur_rx->dc_status = htole32(rxstat | DC_RXSTAT_FIRSTFRAG); in dc_pnic_rx_bug_war()
2892 if (rxstat & DC_RXSTAT_FIRSTFRAG) in dc_rxeof()