Home | History | Annotate | Download | only in cxgb

Lines Matching refs:toe_tid

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;
675 toe_tid = lookup_atid(&(TOE_DATA(dev))->tid_maps, atid);
676 if (toe_tid->ctx && toe_tid->client && toe_tid->client->handlers &&
677 toe_tid->client->handlers[CPL_ACT_OPEN_RPL]) {
678 return toe_tid->client->handlers[CPL_ACT_OPEN_RPL] (dev, m,
679 toe_tid->ctx);
692 struct toe_tid_entry *toe_tid;
694 toe_tid = lookup_stid(&(TOE_DATA(dev))->tid_maps, stid);
695 if (toe_tid->ctx && toe_tid->client->handlers &&
696 toe_tid->client->handlers[p->opcode]) {
697 return toe_tid->client->handlers[p->opcode] (dev, m, toe_tid->ctx);
710 struct toe_tid_entry *toe_tid;
718 toe_tid = lookup_tid(&(TOE_DATA(dev))->tid_maps, hwtid);
719 if (toe_tid->ctx && toe_tid->client->handlers &&
720 toe_tid->client->handlers[p->opcode]) {
721 return toe_tid->client->handlers[p->opcode]
722 (dev, m, toe_tid->ctx);
736 struct toe_tid_entry *toe_tid;
738 toe_tid = lookup_stid(&(TOE_DATA(dev))->tid_maps, stid);
739 if (toe_tid->ctx && toe_tid->client->handlers &&
740 toe_tid->client->handlers[CPL_PASS_ACCEPT_REQ]) {
741 return toe_tid->client->handlers[CPL_PASS_ACCEPT_REQ]
742 (dev, m, toe_tid->ctx);
755 struct toe_tid_entry *toe_tid;
757 toe_tid = lookup_tid(&(TOE_DATA(dev))->tid_maps, hwtid);
758 if (toe_tid->ctx && toe_tid->client->handlers &&
759 toe_tid->client->handlers[p->opcode]) {
760 return toe_tid->client->handlers[p->opcode]
761 (dev, m, toe_tid->ctx);
794 struct toe_tid_entry *toe_tid;
796 toe_tid = lookup_atid(&(TOE_DATA(dev))->tid_maps, atid);
797 if (toe_tid->ctx && toe_tid->client->handlers &&
798 toe_tid->client->handlers[CPL_ACT_ESTABLISH]) {
799 return toe_tid->client->handlers[CPL_ACT_ESTABLISH]
800 (dev, m, toe_tid->ctx);
841 struct toe_tid_entry *toe_tid;
843 toe_tid = lookup_tid(&(TOE_DATA(dev))->tid_maps, hwtid);
844 if (toe_tid->ctx && toe_tid->client->handlers &&
845 toe_tid->client->handlers[opcode]) {
846 return toe_tid->client->handlers[opcode](dev, m, toe_tid->ctx);