Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/arc/
Demac_main.c108 #define FIRST_OR_LAST_MASK (FIRST_MASK | LAST_MASK) macro
142 } else if (likely(info & FIRST_OR_LAST_MASK)) { in arc_emac_tx_clean()
200 if (unlikely((info & FIRST_OR_LAST_MASK) != in arc_emac_rx()
201 FIRST_OR_LAST_MASK)) { in arc_emac_rx()
717 *info = cpu_to_le32(FOR_EMAC | FIRST_OR_LAST_MASK | len); in arc_emac_tx()