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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tulip/
H A Ddmfe.c1346 struct tx_desc *tmp_tx; local
1374 for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) {
1375 tmp_tx->tx_buf_ptr = tmp_buf;
1376 tmp_tx->tdes0 = cpu_to_le32(0);
1377 tmp_tx->tdes1 = cpu_to_le32(0x81000000); /* IC, chain */
1378 tmp_tx->tdes2 = cpu_to_le32(tmp_buf_dma);
1380 tmp_tx->tdes3 = cpu_to_le32(tmp_tx_dma);
1381 tmp_tx->next_tx_desc = tmp_tx
[all...]
H A Duli526x.c1192 struct tx_desc *tmp_tx; local
1217 for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) {
1218 tmp_tx->tx_buf_ptr = tmp_buf;
1219 tmp_tx->tdes0 = cpu_to_le32(0);
1220 tmp_tx->tdes1 = cpu_to_le32(0x81000000); /* IC, chain */
1221 tmp_tx->tdes2 = cpu_to_le32(tmp_buf_dma);
1223 tmp_tx->tdes3 = cpu_to_le32(tmp_tx_dma);
1224 tmp_tx->next_tx_desc = tmp_tx
[all...]

Completed in 57 milliseconds