tmp_tx           1362 drivers/net/ethernet/dec/tulip/dmfe.c 	struct tx_desc *tmp_tx;
tmp_tx           1390 drivers/net/ethernet/dec/tulip/dmfe.c 	for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) {
tmp_tx           1391 drivers/net/ethernet/dec/tulip/dmfe.c 		tmp_tx->tx_buf_ptr = tmp_buf;
tmp_tx           1392 drivers/net/ethernet/dec/tulip/dmfe.c 		tmp_tx->tdes0 = cpu_to_le32(0);
tmp_tx           1393 drivers/net/ethernet/dec/tulip/dmfe.c 		tmp_tx->tdes1 = cpu_to_le32(0x81000000);	/* IC, chain */
tmp_tx           1394 drivers/net/ethernet/dec/tulip/dmfe.c 		tmp_tx->tdes2 = cpu_to_le32(tmp_buf_dma);
tmp_tx           1396 drivers/net/ethernet/dec/tulip/dmfe.c 		tmp_tx->tdes3 = cpu_to_le32(tmp_tx_dma);
tmp_tx           1397 drivers/net/ethernet/dec/tulip/dmfe.c 		tmp_tx->next_tx_desc = tmp_tx + 1;
tmp_tx           1401 drivers/net/ethernet/dec/tulip/dmfe.c 	(--tmp_tx)->tdes3 = cpu_to_le32(db->first_tx_desc_dma);
tmp_tx           1402 drivers/net/ethernet/dec/tulip/dmfe.c 	tmp_tx->next_tx_desc = db->first_tx_desc;
tmp_tx           1300 drivers/net/ethernet/dec/tulip/uli526x.c 	struct tx_desc *tmp_tx;
tmp_tx           1325 drivers/net/ethernet/dec/tulip/uli526x.c 	for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) {
tmp_tx           1326 drivers/net/ethernet/dec/tulip/uli526x.c 		tmp_tx->tx_buf_ptr = tmp_buf;
tmp_tx           1327 drivers/net/ethernet/dec/tulip/uli526x.c 		tmp_tx->tdes0 = cpu_to_le32(0);
tmp_tx           1328 drivers/net/ethernet/dec/tulip/uli526x.c 		tmp_tx->tdes1 = cpu_to_le32(0x81000000);	/* IC, chain */
tmp_tx           1329 drivers/net/ethernet/dec/tulip/uli526x.c 		tmp_tx->tdes2 = cpu_to_le32(tmp_buf_dma);
tmp_tx           1331 drivers/net/ethernet/dec/tulip/uli526x.c 		tmp_tx->tdes3 = cpu_to_le32(tmp_tx_dma);
tmp_tx           1332 drivers/net/ethernet/dec/tulip/uli526x.c 		tmp_tx->next_tx_desc = tmp_tx + 1;
tmp_tx           1336 drivers/net/ethernet/dec/tulip/uli526x.c 	(--tmp_tx)->tdes3 = cpu_to_le32(db->first_tx_desc_dma);
tmp_tx           1337 drivers/net/ethernet/dec/tulip/uli526x.c 	tmp_tx->next_tx_desc = db->first_tx_desc;