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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Ddmfe.c1251 struct tx_desc *tmp_tx; local
1276 for (tmp_tx = db->first_tx_desc, i = 0; i < TX_DESC_CNT; i++, tmp_tx++) {
1277 tmp_tx->tx_buf_ptr = tmp_buf;
1278 tmp_tx->tdes0 = cpu_to_le32(0);
1279 tmp_tx->tdes1 = cpu_to_le32(0x81000000); /* IC, chain */
1280 tmp_tx->tdes2 = cpu_to_le32(tmp_buf_dma);
1282 tmp_tx->tdes3 = cpu_to_le32(tmp_tx_dma);
1283 tmp_tx->next_tx_desc = tmp_tx
[all...]

Completed in 86 milliseconds