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

/linux-master/drivers/net/ethernet/dec/tulip/
H A Ddmfe.c1355 struct tx_desc *tmp_tx; local
1383 for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) {
1384 tmp_tx->tx_buf_ptr = tmp_buf;
1385 tmp_tx->tdes0 = cpu_to_le32(0);
1386 tmp_tx->tdes1 = cpu_to_le32(0x81000000); /* IC, chain */
1387 tmp_tx->tdes2 = cpu_to_le32(tmp_buf_dma);
1389 tmp_tx->tdes3 = cpu_to_le32(tmp_tx_dma);
1390 tmp_tx->next_tx_desc = tmp_tx
[all...]
H A Duli526x.c1265 struct tx_desc *tmp_tx; local
1290 for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) {
1291 tmp_tx->tx_buf_ptr = tmp_buf;
1292 tmp_tx->tdes0 = cpu_to_le32(0);
1293 tmp_tx->tdes1 = cpu_to_le32(0x81000000); /* IC, chain */
1294 tmp_tx->tdes2 = cpu_to_le32(tmp_buf_dma);
1296 tmp_tx->tdes3 = cpu_to_le32(tmp_tx_dma);
1297 tmp_tx->next_tx_desc = tmp_tx
[all...]

Completed in 101 milliseconds