HomeSort by: relevance | last modified time | path
    Searched defs:toe_tid (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_offload.h 138 struct toe_tid_entry toe_tid; member in union:listen_entry
143 struct toe_tid_entry toe_tid; member in union:active_open_entry
236 return &(stid2entry(t, tid)->toe_tid);
247 return &(atid2entry(t, tid)->toe_tid);
cxgb_offload.c 480 void *ctx = p->toe_tid.ctx;
613 p->toe_tid.ctx = ctx;
614 p->toe_tid.client = client;
634 p->toe_tid.ctx = ctx;
635 p->toe_tid.client = client;
673 struct toe_tid_entry *toe_tid; local in function:do_act_open_rpl
675 toe_tid = lookup_atid(&(TOE_DATA(dev))->tid_maps, atid);
676 if (toe_tid->ctx && toe_tid->client && toe_tid->client->handlers &
692 struct toe_tid_entry *toe_tid; local in function:do_stid_rpl
710 struct toe_tid_entry *toe_tid; local in function:do_hwtid_rpl
736 struct toe_tid_entry *toe_tid; local in function:do_cr
755 struct toe_tid_entry *toe_tid; local in function:do_abort_req_rss
794 struct toe_tid_entry *toe_tid; local in function:do_act_establish
841 struct toe_tid_entry *toe_tid; local in function:do_term
    [all...]

Completed in 34 milliseconds