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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dcxgb3_defs.h70 struct t3c_tid_entry *t3c_tid = tid < t->ntids ? local
73 return (t3c_tid && t3c_tid->client) ? t3c_tid : NULL;
92 return &e->t3c_tid;
111 return &e->t3c_tid;
H A Dcxgb3_offload.c499 void *ctx = p->t3c_tid.ctx;
658 p->t3c_tid.ctx = ctx;
659 p->t3c_tid.client = client;
680 p->t3c_tid.ctx = ctx;
681 p->t3c_tid.client = client;
740 struct t3c_tid_entry *t3c_tid; local
742 t3c_tid = lookup_atid(&(T3C_DATA(dev))->tid_maps, atid);
743 if (t3c_tid && t3c_tid->ctx && t3c_tid
760 struct t3c_tid_entry *t3c_tid; local
778 struct t3c_tid_entry *t3c_tid; local
797 struct t3c_tid_entry *t3c_tid; local
845 struct t3c_tid_entry *t3c_tid; local
891 struct t3c_tid_entry *t3c_tid; local
945 struct t3c_tid_entry *t3c_tid; local
[all...]
H A Dcxgb3_offload.h143 struct t3c_tid_entry t3c_tid; member in union:listen_entry
148 struct t3c_tid_entry t3c_tid; member in union:active_open_entry

Completed in 80 milliseconds