Searched refs:tmp_rx (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.c1347 struct rx_desc *tmp_rx; local
1390 for (tmp_rx = db->first_rx_desc, i = 0; i < RX_DESC_CNT; i++, tmp_rx++) {
1391 tmp_rx->rdes0 = cpu_to_le32(0);
1392 tmp_rx->rdes1 = cpu_to_le32(0x01000600);
1394 tmp_rx->rdes3 = cpu_to_le32(tmp_rx_dma);
1395 tmp_rx->next_rx_desc = tmp_rx + 1;
1397 (--tmp_rx)->rdes3 = cpu_to_le32(db->first_rx_desc_dma);
1398 tmp_rx
[all...]
H A Duli526x.c1193 struct rx_desc *tmp_rx; local
1233 for (tmp_rx = db->first_rx_desc, i = 0; i < RX_DESC_CNT; i++, tmp_rx++) {
1234 tmp_rx->rdes0 = cpu_to_le32(0);
1235 tmp_rx->rdes1 = cpu_to_le32(0x01000600);
1237 tmp_rx->rdes3 = cpu_to_le32(tmp_rx_dma);
1238 tmp_rx->next_rx_desc = tmp_rx + 1;
1240 (--tmp_rx)->rdes3 = cpu_to_le32(db->first_rx_desc_dma);
1241 tmp_rx
[all...]

Completed in 57 milliseconds