Home
last modified time | relevance | path

Searched refs:ilsize (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/lib/
H A Dcache.c107 unsigned long ilsize = icache_line_size(); in flush_cache() local
115 if ((ilsize == dlsize) && !slsize) { in flush_cache()
117 cache_loop(start_addr, start_addr + size, ilsize, in flush_cache()
131 cache_loop(start_addr, start_addr + size, ilsize, HIT_INVALIDATE_I); in flush_cache()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c855 static u16 bnxt_re_get_wqe_size(int ilsize, int nsge) in bnxt_re_get_wqe_size() argument
860 if (ilsize) { in bnxt_re_get_wqe_size()
861 calc_ils = sizeof(struct sq_send_hdr) + ilsize; in bnxt_re_get_wqe_size()
875 int align, ilsize; in bnxt_re_setup_swqe_size() local
883 ilsize = ALIGN(init_attr->cap.max_inline_data, align); in bnxt_re_setup_swqe_size()
885 sq->wqe_size = bnxt_re_get_wqe_size(ilsize, sq->max_sge); in bnxt_re_setup_swqe_size()
H A Dqplib_fp.c1652 u32 ilsize, bytes; in bnxt_qplib_required_slots() local
1660 ilsize = bnxt_qplib_calc_ilsize(wqe, qp->max_inline_data); in bnxt_qplib_required_slots()
1661 bytes = ALIGN(ilsize, sizeof(struct sq_sge)); in bnxt_qplib_required_slots()