DE4X5_ALIGN      1170 drivers/net/ethernet/dec/tulip/de4x5.c 	lp->dma_size += RX_BUFF_SZ * NUM_RX_DESC + DE4X5_ALIGN;
DE4X5_ALIGN      1199 drivers/net/ethernet/dec/tulip/de4x5.c 		dma_rx_bufs = (dma_rx_bufs + DE4X5_ALIGN) & ~DE4X5_ALIGN;
DE4X5_ALIGN      1201 drivers/net/ethernet/dec/tulip/de4x5.c 		      	+ NUM_TX_DESC) + DE4X5_ALIGN) & ~DE4X5_ALIGN);
DE4X5_ALIGN      3605 drivers/net/ethernet/dec/tulip/de4x5.c     p = netdev_alloc_skb(dev, IEEE802_3_SZ + DE4X5_ALIGN + 2);
DE4X5_ALIGN      3609 drivers/net/ethernet/dec/tulip/de4x5.c     i = ((tmp + DE4X5_ALIGN) & ~DE4X5_ALIGN) - tmp;