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

/linux-4.4.14/drivers/net/ethernet/intel/
H A De100.c432 cb_el = 0x8000, enumerator in enum:cb_command
1361 cb->command = cpu_to_le16(cb_ucode | cb_el); e100_setup_ucode()
2008 if ((le16_to_cpu(rfd->command) & cb_el) && e100_rx_indicate()
2036 if ((le16_to_cpu(rfd->command) & cb_el) && e100_rx_indicate()
2128 new_before_last_rfd->command |= cpu_to_le16(cb_el); e100_rx_clean()
2136 old_before_last_rfd->command &= ~cpu_to_le16(cb_el); e100_rx_clean()
2207 before_last->command |= cpu_to_le16(cb_el); e100_rx_alloc_list()

Completed in 67 milliseconds