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

/linux-master/drivers/net/ethernet/dec/tulip/
H A Ddmfe.c1356 struct rx_desc *tmp_rx; local
1399 for (tmp_rx = db->first_rx_desc, i = 0; i < RX_DESC_CNT; i++, tmp_rx++) {
1400 tmp_rx->rdes0 = cpu_to_le32(0);
1401 tmp_rx->rdes1 = cpu_to_le32(0x01000600);
1403 tmp_rx->rdes3 = cpu_to_le32(tmp_rx_dma);
1404 tmp_rx->next_rx_desc = tmp_rx + 1;
1406 (--tmp_rx)->rdes3 = cpu_to_le32(db->first_rx_desc_dma);
1407 tmp_rx
[all...]
H A Duli526x.c1266 struct rx_desc *tmp_rx; local
1306 for (tmp_rx = db->first_rx_desc, i = 0; i < RX_DESC_CNT; i++, tmp_rx++) {
1307 tmp_rx->rdes0 = cpu_to_le32(0);
1308 tmp_rx->rdes1 = cpu_to_le32(0x01000600);
1310 tmp_rx->rdes3 = cpu_to_le32(tmp_rx_dma);
1311 tmp_rx->next_rx_desc = tmp_rx + 1;
1313 (--tmp_rx)->rdes3 = cpu_to_le32(db->first_rx_desc_dma);
1314 tmp_rx
[all...]

Completed in 120 milliseconds