nop_cmds          156 drivers/net/ethernet/i825xx/sun3_82586.c 	volatile struct nop_cmd_struct *nop_cmds[2];
nop_cmds          158 drivers/net/ethernet/i825xx/sun3_82586.c 	volatile struct nop_cmd_struct *nop_cmds[NUM_XMIT_BUFFS];
nop_cmds          557 drivers/net/ethernet/i825xx/sun3_82586.c 		p->nop_cmds[i] 			= (struct nop_cmd_struct *)ptr;
nop_cmds          558 drivers/net/ethernet/i825xx/sun3_82586.c 		p->nop_cmds[i]->cmd_cmd		= swab16(CMD_NOP);
nop_cmds          559 drivers/net/ethernet/i825xx/sun3_82586.c 		p->nop_cmds[i]->cmd_status 	= 0;
nop_cmds          560 drivers/net/ethernet/i825xx/sun3_82586.c 		p->nop_cmds[i]->cmd_link	= make16((p->nop_cmds[i]));
nop_cmds          566 drivers/net/ethernet/i825xx/sun3_82586.c 		p->nop_cmds[i]			= (struct nop_cmd_struct *)ptr;
nop_cmds          567 drivers/net/ethernet/i825xx/sun3_82586.c 		p->nop_cmds[i]->cmd_cmd		= swab16(CMD_NOP);
nop_cmds          568 drivers/net/ethernet/i825xx/sun3_82586.c 		p->nop_cmds[i]->cmd_status	= 0;
nop_cmds          569 drivers/net/ethernet/i825xx/sun3_82586.c 		p->nop_cmds[i]->cmd_link	= make16((p->nop_cmds[i]));
nop_cmds          594 drivers/net/ethernet/i825xx/sun3_82586.c 		p->xmit_cmds[i]->cmd_link = make16(p->nop_cmds[(i+1)%NUM_XMIT_BUFFS]);
nop_cmds          612 drivers/net/ethernet/i825xx/sun3_82586.c 	p->scb->cbl_offset = make16(p->nop_cmds[0]);
nop_cmds          977 drivers/net/ethernet/i825xx/sun3_82586.c 		printk("%s: X0: %04x N0: %04x N1: %04x %d\n",dev->name,(int)swab16(p->xmit_cmds[0]->cmd_status),(int)swab16(p->nop_cmds[0]->cmd_status),(int)swab16(p->nop_cmds[1]->cmd_status),(int)p->nop_point);
nop_cmds          982 drivers/net/ethernet/i825xx/sun3_82586.c 		p->scb->cbl_offset = make16(p->nop_cmds[p->nop_point]);
nop_cmds         1078 drivers/net/ethernet/i825xx/sun3_82586.c 		p->xmit_cmds[0]->cmd_link	 = p->nop_cmds[next_nop]->cmd_link
nop_cmds         1079 drivers/net/ethernet/i825xx/sun3_82586.c 			= make16((p->nop_cmds[next_nop]));
nop_cmds         1080 drivers/net/ethernet/i825xx/sun3_82586.c 		p->xmit_cmds[0]->cmd_status = p->nop_cmds[next_nop]->cmd_status = 0;
nop_cmds         1082 drivers/net/ethernet/i825xx/sun3_82586.c 		p->nop_cmds[p->nop_point]->cmd_link = make16((p->xmit_cmds[0]));
nop_cmds         1093 drivers/net/ethernet/i825xx/sun3_82586.c 		p->nop_cmds[next_nop]->cmd_link = make16((p->nop_cmds[next_nop]));
nop_cmds         1094 drivers/net/ethernet/i825xx/sun3_82586.c 		p->nop_cmds[next_nop]->cmd_status = 0;
nop_cmds         1096 drivers/net/ethernet/i825xx/sun3_82586.c 		p->nop_cmds[p->xmit_count]->cmd_link = make16((p->xmit_cmds[p->xmit_count]));