Searched refs:full_page (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/arc/mm/ |
| H A D | cache.c | 36 unsigned long sz, const int op, const int full_page); 189 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v3() argument 208 if (!full_page) { in __cache_line_loop_v3() 219 if (full_page) in __cache_line_loop_v3() 233 if (!full_page) { in __cache_line_loop_v3() 249 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() argument 267 if (!full_page) { in __cache_line_loop_v4() 303 unsigned long sz, const int op, const int full_page) in __cache_line_loop_v4() argument 316 if (!full_page) { in __cache_line_loop_v4() 463 const int full_page = __builtin_constant_p(sz) && sz == PAGE_SIZE; in __dc_line_op() local [all …]
|
| /linux/include/xen/interface/ |
| H A D | grant_table.h | 205 } full_page; member
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_cmn.c | 483 tpa_info->full_page = SGE_PAGES / gro_size * gro_size; in bnx2x_tpa_start() 597 u16 full_page = 0, gro_size = 0; in bnx2x_fill_frag_skb() local 603 full_page = tpa_info->full_page; in bnx2x_fill_frag_skb() 629 frag_len = min_t(u32, frag_size, (u32)full_page); in bnx2x_fill_frag_skb() 1007 pages = (frag_size + tpa_info->full_page - 1) / in bnx2x_rx_int() 1008 tpa_info->full_page; in bnx2x_rx_int()
|
| H A D | bnx2x.h | 508 u16 full_page; member
|