Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/
H A Dkorina.c88 #define KORINA_RBSIZE 1536 /* size of one resource buffer = Ether MTU */ macro
368 if ((KORINA_RBSIZE - (u32)DMA_COUNT(rd->control)) == 0) in korina_rx()
405 skb_new = netdev_alloc_skb_ip_align(dev, KORINA_RBSIZE); in korina_rx()
433 rd->control = DMA_COUNT(KORINA_RBSIZE) | in korina_rx()
761 skb = netdev_alloc_skb_ip_align(dev, KORINA_RBSIZE); in korina_alloc_ring()
766 DMA_COUNT(KORINA_RBSIZE); in korina_alloc_ring()