next_tx_cmd       336 drivers/net/ethernet/i825xx/82596.c 	int next_tx_cmd;
next_tx_cmd      1067 drivers/net/ethernet/i825xx/82596.c 	tx_cmd = lp->tx_cmds + lp->next_tx_cmd;
next_tx_cmd      1068 drivers/net/ethernet/i825xx/82596.c 	tbd = lp->tbds + lp->next_tx_cmd;
next_tx_cmd      1077 drivers/net/ethernet/i825xx/82596.c 		if (++lp->next_tx_cmd == TX_RING_SIZE)
next_tx_cmd      1078 drivers/net/ethernet/i825xx/82596.c 			lp->next_tx_cmd = 0;
next_tx_cmd       324 drivers/net/ethernet/i825xx/lib82596.c 	int next_tx_cmd;
next_tx_cmd       988 drivers/net/ethernet/i825xx/lib82596.c 	tx_cmd = lp->dma->tx_cmds + lp->next_tx_cmd;
next_tx_cmd       989 drivers/net/ethernet/i825xx/lib82596.c 	tbd = lp->dma->tbds + lp->next_tx_cmd;
next_tx_cmd       999 drivers/net/ethernet/i825xx/lib82596.c 		if (++lp->next_tx_cmd == TX_RING_SIZE)
next_tx_cmd      1000 drivers/net/ethernet/i825xx/lib82596.c 			lp->next_tx_cmd = 0;