Lines Matching defs:ident
111 if (t->ident == transport->ident)
165 xprt_class_find_by_ident_locked(int ident)
170 if (t->ident != ident)
180 xprt_class_find_by_ident(int ident)
185 t = xprt_class_find_by_ident_locked(ident);
241 ret = t->ident;
2043 t = xprt_class_find_by_ident(args->ident);
2045 dprintk("RPC: transport (%d) not supported\n", args->ident);