Searched refs:ilt (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/dev/bxe/ |
| H A D | ecore_init_ops.h | 666 struct ecore_ilt *ilt = SC_ILT(sc); in ecore_ilt_client_mem_op() local 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() 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() 811 struct ecore_ilt *ilt = SC_ILT(sc); in ecore_ilt_client_init_op() local 813 ecore_ilt_client_init_op_ilt(sc, ilt, ilt_cli, initop); in ecore_ilt_client_init_op() 819 struct ecore_ilt *ilt = SC_ILT(sc); in ecore_ilt_client_id_init_op() local [all …]
|
| H A D | bxe.c | 5820 struct ecore_ilt *ilt = sc->ilt; in bxe_ilt_set_info() local 5940 if ((sc->ilt = in bxe_alloc_ilt_mem() 5955 if ((sc->ilt->lines = in bxe_alloc_ilt_lines_mem() 5968 if (sc->ilt != NULL) { in bxe_free_ilt_mem() 5970 sc->ilt = NULL; in bxe_free_ilt_mem() 6043 sc->ilt, sc->ilt->start_line, sc->ilt->lines); in bxe_alloc_mem() 17163 struct ecore_ilt ilt; in bxe_init_hw_common() local 18074 struct ecore_ilt *ilt = sc->ilt; in bxe_init_hw_func() local 18104 ilt = sc->ilt; in bxe_init_hw_func() 19044 if(ilt != NULL ) { in bxe_grc_dump() [all …]
|
| H A D | ecore_sp.h | 161 #define SC_ILT(sc) ((sc)->ilt)
|
| H A D | bxe.h | 1658 struct ecore_ilt *ilt; member
|