Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/
De100.c404 cb_el = 0x8000, enumerator
1333 cb->command = cpu_to_le16(cb_ucode | cb_el); in e100_setup_ucode()
1979 if ((le16_to_cpu(rfd->command) & cb_el) && in e100_rx_indicate()
2007 if ((le16_to_cpu(rfd->command) & cb_el) && in e100_rx_indicate()
2099 new_before_last_rfd->command |= cpu_to_le16(cb_el); in e100_rx_clean()
2107 old_before_last_rfd->command &= ~cpu_to_le16(cb_el); in e100_rx_clean()
2178 before_last->command |= cpu_to_le16(cb_el); in e100_rx_alloc_list()