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