tdr_cmd 322 drivers/net/ethernet/i825xx/82596.c struct tdr_cmd tdr_cmd; tdr_cmd 719 drivers/net/ethernet/i825xx/82596.c lp->tdr_cmd.cmd.command = CmdTDR; tdr_cmd 720 drivers/net/ethernet/i825xx/82596.c i596_add_cmd(dev, &lp->tdr_cmd.cmd); tdr_cmd 1320 drivers/net/ethernet/i825xx/82596.c unsigned short status = ((struct tdr_cmd *)ptr)->status; tdr_cmd 306 drivers/net/ethernet/i825xx/lib82596.c struct tdr_cmd tdr_cmd __attribute__((aligned(32))); tdr_cmd 615 drivers/net/ethernet/i825xx/lib82596.c dma->tdr_cmd.cmd.command = SWAP16(CmdTDR); tdr_cmd 616 drivers/net/ethernet/i825xx/lib82596.c DMA_WBACK(dev, &(dma->tdr_cmd), sizeof(struct tdr_cmd)); tdr_cmd 617 drivers/net/ethernet/i825xx/lib82596.c i596_add_cmd(dev, &dma->tdr_cmd.cmd); tdr_cmd 1204 drivers/net/ethernet/i825xx/lib82596.c unsigned short status = SWAP16(((struct tdr_cmd *)ptr)->status); tdr_cmd 411 drivers/net/ethernet/i825xx/sun3_82586.c volatile struct tdr_cmd_struct *tdr_cmd; tdr_cmd 485 drivers/net/ethernet/i825xx/sun3_82586.c tdr_cmd = (struct tdr_cmd_struct *)ptr; tdr_cmd 487 drivers/net/ethernet/i825xx/sun3_82586.c tdr_cmd->cmd_status = 0; tdr_cmd 488 drivers/net/ethernet/i825xx/sun3_82586.c tdr_cmd->cmd_cmd = swab16(CMD_TDR | CMD_LAST); tdr_cmd 489 drivers/net/ethernet/i825xx/sun3_82586.c tdr_cmd->cmd_link = 0xffff; tdr_cmd 490 drivers/net/ethernet/i825xx/sun3_82586.c tdr_cmd->status = 0; tdr_cmd 492 drivers/net/ethernet/i825xx/sun3_82586.c p->scb->cbl_offset = make16(tdr_cmd); tdr_cmd 496 drivers/net/ethernet/i825xx/sun3_82586.c WAIT_4_STAT_COMPL(tdr_cmd); tdr_cmd 498 drivers/net/ethernet/i825xx/sun3_82586.c if(!(swab16(tdr_cmd->cmd_status) & STAT_COMPL)) tdr_cmd 505 drivers/net/ethernet/i825xx/sun3_82586.c result = swab16(tdr_cmd->status);