Searched refs:ilsize (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/arch/mips/lib/ |
H A D | cache.c | 111 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 D | ib_verbs.c | 965 static u16 bnxt_re_get_wqe_size(int ilsize, int nsge) in bnxt_re_get_wqe_size() argument 970 if (ilsize) { in bnxt_re_get_wqe_size() 971 calc_ils = sizeof(struct sq_send_hdr) + ilsize; in bnxt_re_get_wqe_size() 985 int align, ilsize; in bnxt_re_setup_swqe_size() local 993 ilsize = ALIGN(init_attr->cap.max_inline_data, align); in bnxt_re_setup_swqe_size() 1002 sq->wqe_size = bnxt_re_get_wqe_size(ilsize, sq->max_sge); in bnxt_re_setup_swqe_size()
|
H A D | qplib_fp.c | 1743 u32 ilsize, bytes; in bnxt_qplib_required_slots() local 1751 ilsize = bnxt_qplib_calc_ilsize(wqe, qp->max_inline_data); in bnxt_qplib_required_slots() 1752 bytes = ALIGN(ilsize, sizeof(struct sq_sge)); in bnxt_qplib_required_slots()
|