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

/drivers/net/ethernet/intel/
H A De100.c432 cb_el = 0x8000, enumerator in enum:cb_command
1338 cb->command = cpu_to_le16(cb_ucode | cb_el);
1971 if ((le16_to_cpu(rfd->command) & cb_el) &&
1999 if ((le16_to_cpu(rfd->command) & cb_el) &&
2091 new_before_last_rfd->command |= cpu_to_le16(cb_el);
2099 old_before_last_rfd->command &= ~cpu_to_le16(cb_el);
2170 before_last->command |= cpu_to_le16(cb_el);

Completed in 1184 milliseconds