Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/
De100.c407 cb_el = 0x8000, enumerator
1336 cb->command = cpu_to_le16(cb_ucode | cb_el); in e100_setup_ucode()
1982 if ((le16_to_cpu(rfd->command) & cb_el) && in e100_rx_indicate()
2010 if ((le16_to_cpu(rfd->command) & cb_el) && in e100_rx_indicate()
2102 new_before_last_rfd->command |= cpu_to_le16(cb_el); in e100_rx_clean()
2110 old_before_last_rfd->command &= ~cpu_to_le16(cb_el); in e100_rx_clean()
2181 before_last->command |= cpu_to_le16(cb_el); in e100_rx_alloc_list()