Home
last modified time | relevance | path

Searched refs:tmp_tx (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
Duli526x.c1262 struct tx_desc *tmp_tx; in uli526x_descriptor_init() local
1287 for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) { in uli526x_descriptor_init()
1288 tmp_tx->tx_buf_ptr = tmp_buf; in uli526x_descriptor_init()
1289 tmp_tx->tdes0 = cpu_to_le32(0); in uli526x_descriptor_init()
1290 tmp_tx->tdes1 = cpu_to_le32(0x81000000); /* IC, chain */ in uli526x_descriptor_init()
1291 tmp_tx->tdes2 = cpu_to_le32(tmp_buf_dma); in uli526x_descriptor_init()
1293 tmp_tx->tdes3 = cpu_to_le32(tmp_tx_dma); in uli526x_descriptor_init()
1294 tmp_tx->next_tx_desc = tmp_tx + 1; in uli526x_descriptor_init()
1298 (--tmp_tx)->tdes3 = cpu_to_le32(db->first_tx_desc_dma); in uli526x_descriptor_init()
1299 tmp_tx->next_tx_desc = db->first_tx_desc; in uli526x_descriptor_init()
Ddmfe.c1356 struct tx_desc *tmp_tx; in dmfe_descriptor_init() local
1384 for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) { in dmfe_descriptor_init()
1385 tmp_tx->tx_buf_ptr = tmp_buf; in dmfe_descriptor_init()
1386 tmp_tx->tdes0 = cpu_to_le32(0); in dmfe_descriptor_init()
1387 tmp_tx->tdes1 = cpu_to_le32(0x81000000); /* IC, chain */ in dmfe_descriptor_init()
1388 tmp_tx->tdes2 = cpu_to_le32(tmp_buf_dma); in dmfe_descriptor_init()
1390 tmp_tx->tdes3 = cpu_to_le32(tmp_tx_dma); in dmfe_descriptor_init()
1391 tmp_tx->next_tx_desc = tmp_tx + 1; in dmfe_descriptor_init()
1395 (--tmp_tx)->tdes3 = cpu_to_le32(db->first_tx_desc_dma); in dmfe_descriptor_init()
1396 tmp_tx->next_tx_desc = db->first_tx_desc; in dmfe_descriptor_init()