Searched refs:rx_descr_array (Results 1 – 1 of 1) sorted by relevance
414 static struct dma_descriptor rx_descr_array[NUM_RX_DESC] variable803 rx_descr = &rx_descr_array[0]; in tsi108_eth_probe()825 invalidate_dcache_range((unsigned long)rx_descr_array, in tsi108_eth_probe()826 (unsigned long)rx_descr_array + in tsi108_eth_probe()827 sizeof(rx_descr_array)); in tsi108_eth_probe()938 invalidate_dcache_range ((unsigned long)rx_descr_array, in tsi108_eth_recv()939 (unsigned long)rx_descr_array + in tsi108_eth_recv()940 sizeof(rx_descr_array)); in tsi108_eth_recv()984 rx_descr = &rx_descr_array[0]; in tsi108_eth_recv()994 reg_RX_QUEUE_0_PTR_LOW(base) = (u32) & rx_descr_array[0]; in tsi108_eth_recv()