Lines Matching refs:ilt

5873     struct ecore_ilt *ilt = sc->ilt;
5876 ilt->start_line = FUNC_ILT_BASE(SC_FUNC(sc));
5877 BLOGD(sc, DBG_LOAD, "ilt starts at line %d\n", ilt->start_line);
5880 ilt_client = &ilt->clients[ILT_CLIENT_CDU];
5894 "ilt client[CDU]: start %d, end %d, "
5903 ilt_client = &ilt->clients[ILT_CLIENT_QM];
5916 "ilt client[QM]: start %d, end %d, "
5925 ilt_client = &ilt->clients[ILT_CLIENT_SRC];
5934 "ilt client[SRC]: start %d, end %d, "
5941 ilt_client = &ilt->clients[ILT_CLIENT_TM];
5950 "ilt client[TM]: start %d, end %d, "
5993 if ((sc->ilt =
6008 if ((sc->ilt->lines =
6021 if (sc->ilt != NULL) {
6022 free(sc->ilt, M_BXE_ILT);
6023 sc->ilt = NULL;
6030 if (sc->ilt->lines != NULL) {
6031 free(sc->ilt->lines, M_BXE_ILT);
6032 sc->ilt->lines = NULL;
6095 BLOGD(sc, DBG_LOAD, "ilt=%p start_line=%u lines=%p\n",
6096 sc->ilt, sc->ilt->start_line, sc->ilt->lines);
6102 sc->ilt->clients[i].page_size,
6103 sc->ilt->clients[i].start,
6104 sc->ilt->clients[i].end,
6105 sc->ilt->clients[i].client_num,
6106 sc->ilt->clients[i].flags);
16426 /* allocate ilt */
16552 /* free ilt */
17230 * the ilt, translate to a logical address and send a request to read/write.
17231 * Since the ilt for the function that is down is not valid, this will cause
17288 struct ecore_ilt ilt;
17291 memset(&ilt, 0, sizeof(struct ecore_ilt));
17299 * Step 1: set zeroes to all ilt page entries with valid bit on
17300 * Step 2: set the timers first/last ilt entry to point
17312 ecore_ilt_client_init_op_ilt(sc, &ilt, &ilt_cli, INITOP_CLEAR);
18199 struct ecore_ilt *ilt = sc->ilt;
18229 ilt = sc->ilt;
18230 cdu_ilt_start = ilt->clients[ILT_CLIENT_CDU].start;
18233 ilt->lines[cdu_ilt_start + i].page = sc->context[i].vcxt;
18234 ilt->lines[cdu_ilt_start + i].page_mapping =
18236 ilt->lines[cdu_ilt_start + i].size = sc->context[i].size;
18633 * we need to set the entire ilt range for this timers.
19021 struct ecore_ilt *ilt = SC_ILT(sc);
19169 if(ilt != NULL ) {
19170 ilt_cli = &ilt->clients[1];
19171 if(ilt->lines != NULL) {
19174 (uintmax_t)(((struct bxe_dma *)((&ilt->lines[i])->page))->paddr),
19175 ((struct bxe_dma *)((&ilt->lines[i])->page))->vaddr, BCM_PAGE_SIZE);