Searched refs:ilt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.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 | 5877 struct ecore_ilt *ilt = sc->ilt; in bxe_ilt_set_info() local 5997 if ((sc->ilt = in bxe_alloc_ilt_mem() 6012 if ((sc->ilt->lines = in bxe_alloc_ilt_lines_mem() 6025 if (sc->ilt != NULL) { in bxe_free_ilt_mem() 6027 sc->ilt = NULL; in bxe_free_ilt_mem() 6100 sc->ilt, sc->ilt->start_line, sc->ilt->lines); in bxe_alloc_mem() 17295 struct ecore_ilt ilt; in bxe_init_hw_common() local 18206 struct ecore_ilt *ilt = sc->ilt; in bxe_init_hw_func() local 18236 ilt = sc->ilt; in bxe_init_hw_func() 19176 if(ilt != NULL ) { in bxe_grc_dump() [all …]
|
| H A D | ecore_sp.h | 166 #define SC_ILT(sc) ((sc)->ilt)
|
| H A D | bxe.h | 1711 struct ecore_ilt *ilt; member
|