ias_cmd 410 drivers/net/ethernet/i825xx/sun3_82586.c volatile struct iasetup_cmd_struct *ias_cmd; ias_cmd 461 drivers/net/ethernet/i825xx/sun3_82586.c ias_cmd = (struct iasetup_cmd_struct *)ptr; ias_cmd 463 drivers/net/ethernet/i825xx/sun3_82586.c ias_cmd->cmd_status = 0; ias_cmd 464 drivers/net/ethernet/i825xx/sun3_82586.c ias_cmd->cmd_cmd = swab16(CMD_IASETUP | CMD_LAST); ias_cmd 465 drivers/net/ethernet/i825xx/sun3_82586.c ias_cmd->cmd_link = 0xffff; ias_cmd 467 drivers/net/ethernet/i825xx/sun3_82586.c memcpy((char *)&ias_cmd->iaddr,(char *) dev->dev_addr,ETH_ALEN); ias_cmd 469 drivers/net/ethernet/i825xx/sun3_82586.c p->scb->cbl_offset = make16(ias_cmd); ias_cmd 474 drivers/net/ethernet/i825xx/sun3_82586.c WAIT_4_STAT_COMPL(ias_cmd); ias_cmd 476 drivers/net/ethernet/i825xx/sun3_82586.c if((swab16(ias_cmd->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_OK|STAT_COMPL)) { ias_cmd 477 drivers/net/ethernet/i825xx/sun3_82586.c printk("%s (82586): individual address setup command failed: %04x\n",dev->name,swab16(ias_cmd->cmd_status));