Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/lib/
H A Dcache.c111 unsigned long ilsize = icache_line_size(); in flush_cache() local
119 if ((ilsize == dlsize) && !slsize) { in flush_cache()
121 cache_loop(start_addr, start_addr + size, ilsize, in flush_cache()
133 cache_loop(start_addr, start_addr + size, ilsize, HIT_INVALIDATE_I); in flush_cache()
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c955 static u16 bnxt_re_get_wqe_size(int ilsize, int nsge) in bnxt_re_get_wqe_size() argument
960 if (ilsize) { in bnxt_re_get_wqe_size()
961 calc_ils = sizeof(struct sq_send_hdr) + ilsize; in bnxt_re_get_wqe_size()
975 int align, ilsize; in bnxt_re_setup_swqe_size() local
983 ilsize = ALIGN(init_attr->cap.max_inline_data, align); in bnxt_re_setup_swqe_size()
985 sq->wqe_size = bnxt_re_get_wqe_size(ilsize, sq->max_sge); in bnxt_re_setup_swqe_size()
H A Dqplib_fp.c1729 u32 ilsize, bytes; in bnxt_qplib_required_slots() local
1737 ilsize = bnxt_qplib_calc_ilsize(wqe, qp->max_inline_data); in bnxt_qplib_required_slots()
1738 bytes = ALIGN(ilsize, sizeof(struct sq_sge)); in bnxt_qplib_required_slots()