Searched refs:ilt (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/dev/bxe/ |
| D | ecore_init_ops.h | 666 struct ecore_ilt *ilt = SC_ILT(sc); in ecore_ilt_client_mem_op() local 667 struct ilt_client_info *ilt_cli = &ilt->clients[cli_num]; in ecore_ilt_client_mem_op() 669 if (!ilt || !ilt->lines) in ecore_ilt_client_mem_op() 676 rc = ecore_ilt_line_mem_op(sc, &ilt->lines[i], in ecore_ilt_client_mem_op() 719 struct ecore_ilt *ilt, int idx, uint8_t initop) in ecore_ilt_line_init_op() argument 722 int abs_idx = ilt->start_line + idx; in ecore_ilt_line_init_op() 729 ecore_ilt_line_wr(sc, abs_idx, ilt->lines[idx].page_mapping); in ecore_ilt_line_init_op() 792 struct ecore_ilt *ilt, in ecore_ilt_client_init_op_ilt() argument 802 ecore_ilt_line_init_op(sc, ilt, i, initop); in ecore_ilt_client_init_op_ilt() 805 ecore_ilt_boundry_init_op(sc, ilt_cli, ilt->start_line, initop); in ecore_ilt_client_init_op_ilt() [all …]
|
| D | bxe.c | 5880 struct ecore_ilt *ilt = sc->ilt; in bxe_ilt_set_info() local 5883 ilt->start_line = FUNC_ILT_BASE(SC_FUNC(sc)); in bxe_ilt_set_info() 5884 BLOGD(sc, DBG_LOAD, "ilt starts at line %d\n", ilt->start_line); in bxe_ilt_set_info() 5887 ilt_client = &ilt->clients[ILT_CLIENT_CDU]; in bxe_ilt_set_info() 5910 ilt_client = &ilt->clients[ILT_CLIENT_QM]; in bxe_ilt_set_info() 5932 ilt_client = &ilt->clients[ILT_CLIENT_SRC]; in bxe_ilt_set_info() 5948 ilt_client = &ilt->clients[ILT_CLIENT_TM]; in bxe_ilt_set_info() 6000 if ((sc->ilt = in bxe_alloc_ilt_mem() 6015 if ((sc->ilt->lines = in bxe_alloc_ilt_lines_mem() 6028 if (sc->ilt != NULL) { in bxe_free_ilt_mem() [all …]
|
| D | ecore_sp.h | 164 #define SC_ILT(sc) ((sc)->ilt)
|
| D | bxe.h | 1708 struct ecore_ilt *ilt; member
|
| /freebsd-10-stable/contrib/groff/src/preproc/pic/ |
| D | common.cpp | 630 line_type ilt; in filled_rounded_box() local 631 ilt.type = line_type::invisible; in filled_rounded_box() 632 circle(cent + position(dim.x/2.0 - rad, dim.y/2.0 - rad), rad, ilt, fill); in filled_rounded_box() 633 circle(cent + position(-dim.x/2.0 + rad, dim.y/2.0 - rad), rad, ilt, fill); in filled_rounded_box() 634 circle(cent + position(-dim.x/2.0 + rad, -dim.y/2.0 + rad), rad, ilt, fill); in filled_rounded_box() 635 circle(cent + position(dim.x/2.0 - rad, -dim.y/2.0 + rad), rad, ilt, fill); in filled_rounded_box() 641 polygon(vec, 4, ilt, fill); in filled_rounded_box() 646 polygon(vec, 4, ilt, fill); in filled_rounded_box()
|
| D | tex.cpp | 291 line_type ilt; in circle() local 292 ilt.type = line_type::invisible; in circle() 293 ellipse(cent, position(rad*2.0, rad*2.0), ilt, fill); in circle()
|