Searched refs:ilt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/dev/bxe/ |
| H A D | ecore_init_ops.h | 668 struct ecore_ilt *ilt = SC_ILT(sc); in ecore_ilt_client_mem_op() local 671 if (!ilt || !ilt->lines) in ecore_ilt_client_mem_op() 678 rc = ecore_ilt_line_mem_op(sc, &ilt->lines[i], in ecore_ilt_client_mem_op() 721 struct ecore_ilt *ilt, int idx, uint8_t initop) in ecore_ilt_line_init_op() argument 724 int abs_idx = ilt->start_line + idx; in ecore_ilt_line_init_op() 794 struct ecore_ilt *ilt, in ecore_ilt_client_init_op_ilt() argument 804 ecore_ilt_line_init_op(sc, ilt, i, initop); in ecore_ilt_client_init_op_ilt() 813 struct ecore_ilt *ilt = SC_ILT(sc); in ecore_ilt_client_init_op() local 815 ecore_ilt_client_init_op_ilt(sc, ilt, ilt_cli, initop); in ecore_ilt_client_init_op() 821 struct ecore_ilt *ilt = SC_ILT(sc); in ecore_ilt_client_id_init_op() local [all …]
|
| H A D | bxe.c | 5839 struct ecore_ilt *ilt = sc->ilt; in bxe_ilt_set_info() local 5959 if ((sc->ilt = in bxe_alloc_ilt_mem() 5974 if ((sc->ilt->lines = in bxe_alloc_ilt_lines_mem() 5987 if (sc->ilt != NULL) { in bxe_free_ilt_mem() 5989 sc->ilt = NULL; in bxe_free_ilt_mem() 6062 sc->ilt, sc->ilt->start_line, sc->ilt->lines); in bxe_alloc_mem() 17199 struct ecore_ilt ilt; in bxe_init_hw_common() local 18110 struct ecore_ilt *ilt = sc->ilt; in bxe_init_hw_func() local 18140 ilt = sc->ilt; in bxe_init_hw_func() 19080 if(ilt != NULL ) { in bxe_grc_dump() [all …]
|
| H A D | ecore_sp.h | 163 #define SC_ILT(sc) ((sc)->ilt)
|
| H A D | bxe.h | 1660 struct ecore_ilt *ilt; member
|