Searched refs:half_page_size (Results 1 – 1 of 1) sorted by relevance
55 int half_page_size; in ice_compute_pad() local57 half_page_size = ALIGN(rx_buf_len, PAGE_SIZE / 2); in ice_compute_pad()58 return SKB_WITH_OVERHEAD(half_page_size) - rx_buf_len; in ice_compute_pad()