Searched refs:RTASE_RX_LAST_FRAG (Results 1 – 2 of 2) sorted by relevance
240 #define RTASE_RX_LAST_FRAG BIT(24) /* Rx Final segment of a packet */ macro
445 return (status & (RTASE_RX_FIRST_FRAG | RTASE_RX_LAST_FRAG)) != in rtase_fragmented_frame()446 (RTASE_RX_FIRST_FRAG | RTASE_RX_LAST_FRAG); in rtase_fragmented_frame()
Completed in 52 milliseconds