Searched refs:t3c_tid (Results 1 – 3 of 3) sorted by relevance
505 void *ctx = p->t3c_tid.ctx; in cxgb3_free_atid()664 p->t3c_tid.ctx = ctx; in cxgb3_alloc_atid()665 p->t3c_tid.client = client; in cxgb3_alloc_atid()686 p->t3c_tid.ctx = ctx; in cxgb3_alloc_stid()687 p->t3c_tid.client = client; in cxgb3_alloc_stid()743 struct t3c_tid_entry *t3c_tid; in do_act_open_rpl() local745 t3c_tid = lookup_atid(&(T3C_DATA(dev))->tid_maps, atid); in do_act_open_rpl()746 if (t3c_tid && t3c_tid->ctx && t3c_tid->client && in do_act_open_rpl()747 t3c_tid->client->handlers && in do_act_open_rpl()748 t3c_tid->client->handlers[CPL_ACT_OPEN_RPL]) { in do_act_open_rpl()[all …]
65 struct t3c_tid_entry *t3c_tid = tid < t->ntids ? in lookup_tid() local68 return (t3c_tid && t3c_tid->client) ? t3c_tid : NULL; in lookup_tid()87 return &e->t3c_tid; in lookup_stid()106 return &e->t3c_tid; in lookup_atid()
143 struct t3c_tid_entry t3c_tid; member148 struct t3c_tid_entry t3c_tid; member