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