Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/arc/
H A Demac_main.c104 #define FIRST_OR_LAST_MASK (FIRST_MASK | LAST_MASK) macro
139 } else if (likely(info & FIRST_OR_LAST_MASK)) { in arc_emac_tx_clean()
198 if (unlikely((info & FIRST_OR_LAST_MASK) != in arc_emac_rx()
199 FIRST_OR_LAST_MASK)) { in arc_emac_rx()
719 *info = cpu_to_le32(FOR_EMAC | FIRST_OR_LAST_MASK | len); in arc_emac_tx()