Searched refs:DC_RXSTAT_FIRSTFRAG (Results 1 – 2 of 2) sorted by relevance
419 #define DC_RXSTAT_FIRSTFRAG 0x00000200 macro429 #define DC_RXSTAT (DC_RXSTAT_FIRSTFRAG|DC_RXSTAT_LASTFRAG|DC_RXSTAT_OWN)
2743 #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()