Lines Matching defs:itt
1854 qedi->itt_map[tid].itt = proto_itt;
1858 "update itt map tid=0x%x, with proto itt=0x%x\n", tid,
1859 qedi->itt_map[tid].itt);
1862 void qedi_get_task_tid(struct qedi_ctx *qedi, u32 itt, s16 *tid)
1867 if (qedi->itt_map[i].itt == itt) {
1870 "Ref itt=0x%x, found at tid=0x%x\n",
1871 itt, *tid);
1881 *proto_itt = qedi->itt_map[tid].itt;
1883 "Get itt map tid [0x%x with proto itt[0x%x]",
1909 "Unable to allocate itt map array memory\n");
2765 "Could not alloc itt memory\n");