Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/
H A De100.c404 cb_el = 0x8000, enumerator
1333 cb->command = cpu_to_le16(cb_ucode | cb_el); in e100_setup_ucode()
1977 if ((le16_to_cpu(rfd->command) & cb_el) && in e100_rx_indicate()
2005 if ((le16_to_cpu(rfd->command) & cb_el) && in e100_rx_indicate()
2097 new_before_last_rfd->command |= cpu_to_le16(cb_el); in e100_rx_clean()
2106 old_before_last_rfd->command &= ~cpu_to_le16(cb_el); in e100_rx_clean()
2180 before_last->command |= cpu_to_le16(cb_el); in e100_rx_alloc_list()