t3c_tid            65 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h 	struct t3c_tid_entry *t3c_tid = tid < t->ntids ?
t3c_tid            68 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h 	return (t3c_tid && t3c_tid->client) ? t3c_tid : NULL;
t3c_tid            87 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h 	return &e->t3c_tid;
t3c_tid           106 drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs.h 	return &e->t3c_tid;
t3c_tid           505 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	void *ctx = p->t3c_tid.ctx;
t3c_tid           664 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		p->t3c_tid.ctx = ctx;
t3c_tid           665 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		p->t3c_tid.client = client;
t3c_tid           686 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		p->t3c_tid.ctx = ctx;
t3c_tid           687 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		p->t3c_tid.client = client;
t3c_tid           743 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	struct t3c_tid_entry *t3c_tid;
t3c_tid           745 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	t3c_tid = lookup_atid(&(T3C_DATA(dev))->tid_maps, atid);
t3c_tid           746 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	if (t3c_tid && t3c_tid->ctx && t3c_tid->client &&
t3c_tid           747 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	    t3c_tid->client->handlers &&
t3c_tid           748 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	    t3c_tid->client->handlers[CPL_ACT_OPEN_RPL]) {
t3c_tid           749 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		return t3c_tid->client->handlers[CPL_ACT_OPEN_RPL] (dev, skb,
t3c_tid           750 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 								    t3c_tid->
t3c_tid           763 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	struct t3c_tid_entry *t3c_tid;
t3c_tid           765 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	t3c_tid = lookup_stid(&(T3C_DATA(dev))->tid_maps, stid);
t3c_tid           766 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers &&
t3c_tid           767 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	    t3c_tid->client->handlers[p->opcode]) {
t3c_tid           768 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		return t3c_tid->client->handlers[p->opcode] (dev, skb,
t3c_tid           769 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 							     t3c_tid->ctx);
t3c_tid           781 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	struct t3c_tid_entry *t3c_tid;
t3c_tid           783 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);
t3c_tid           784 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers &&
t3c_tid           785 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	    t3c_tid->client->handlers[p->opcode]) {
t3c_tid           786 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		return t3c_tid->client->handlers[p->opcode]
t3c_tid           787 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		    (dev, skb, t3c_tid->ctx);
t3c_tid           800 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	struct t3c_tid_entry *t3c_tid;
t3c_tid           810 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	t3c_tid = lookup_stid(t, stid);
t3c_tid           811 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers &&
t3c_tid           812 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	    t3c_tid->client->handlers[CPL_PASS_ACCEPT_REQ]) {
t3c_tid           813 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		return t3c_tid->client->handlers[CPL_PASS_ACCEPT_REQ]
t3c_tid           814 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		    (dev, skb, t3c_tid->ctx);
t3c_tid           848 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	struct t3c_tid_entry *t3c_tid;
t3c_tid           850 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);
t3c_tid           851 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers &&
t3c_tid           852 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	    t3c_tid->client->handlers[p->opcode]) {
t3c_tid           853 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		return t3c_tid->client->handlers[p->opcode]
t3c_tid           854 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		    (dev, skb, t3c_tid->ctx);
t3c_tid           894 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	struct t3c_tid_entry *t3c_tid;
t3c_tid           904 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	t3c_tid = lookup_atid(t, atid);
t3c_tid           905 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers &&
t3c_tid           906 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	    t3c_tid->client->handlers[CPL_ACT_ESTABLISH]) {
t3c_tid           907 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		return t3c_tid->client->handlers[CPL_ACT_ESTABLISH]
t3c_tid           908 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		    (dev, skb, t3c_tid->ctx);
t3c_tid           948 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	struct t3c_tid_entry *t3c_tid;
t3c_tid           950 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	t3c_tid = lookup_tid(&(T3C_DATA(dev))->tid_maps, hwtid);
t3c_tid           951 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	if (t3c_tid && t3c_tid->ctx && t3c_tid->client->handlers &&
t3c_tid           952 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 	    t3c_tid->client->handlers[opcode]) {
t3c_tid           953 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 		return t3c_tid->client->handlers[opcode] (dev, skb,
t3c_tid           954 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.c 							  t3c_tid->ctx);
t3c_tid           143 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h 	struct t3c_tid_entry t3c_tid;
t3c_tid           148 drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h 	struct t3c_tid_entry t3c_tid;