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

/openwrt/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/
H A Dag71xx_main.c1342 ag->stop_desc = dma_alloc_coherent(NULL,
1345 if (!ag->stop_desc)
1348 ag->stop_desc->data = 0;
1349 ag->stop_desc->ctrl = 0;
1350 ag->stop_desc->next = (u32) ag->stop_desc_dma;
1389 dma_free_coherent(NULL, sizeof(struct ag71xx_desc), ag->stop_desc,
H A Dag71xx.h159 struct ag71xx_desc *stop_desc; member in struct:ag71xx

Completed in 29 milliseconds