Home
last modified time | relevance | path

Searched refs:send_channel (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Dbig_sur_ge.c317 if (big_sur_ge_dma_status(&emac->send_channel) & BIG_SUR_GE_DMASR_BUSY_MASK) { in big_sur_tx()
323 big_sur_ge_set_dma_control(&emac->send_channel, in big_sur_tx()
328 big_sur_ge_dma_transfer(&emac->send_channel, (unsigned long *)buffer, in big_sur_tx()
333 reg_data = big_sur_ge_dma_status(&emac->send_channel); in big_sur_tx()
811 if (big_sur_ge_dma_init(&emac->send_channel, emac->base_address + in big_sur_ge_config_dma()
Dbig_sur_ge.h182 xdma_channel send_channel; member