Home
last modified time | relevance | path

Searched refs:t3c_tid (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c505 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() local
745 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 …]
Dcxgb3_defs.h65 struct t3c_tid_entry *t3c_tid = tid < t->ntids ? in lookup_tid() local
68 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()
Dcxgb3_offload.h143 struct t3c_tid_entry t3c_tid; member
148 struct t3c_tid_entry t3c_tid; member