Home
last modified time | relevance | path

Searched refs:t3c_tid (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H A 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 in do_act_open_rpl()
763 struct t3c_tid_entry *t3c_tid; do_stid_rpl() local
781 struct t3c_tid_entry *t3c_tid; do_hwtid_rpl() local
800 struct t3c_tid_entry *t3c_tid; do_cr() local
848 struct t3c_tid_entry *t3c_tid; do_abort_req_rss() local
894 struct t3c_tid_entry *t3c_tid; do_act_establish() local
948 struct t3c_tid_entry *t3c_tid; do_term() local
[all...]
H A 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()
H A Dcxgb3_offload.h143 struct t3c_tid_entry t3c_tid; member
148 struct t3c_tid_entry t3c_tid; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H A 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 in do_act_open_rpl()
763 struct t3c_tid_entry *t3c_tid; do_stid_rpl() local
781 struct t3c_tid_entry *t3c_tid; do_hwtid_rpl() local
800 struct t3c_tid_entry *t3c_tid; do_cr() local
848 struct t3c_tid_entry *t3c_tid; do_abort_req_rss() local
894 struct t3c_tid_entry *t3c_tid; do_act_establish() local
948 struct t3c_tid_entry *t3c_tid; do_term() local
[all...]
H A 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()
H A Dcxgb3_offload.h143 struct t3c_tid_entry t3c_tid; member
148 struct t3c_tid_entry t3c_tid; member

Completed in 5 milliseconds