Searched refs:cfg_cmd (Results 1 – 1 of 1) sorted by relevance
481 struct descriptor *ias_cmd, *cfg_cmd; in eepro100_init() local524 cfg_cmd = (struct descriptor *) &tx_ring[tx_cur]; in eepro100_init()525 cfg_cmd->command = cpu_to_le16 ((CONFIG_SYS_CMD_SUSPEND | CONFIG_SYS_CMD_CONFIGURE)); in eepro100_init()526 cfg_cmd->status = 0; in eepro100_init()527 cfg_cmd->link = cpu_to_le32 (phys_to_bus ((u32) & tx_ring[tx_next])); in eepro100_init()529 memcpy (cfg_cmd->params, i82558_config_cmd, in eepro100_init()