dump_cmd 1161 drivers/net/ethernet/i825xx/sun3_82586.c struct dump_cmd_struct *dump_cmd = (struct dump_cmd_struct *) ptr; dump_cmd 1169 drivers/net/ethernet/i825xx/sun3_82586.c dump_cmd->cmd_status = 0; dump_cmd 1170 drivers/net/ethernet/i825xx/sun3_82586.c dump_cmd->cmd_cmd = CMD_DUMP | CMD_LAST; dump_cmd 1171 drivers/net/ethernet/i825xx/sun3_82586.c dump_cmd->dump_offset = make16((dump_cmd + 1)); dump_cmd 1172 drivers/net/ethernet/i825xx/sun3_82586.c dump_cmd->cmd_link = 0xffff; dump_cmd 1174 drivers/net/ethernet/i825xx/sun3_82586.c p->scb->cbl_offset = make16(dump_cmd); dump_cmd 1177 drivers/net/ethernet/i825xx/sun3_82586.c WAIT_4_STAT_COMPL(dump_cmd); dump_cmd 1179 drivers/net/ethernet/i825xx/sun3_82586.c if( (dump_cmd->cmd_status & (STAT_COMPL|STAT_OK)) != (STAT_COMPL|STAT_OK) ) dump_cmd 1183 drivers/net/ethernet/i825xx/sun3_82586.c printk("%02x ",(int) ((unsigned char *) (dump_cmd + 1))[i]);