Symbol: tdr_cmd
drivers/net/ethernet/i825xx/82596.c
1309
unsigned short status = ((struct tdr_cmd *)ptr)->status;
drivers/net/ethernet/i825xx/82596.c
321
struct tdr_cmd tdr_cmd;
drivers/net/ethernet/i825xx/82596.c
718
lp->tdr_cmd.cmd.command = CmdTDR;
drivers/net/ethernet/i825xx/82596.c
719
i596_add_cmd(dev, &lp->tdr_cmd.cmd);
drivers/net/ethernet/i825xx/lib82596.c
1217
unsigned short status = SWAP16(((struct tdr_cmd *)ptr)->status);
drivers/net/ethernet/i825xx/lib82596.c
305
struct tdr_cmd tdr_cmd __attribute__((aligned(32)));
drivers/net/ethernet/i825xx/lib82596.c
642
dma->tdr_cmd.cmd.command = SWAP16(CmdTDR);
drivers/net/ethernet/i825xx/lib82596.c
643
dma_sync_dev(dev, &(dma->tdr_cmd), sizeof(struct tdr_cmd));
drivers/net/ethernet/i825xx/lib82596.c
644
i596_add_cmd(dev, &dma->tdr_cmd.cmd);
drivers/net/ethernet/i825xx/sun3_82586.c
408
volatile struct tdr_cmd_struct *tdr_cmd;
drivers/net/ethernet/i825xx/sun3_82586.c
482
tdr_cmd = (struct tdr_cmd_struct *)ptr;
drivers/net/ethernet/i825xx/sun3_82586.c
484
tdr_cmd->cmd_status = 0;
drivers/net/ethernet/i825xx/sun3_82586.c
485
tdr_cmd->cmd_cmd = swab16(CMD_TDR | CMD_LAST);
drivers/net/ethernet/i825xx/sun3_82586.c
486
tdr_cmd->cmd_link = 0xffff;
drivers/net/ethernet/i825xx/sun3_82586.c
487
tdr_cmd->status = 0;
drivers/net/ethernet/i825xx/sun3_82586.c
489
p->scb->cbl_offset = make16(tdr_cmd);
drivers/net/ethernet/i825xx/sun3_82586.c
493
WAIT_4_STAT_COMPL(tdr_cmd);
drivers/net/ethernet/i825xx/sun3_82586.c
495
if(!(swab16(tdr_cmd->cmd_status) & STAT_COMPL))
drivers/net/ethernet/i825xx/sun3_82586.c
502
result = swab16(tdr_cmd->status);