Home | History | Annotate | Download | only in cxgb

Lines Matching refs:handlers

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,
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);
719 if (toe_tid->ctx && toe_tid->client->handlers &&
720 toe_tid->client->handlers[p->opcode]) {
721 return toe_tid->client->handlers[p->opcode]
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]
758 if (toe_tid->ctx && toe_tid->client->handlers &&
759 toe_tid->client->handlers[p->opcode]) {
760 return toe_tid->client->handlers[p->opcode]
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]
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);
1085 * Handlers for each CPL opcode