Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.c666 #define DE4X5_ALIGN DE4X5_ALIGN32 /* Keep the DC21040 happy... */ macro
1170 lp->dma_size += RX_BUFF_SZ * NUM_RX_DESC + DE4X5_ALIGN; in de4x5_hw_init()
1199 dma_rx_bufs = (dma_rx_bufs + DE4X5_ALIGN) & ~DE4X5_ALIGN; in de4x5_hw_init()
1201 + NUM_TX_DESC) + DE4X5_ALIGN) & ~DE4X5_ALIGN); in de4x5_hw_init()
3606 p = netdev_alloc_skb(dev, IEEE802_3_SZ + DE4X5_ALIGN + 2); in de4x5_alloc_rx_buff()
3610 i = ((tmp + DE4X5_ALIGN) & ~DE4X5_ALIGN) - tmp; in de4x5_alloc_rx_buff()