Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Duli526x.c49 #define RX_ALLOC_SIZE 0x620 macro
822 RX_ALLOC_SIZE, DMA_FROM_DEVICE); in uli526x_rx_packet()
1247 RX_ALLOC_SIZE, DMA_FROM_DEVICE)); in uli526x_reuse_skb()
1415 skb = netdev_alloc_skb(dev, RX_ALLOC_SIZE); in allocate_rx_buffer()
1420 RX_ALLOC_SIZE, DMA_FROM_DEVICE)); in allocate_rx_buffer()
H A Ddmfe.c106 #define RX_ALLOC_SIZE 0x620 macro
962 RX_ALLOC_SIZE, DMA_FROM_DEVICE); in dmfe_rx_packet()
1336 RX_ALLOC_SIZE, DMA_FROM_DEVICE)); in dmfe_reuse_skb()
1547 if ( ( skb = netdev_alloc_skb(dev, RX_ALLOC_SIZE) ) == NULL ) in allocate_rx_buffer()
1551 RX_ALLOC_SIZE, DMA_FROM_DEVICE)); in allocate_rx_buffer()
/openbmc/u-boot/drivers/net/
H A Duli526x.c40 #define RX_ALLOC_SIZE PKTSIZE macro