Home
last modified time | relevance | path

Searched refs:toe_tid (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_offload.c480 void *ctx = p->toe_tid.ctx; in cxgb_free_atid()
613 p->toe_tid.ctx = ctx; in cxgb_alloc_atid()
614 p->toe_tid.client = client; in cxgb_alloc_atid()
634 p->toe_tid.ctx = ctx; in cxgb_alloc_stid()
635 p->toe_tid.client = client; in cxgb_alloc_stid()
673 struct toe_tid_entry *toe_tid; in do_act_open_rpl() local
675 toe_tid = lookup_atid(&(TOE_DATA(dev))->tid_maps, atid); in do_act_open_rpl()
676 if (toe_tid->ctx && toe_tid->client && toe_tid->client->handlers && in do_act_open_rpl()
677 toe_tid->client->handlers[CPL_ACT_OPEN_RPL]) { in do_act_open_rpl()
678 return toe_tid->client->handlers[CPL_ACT_OPEN_RPL] (dev, m, in do_act_open_rpl()
[all …]
H A Dcxgb_offload.h138 struct toe_tid_entry toe_tid; member
143 struct toe_tid_entry toe_tid; member
236 return &(stid2entry(t, tid)->toe_tid); in lookup_stid()
247 return &(atid2entry(t, tid)->toe_tid); in lookup_atid()