Searched refs:RAVB_ALIGN (Results 1 – 2 of 2) sorted by relevance
102 u32 reserve = (unsigned long)skb->data & (RAVB_ALIGN - 1); in ravb_set_buffer_align()105 skb_reserve(skb, RAVB_ALIGN - reserve); in ravb_set_buffer_align()2017 .max_rx_len = RX_BUF_SZ + RAVB_ALIGN - 1,2038 .max_rx_len = RX_BUF_SZ + RAVB_ALIGN - 1,
35 #define RAVB_ALIGN 128 macro