Lines Matching defs:ilt

7144  * the ilt, translate to a logical address and send a request to read/write.
7145 * Since the ilt for the function that is down is not valid, this will cause
7202 struct bnx2x_ilt ilt;
7204 memset(&ilt, 0, sizeof(struct bnx2x_ilt));
7211 /* Step 1: set zeroes to all ilt page entries with valid bit on
7212 * Step 2: set the timers first/last ilt entry to point
7223 bnx2x_ilt_client_init_op_ilt(bp, &ilt, &ilt_cli, INITOP_CLEAR);
7955 struct bnx2x_ilt *ilt = BP_ILT(bp);
7983 ilt = BP_ILT(bp);
7984 cdu_ilt_start = ilt->clients[ILT_CLIENT_CDU].start;
7993 cdu_ilt_start = ilt->clients[ILT_CLIENT_CDU].start;
7995 ilt->lines[cdu_ilt_start + i].page = bp->context[i].vcxt;
7996 ilt->lines[cdu_ilt_start + i].page_mapping =
7998 ilt->lines[cdu_ilt_start + i].size = bp->context[i].size;
8302 BNX2X_FREE(bp->ilt->lines);
8396 bp->ilt->lines = kcalloc(ILT_MAX_LINES, sizeof(struct ilt_line),
8398 if (!bp->ilt->lines)
8640 struct bnx2x_ilt *ilt = BP_ILT(bp);
8643 ilt->start_line = FUNC_ILT_BASE(BP_FUNC(bp));
8644 DP(BNX2X_MSG_SP, "ilt starts at line %d\n", ilt->start_line);
8647 ilt_client = &ilt->clients[ILT_CLIENT_CDU];
8658 DP(NETIF_MSG_IFUP, "ilt client[CDU]: start %d, end %d, psz 0x%x, flags 0x%x, hw psz %d\n",
8667 ilt_client = &ilt->clients[ILT_CLIENT_QM];
8680 "ilt client[QM]: start %d, end %d, psz 0x%x, flags 0x%x, hw psz %d\n",
8690 ilt_client = &ilt->clients[ILT_CLIENT_SRC];
8699 "ilt client[SRC]: start %d, end %d, psz 0x%x, flags 0x%x, hw psz %d\n",
8707 ilt_client = &ilt->clients[ILT_CLIENT_TM];
8716 "ilt client[TM]: start %d, end %d, psz 0x%x, flags 0x%x, hw psz %d\n",
9043 * we need to set the entire ilt range for this timers.