Lines Matching defs:command
36 * cmd_lock serializes accesses to the CSR command register. cb_lock
55 * resume command to continue from the suspend point, or a CU start
56 * command to start at a given position in the ring.
62 * cb_to_use is the next CB to use for queuing a command; cb_to_clean
409 __le16 command;
476 __le16 command;
821 /* Previous command is accepted when SCB clears */
873 cb->command |= cpu_to_le16(cb_s);
875 cb->prev->command &= cpu_to_le16(~cb_s);
881 * possible that we can't schedule the command
883 * let's just queue the command and try again
884 * when another command is scheduled. */
1057 nic->blank_rfd.command = 0;
1075 cb->command = cpu_to_le16(cb_config);
1333 cb->command = cpu_to_le16(cb_ucode | cb_el);
1368 /* if the command failed, or is not OK, notify and return */
1380 cb->command = cpu_to_le16(cb_iaaddr);
1387 cb->command = cpu_to_le16(cb_dump);
1566 cb->command = cpu_to_le16(cb_multi);
1612 * previous command. */
1723 /* Issue a multicast command to workaround a 557 lock up */
1740 cb->command = nic->tx_command;
1753 cb->command |= cpu_to_le16(cb_tx_nc);
1755 cb->command &= ~cpu_to_le16(cb_tx_nc);
1759 cb->command |= cpu_to_le16(cb_i);
1778 Issue a NOP command followed by a 1us delay before
1779 issuing the Tx command. */
1978 if ((le16_to_cpu(rfd->command) & cb_el) &&
2006 if ((le16_to_cpu(rfd->command) & cb_el) &&
2098 new_before_last_rfd->command |= cpu_to_le16(cb_el);
2107 old_before_last_rfd->command &= ~cpu_to_le16(cb_el);
2181 before_last->command |= cpu_to_le16(cb_el);