]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/infiniband/hw/nes/nes_cm.c
RDMA/nes: Write correct register write to set TX pause param
[mirror_ubuntu-artful-kernel.git] / drivers / infiniband / hw / nes / nes_cm.c
CommitLineData
3c2d774c 1/*
fa6c87d5 2 * Copyright (c) 2006 - 2009 Intel Corporation. All rights reserved.
3c2d774c
GS
3 *
4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
6 * General Public License (GPL) Version 2, available from the file
7 * COPYING in the main directory of this source tree, or the
8 * OpenIB.org BSD license below:
9 *
10 * Redistribution and use in source and binary forms, with or
11 * without modification, are permitted provided that the following
12 * conditions are met:
13 *
14 * - Redistributions of source code must retain the above
15 * copyright notice, this list of conditions and the following
16 * disclaimer.
17 *
18 * - Redistributions in binary form must reproduce the above
19 * copyright notice, this list of conditions and the following
20 * disclaimer in the documentation and/or other materials
21 * provided with the distribution.
22 *
23 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
24 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
25 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
26 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
27 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
28 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
29 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30 * SOFTWARE.
31 *
32 */
33
34
35#define TCPOPT_TIMESTAMP 8
36
37#include <asm/atomic.h>
38#include <linux/skbuff.h>
39#include <linux/ip.h>
40#include <linux/tcp.h>
41#include <linux/init.h>
42#include <linux/if_arp.h>
f2b2b59b 43#include <linux/if_vlan.h>
3c2d774c
GS
44#include <linux/notifier.h>
45#include <linux/net.h>
46#include <linux/types.h>
47#include <linux/timer.h>
48#include <linux/time.h>
49#include <linux/delay.h>
50#include <linux/etherdevice.h>
51#include <linux/netdevice.h>
52#include <linux/random.h>
53#include <linux/list.h>
54#include <linux/threads.h>
d2fa9b26 55#include <linux/highmem.h>
5a0e3ad6 56#include <linux/slab.h>
7191a0a1 57#include <net/arp.h>
3c2d774c
GS
58#include <net/neighbour.h>
59#include <net/route.h>
60#include <net/ip_fib.h>
c11470f9 61#include <net/tcp.h>
3c2d774c
GS
62
63#include "nes.h"
64
65u32 cm_packets_sent;
66u32 cm_packets_bounced;
67u32 cm_packets_dropped;
68u32 cm_packets_retrans;
69u32 cm_packets_created;
70u32 cm_packets_received;
6e10d2e4
FL
71atomic_t cm_listens_created;
72atomic_t cm_listens_destroyed;
3c2d774c
GS
73u32 cm_backlog_drops;
74atomic_t cm_loopbacks;
75atomic_t cm_nodes_created;
76atomic_t cm_nodes_destroyed;
77atomic_t cm_accel_dropped_pkts;
78atomic_t cm_resets_recvd;
79
6492cdf3
FL
80static inline int mini_cm_accelerated(struct nes_cm_core *,
81 struct nes_cm_node *);
3c2d774c 82static struct nes_cm_listener *mini_cm_listen(struct nes_cm_core *,
6492cdf3 83 struct nes_vnic *, struct nes_cm_info *);
3c2d774c 84static int mini_cm_del_listen(struct nes_cm_core *, struct nes_cm_listener *);
1a855fbf 85static struct nes_cm_node *mini_cm_connect(struct nes_cm_core *,
6492cdf3
FL
86 struct nes_vnic *, u16, void *, struct nes_cm_info *);
87static int mini_cm_close(struct nes_cm_core *, struct nes_cm_node *);
1a855fbf 88static int mini_cm_accept(struct nes_cm_core *, struct ietf_mpa_frame *,
6492cdf3 89 struct nes_cm_node *);
1a855fbf 90static int mini_cm_reject(struct nes_cm_core *, struct ietf_mpa_frame *,
6492cdf3 91 struct nes_cm_node *);
4a14f6a7 92static int mini_cm_recv_pkt(struct nes_cm_core *, struct nes_vnic *,
6492cdf3 93 struct sk_buff *);
1a855fbf
RD
94static int mini_cm_dealloc_core(struct nes_cm_core *);
95static int mini_cm_get(struct nes_cm_core *);
96static int mini_cm_set(struct nes_cm_core *, u32, u32);
6492cdf3 97
6098d107 98static void form_cm_frame(struct sk_buff *, struct nes_cm_node *,
6492cdf3 99 void *, u32, void *, u32, u8);
6492cdf3
FL
100static int add_ref_cm_node(struct nes_cm_node *);
101static int rem_ref_cm_node(struct nes_cm_core *, struct nes_cm_node *);
102
1a855fbf
RD
103static int nes_cm_disconn_true(struct nes_qp *);
104static int nes_cm_post_event(struct nes_cm_event *event);
105static int nes_disconnect(struct nes_qp *nesqp, int abrupt);
106static void nes_disconnect_worker(struct work_struct *work);
6492cdf3
FL
107
108static int send_mpa_request(struct nes_cm_node *, struct sk_buff *);
9d5ab133 109static int send_mpa_reject(struct nes_cm_node *);
6492cdf3
FL
110static int send_syn(struct nes_cm_node *, u32, struct sk_buff *);
111static int send_reset(struct nes_cm_node *, struct sk_buff *);
112static int send_ack(struct nes_cm_node *cm_node, struct sk_buff *skb);
1a855fbf 113static int send_fin(struct nes_cm_node *cm_node, struct sk_buff *skb);
6492cdf3
FL
114static void process_packet(struct nes_cm_node *, struct sk_buff *,
115 struct nes_cm_core *);
116
117static void active_open_err(struct nes_cm_node *, struct sk_buff *, int);
118static void passive_open_err(struct nes_cm_node *, struct sk_buff *, int);
119static void cleanup_retrans_entry(struct nes_cm_node *);
9d5ab133 120static void handle_rcv_mpa(struct nes_cm_node *, struct sk_buff *);
6492cdf3
FL
121static void free_retrans_entry(struct nes_cm_node *cm_node);
122static int handle_tcp_options(struct nes_cm_node *cm_node, struct tcphdr *tcph,
123 struct sk_buff *skb, int optionsize, int passive);
124
125/* CM event handler functions */
126static void cm_event_connected(struct nes_cm_event *);
127static void cm_event_connect_error(struct nes_cm_event *);
128static void cm_event_reset(struct nes_cm_event *);
129static void cm_event_mpa_req(struct nes_cm_event *);
9d5ab133
FL
130static void cm_event_mpa_reject(struct nes_cm_event *);
131static void handle_recv_entry(struct nes_cm_node *cm_node, u32 rem_node);
6492cdf3
FL
132
133static void print_core(struct nes_cm_core *core);
3c2d774c
GS
134
135/* External CM API Interface */
136/* instance of function pointers for client API */
137/* set address of this instance to cm_core->cm_ops at cm_core alloc */
138static struct nes_cm_ops nes_cm_api = {
139 mini_cm_accelerated,
140 mini_cm_listen,
141 mini_cm_del_listen,
142 mini_cm_connect,
143 mini_cm_close,
144 mini_cm_accept,
145 mini_cm_reject,
146 mini_cm_recv_pkt,
147 mini_cm_dealloc_core,
148 mini_cm_get,
149 mini_cm_set
150};
151
1a855fbf 152static struct nes_cm_core *g_cm_core;
3c2d774c
GS
153
154atomic_t cm_connects;
155atomic_t cm_accepts;
156atomic_t cm_disconnects;
157atomic_t cm_closes;
158atomic_t cm_connecteds;
159atomic_t cm_connect_reqs;
160atomic_t cm_rejects;
161
162
163/**
164 * create_event
165 */
166static struct nes_cm_event *create_event(struct nes_cm_node *cm_node,
167 enum nes_cm_event_type type)
168{
169 struct nes_cm_event *event;
170
171 if (!cm_node->cm_id)
172 return NULL;
173
174 /* allocate an empty event */
175 event = kzalloc(sizeof(*event), GFP_ATOMIC);
176
177 if (!event)
178 return NULL;
179
180 event->type = type;
181 event->cm_node = cm_node;
182 event->cm_info.rem_addr = cm_node->rem_addr;
183 event->cm_info.loc_addr = cm_node->loc_addr;
184 event->cm_info.rem_port = cm_node->rem_port;
185 event->cm_info.loc_port = cm_node->loc_port;
186 event->cm_info.cm_id = cm_node->cm_id;
187
6492cdf3
FL
188 nes_debug(NES_DBG_CM, "cm_node=%p Created event=%p, type=%u, "
189 "dst_addr=%08x[%x], src_addr=%08x[%x]\n",
190 cm_node, event, type, event->cm_info.loc_addr,
191 event->cm_info.loc_port, event->cm_info.rem_addr,
192 event->cm_info.rem_port);
3c2d774c
GS
193
194 nes_cm_post_event(event);
195 return event;
196}
197
198
199/**
200 * send_mpa_request
201 */
6492cdf3 202static int send_mpa_request(struct nes_cm_node *cm_node, struct sk_buff *skb)
3c2d774c 203{
3c2d774c 204 if (!skb) {
6492cdf3 205 nes_debug(NES_DBG_CM, "skb set to NULL\n");
3c2d774c
GS
206 return -1;
207 }
208
209 /* send an MPA Request frame */
210 form_cm_frame(skb, cm_node, NULL, 0, &cm_node->mpa_frame,
211 cm_node->mpa_frame_size, SET_ACK);
212
9d5ab133
FL
213 return schedule_nes_timer(cm_node, skb, NES_TIMER_TYPE_SEND, 1, 0);
214}
3c2d774c 215
9d5ab133
FL
216
217
218static int send_mpa_reject(struct nes_cm_node *cm_node)
219{
220 struct sk_buff *skb = NULL;
221
222 skb = dev_alloc_skb(MAX_CM_BUFFER);
223 if (!skb) {
224 nes_debug(NES_DBG_CM, "Failed to get a Free pkt\n");
225 return -ENOMEM;
226 }
227
228 /* send an MPA reject frame */
229 form_cm_frame(skb, cm_node, NULL, 0, &cm_node->mpa_frame,
230 cm_node->mpa_frame_size, SET_ACK | SET_FIN);
231
232 cm_node->state = NES_CM_STATE_FIN_WAIT1;
233 return schedule_nes_timer(cm_node, skb, NES_TIMER_TYPE_SEND, 1, 0);
3c2d774c
GS
234}
235
236
237/**
238 * recv_mpa - process a received TCP pkt, we are expecting an
239 * IETF MPA frame
240 */
9d5ab133
FL
241static int parse_mpa(struct nes_cm_node *cm_node, u8 *buffer, u32 *type,
242 u32 len)
3c2d774c
GS
243{
244 struct ietf_mpa_frame *mpa_frame;
245
9d5ab133
FL
246 *type = NES_MPA_REQUEST_ACCEPT;
247
3c2d774c
GS
248 /* assume req frame is in tcp data payload */
249 if (len < sizeof(struct ietf_mpa_frame)) {
250 nes_debug(NES_DBG_CM, "The received ietf buffer was too small (%x)\n", len);
9d5ab133 251 return -EINVAL;
3c2d774c
GS
252 }
253
254 mpa_frame = (struct ietf_mpa_frame *)buffer;
255 cm_node->mpa_frame_size = ntohs(mpa_frame->priv_data_len);
1cf078c9
FL
256 /* make sure mpa private data len is less than 512 bytes */
257 if (cm_node->mpa_frame_size > IETF_MAX_PRIV_DATA_LEN) {
258 nes_debug(NES_DBG_CM, "The received Length of Private"
259 " Data field exceeds 512 octets\n");
260 return -EINVAL;
261 }
262 /*
263 * make sure MPA receiver interoperate with the
264 * received MPA version and MPA key information
265 *
266 */
267 if (mpa_frame->rev != mpa_version) {
268 nes_debug(NES_DBG_CM, "The received mpa version"
269 " can not be interoperated\n");
270 return -EINVAL;
271 }
272 if (cm_node->state != NES_CM_STATE_MPAREQ_SENT) {
273 if (memcmp(mpa_frame->key, IEFT_MPA_KEY_REQ, IETF_MPA_KEY_SIZE)) {
274 nes_debug(NES_DBG_CM, "Unexpected MPA Key received \n");
275 return -EINVAL;
276 }
277 } else {
278 if (memcmp(mpa_frame->key, IEFT_MPA_KEY_REP, IETF_MPA_KEY_SIZE)) {
279 nes_debug(NES_DBG_CM, "Unexpected MPA Key received \n");
280 return -EINVAL;
281 }
282 }
3c2d774c
GS
283
284 if (cm_node->mpa_frame_size + sizeof(struct ietf_mpa_frame) != len) {
285 nes_debug(NES_DBG_CM, "The received ietf buffer was not right"
286 " complete (%x + %x != %x)\n",
9d5ab133
FL
287 cm_node->mpa_frame_size,
288 (u32)sizeof(struct ietf_mpa_frame), len);
289 return -EINVAL;
290 }
291 /* make sure it does not exceed the max size */
292 if (len > MAX_CM_BUFFER) {
293 nes_debug(NES_DBG_CM, "The received ietf buffer was too large"
294 " (%x + %x != %x)\n",
295 cm_node->mpa_frame_size,
296 (u32)sizeof(struct ietf_mpa_frame), len);
297 return -EINVAL;
3c2d774c
GS
298 }
299
300 /* copy entire MPA frame to our cm_node's frame */
301 memcpy(cm_node->mpa_frame_buf, buffer + sizeof(struct ietf_mpa_frame),
302 cm_node->mpa_frame_size);
303
9d5ab133
FL
304 if (mpa_frame->flags & IETF_MPA_FLAGS_REJECT)
305 *type = NES_MPA_REQUEST_REJECT;
3c2d774c
GS
306 return 0;
307}
308
309
3c2d774c
GS
310/**
311 * form_cm_frame - get a free packet and build empty frame Use
312 * node info to build.
313 */
6098d107 314static void form_cm_frame(struct sk_buff *skb,
6492cdf3
FL
315 struct nes_cm_node *cm_node, void *options, u32 optionsize,
316 void *data, u32 datasize, u8 flags)
3c2d774c
GS
317{
318 struct tcphdr *tcph;
319 struct iphdr *iph;
320 struct ethhdr *ethh;
321 u8 *buf;
322 u16 packetsize = sizeof(*iph);
323
324 packetsize += sizeof(*tcph);
325 packetsize += optionsize + datasize;
326
327 memset(skb->data, 0x00, ETH_HLEN + sizeof(*iph) + sizeof(*tcph));
328
329 skb->len = 0;
330 buf = skb_put(skb, packetsize + ETH_HLEN);
331
332 ethh = (struct ethhdr *) buf;
333 buf += ETH_HLEN;
334
335 iph = (struct iphdr *)buf;
336 buf += sizeof(*iph);
337 tcph = (struct tcphdr *)buf;
338 skb_reset_mac_header(skb);
339 skb_set_network_header(skb, ETH_HLEN);
340 skb_set_transport_header(skb, ETH_HLEN+sizeof(*iph));
341 buf += sizeof(*tcph);
342
343 skb->ip_summed = CHECKSUM_PARTIAL;
344 skb->protocol = htons(0x800);
345 skb->data_len = 0;
346 skb->mac_len = ETH_HLEN;
347
348 memcpy(ethh->h_dest, cm_node->rem_mac, ETH_ALEN);
349 memcpy(ethh->h_source, cm_node->loc_mac, ETH_ALEN);
350 ethh->h_proto = htons(0x0800);
351
352 iph->version = IPVERSION;
353 iph->ihl = 5; /* 5 * 4Byte words, IP headr len */
354 iph->tos = 0;
355 iph->tot_len = htons(packetsize);
356 iph->id = htons(++cm_node->tcp_cntxt.loc_id);
357
358 iph->frag_off = htons(0x4000);
359 iph->ttl = 0x40;
360 iph->protocol = 0x06; /* IPPROTO_TCP */
361
362 iph->saddr = htonl(cm_node->loc_addr);
363 iph->daddr = htonl(cm_node->rem_addr);
364
365 tcph->source = htons(cm_node->loc_port);
366 tcph->dest = htons(cm_node->rem_port);
367 tcph->seq = htonl(cm_node->tcp_cntxt.loc_seq_num);
368
369 if (flags & SET_ACK) {
370 cm_node->tcp_cntxt.loc_ack_num = cm_node->tcp_cntxt.rcv_nxt;
371 tcph->ack_seq = htonl(cm_node->tcp_cntxt.loc_ack_num);
372 tcph->ack = 1;
373 } else
374 tcph->ack_seq = 0;
375
376 if (flags & SET_SYN) {
377 cm_node->tcp_cntxt.loc_seq_num++;
378 tcph->syn = 1;
379 } else
6492cdf3 380 cm_node->tcp_cntxt.loc_seq_num += datasize;
3c2d774c 381
6492cdf3
FL
382 if (flags & SET_FIN) {
383 cm_node->tcp_cntxt.loc_seq_num++;
3c2d774c 384 tcph->fin = 1;
6492cdf3 385 }
3c2d774c
GS
386
387 if (flags & SET_RST)
388 tcph->rst = 1;
389
390 tcph->doff = (u16)((sizeof(*tcph) + optionsize + 3) >> 2);
391 tcph->window = htons(cm_node->tcp_cntxt.rcv_wnd);
392 tcph->urg_ptr = 0;
393 if (optionsize)
394 memcpy(buf, options, optionsize);
395 buf += optionsize;
396 if (datasize)
397 memcpy(buf, data, datasize);
398
399 skb_shinfo(skb)->nr_frags = 0;
400 cm_packets_created++;
401
3c2d774c
GS
402}
403
404
405/**
406 * print_core - dump a cm core
407 */
408static void print_core(struct nes_cm_core *core)
409{
410 nes_debug(NES_DBG_CM, "---------------------------------------------\n");
411 nes_debug(NES_DBG_CM, "CM Core -- (core = %p )\n", core);
412 if (!core)
413 return;
414 nes_debug(NES_DBG_CM, "---------------------------------------------\n");
3c2d774c
GS
415
416 nes_debug(NES_DBG_CM, "State : %u \n", core->state);
417
3c2d774c
GS
418 nes_debug(NES_DBG_CM, "Listen Nodes : %u \n", atomic_read(&core->listen_node_cnt));
419 nes_debug(NES_DBG_CM, "Active Nodes : %u \n", atomic_read(&core->node_cnt));
420
421 nes_debug(NES_DBG_CM, "core : %p \n", core);
422
423 nes_debug(NES_DBG_CM, "-------------- end core ---------------\n");
424}
425
426
427/**
428 * schedule_nes_timer
429 * note - cm_node needs to be protected before calling this. Encase in:
430 * rem_ref_cm_node(cm_core, cm_node);add_ref_cm_node(cm_node);
431 */
432int schedule_nes_timer(struct nes_cm_node *cm_node, struct sk_buff *skb,
433 enum nes_timer_type type, int send_retrans,
434 int close_when_complete)
435{
436 unsigned long flags;
6492cdf3 437 struct nes_cm_core *cm_core = cm_node->cm_core;
3c2d774c
GS
438 struct nes_timer_entry *new_send;
439 int ret = 0;
440 u32 was_timer_set;
441
442 new_send = kzalloc(sizeof(*new_send), GFP_ATOMIC);
443 if (!new_send)
9d5ab133 444 return -ENOMEM;
3c2d774c
GS
445
446 /* new_send->timetosend = currenttime */
447 new_send->retrycount = NES_DEFAULT_RETRYS;
448 new_send->retranscount = NES_DEFAULT_RETRANS;
449 new_send->skb = skb;
450 new_send->timetosend = jiffies;
451 new_send->type = type;
452 new_send->netdev = cm_node->netdev;
453 new_send->send_retrans = send_retrans;
454 new_send->close_when_complete = close_when_complete;
455
456 if (type == NES_TIMER_TYPE_CLOSE) {
6492cdf3 457 new_send->timetosend += (HZ/10);
9d5ab133 458 if (cm_node->recv_entry) {
79fc3d74 459 kfree(new_send);
9d5ab133
FL
460 WARN_ON(1);
461 return -EINVAL;
462 }
463 cm_node->recv_entry = new_send;
3c2d774c
GS
464 }
465
466 if (type == NES_TIMER_TYPE_SEND) {
b30db1c1 467 new_send->seq_num = ntohl(tcp_hdr(skb)->seq);
3c2d774c 468 atomic_inc(&new_send->skb->users);
6492cdf3
FL
469 spin_lock_irqsave(&cm_node->retrans_list_lock, flags);
470 cm_node->send_entry = new_send;
471 add_ref_cm_node(cm_node);
472 spin_unlock_irqrestore(&cm_node->retrans_list_lock, flags);
473 new_send->timetosend = jiffies + NES_RETRY_TIMEOUT;
3c2d774c
GS
474
475 ret = nes_nic_cm_xmit(new_send->skb, cm_node->netdev);
476 if (ret != NETDEV_TX_OK) {
6492cdf3
FL
477 nes_debug(NES_DBG_CM, "Error sending packet %p "
478 "(jiffies = %lu)\n", new_send, jiffies);
3c2d774c 479 new_send->timetosend = jiffies;
5962c2c8 480 ret = NETDEV_TX_OK;
3c2d774c
GS
481 } else {
482 cm_packets_sent++;
483 if (!send_retrans) {
6492cdf3 484 cleanup_retrans_entry(cm_node);
3c2d774c 485 if (close_when_complete)
6492cdf3 486 rem_ref_cm_node(cm_core, cm_node);
3c2d774c
GS
487 return ret;
488 }
3c2d774c 489 }
3c2d774c 490 }
3c2d774c
GS
491
492 was_timer_set = timer_pending(&cm_core->tcp_timer);
493
494 if (!was_timer_set) {
495 cm_core->tcp_timer.expires = new_send->timetosend;
496 add_timer(&cm_core->tcp_timer);
497 }
498
499 return ret;
500}
501
9d5ab133
FL
502static void nes_retrans_expired(struct nes_cm_node *cm_node)
503{
68237a0f 504 struct iw_cm_id *cm_id = cm_node->cm_id;
9d5ab133
FL
505 switch (cm_node->state) {
506 case NES_CM_STATE_SYN_RCVD:
507 case NES_CM_STATE_CLOSING:
508 rem_ref_cm_node(cm_node->cm_core, cm_node);
509 break;
510 case NES_CM_STATE_LAST_ACK:
511 case NES_CM_STATE_FIN_WAIT1:
68237a0f
FL
512 if (cm_node->cm_id)
513 cm_id->rem_ref(cm_id);
514 cm_node->state = NES_CM_STATE_CLOSED;
9d5ab133
FL
515 send_reset(cm_node, NULL);
516 break;
517 default:
69524e1a
FL
518 add_ref_cm_node(cm_node);
519 send_reset(cm_node, NULL);
9d5ab133
FL
520 create_event(cm_node, NES_CM_EVENT_ABORTED);
521 }
522}
523
524static void handle_recv_entry(struct nes_cm_node *cm_node, u32 rem_node)
525{
526 struct nes_timer_entry *recv_entry = cm_node->recv_entry;
527 struct iw_cm_id *cm_id = cm_node->cm_id;
528 struct nes_qp *nesqp;
529 unsigned long qplockflags;
530
531 if (!recv_entry)
532 return;
533 nesqp = (struct nes_qp *)recv_entry->skb;
534 if (nesqp) {
535 spin_lock_irqsave(&nesqp->lock, qplockflags);
536 if (nesqp->cm_id) {
537 nes_debug(NES_DBG_CM, "QP%u: cm_id = %p, "
538 "refcount = %d: HIT A "
539 "NES_TIMER_TYPE_CLOSE with something "
540 "to do!!!\n", nesqp->hwqp.qp_id, cm_id,
541 atomic_read(&nesqp->refcount));
542 nesqp->hw_tcp_state = NES_AEQE_TCP_STATE_CLOSED;
543 nesqp->last_aeq = NES_AEQE_AEID_RESET_SENT;
544 nesqp->ibqp_state = IB_QPS_ERR;
545 spin_unlock_irqrestore(&nesqp->lock, qplockflags);
546 nes_cm_disconn(nesqp);
547 } else {
548 spin_unlock_irqrestore(&nesqp->lock, qplockflags);
549 nes_debug(NES_DBG_CM, "QP%u: cm_id = %p, "
550 "refcount = %d: HIT A "
551 "NES_TIMER_TYPE_CLOSE with nothing "
552 "to do!!!\n", nesqp->hwqp.qp_id, cm_id,
553 atomic_read(&nesqp->refcount));
554 }
555 } else if (rem_node) {
556 /* TIME_WAIT state */
557 rem_ref_cm_node(cm_node->cm_core, cm_node);
558 }
559 if (cm_node->cm_id)
560 cm_id->rem_ref(cm_id);
561 kfree(recv_entry);
562 cm_node->recv_entry = NULL;
563}
3c2d774c
GS
564
565/**
566 * nes_cm_timer_tick
567 */
1a855fbf 568static void nes_cm_timer_tick(unsigned long pass)
3c2d774c 569{
9d5ab133 570 unsigned long flags;
3c2d774c 571 unsigned long nexttimeout = jiffies + NES_LONG_TIME;
3c2d774c
GS
572 struct nes_cm_node *cm_node;
573 struct nes_timer_entry *send_entry, *recv_entry;
9d5ab133
FL
574 struct list_head *list_core_temp;
575 struct list_head *list_node;
3c2d774c 576 struct nes_cm_core *cm_core = g_cm_core;
3c2d774c 577 u32 settimer = 0;
4e9c3900 578 unsigned long timetosend;
3c2d774c 579 int ret = NETDEV_TX_OK;
3c2d774c 580
879e5bd5
FL
581 struct list_head timer_list;
582 INIT_LIST_HEAD(&timer_list);
3c2d774c
GS
583 spin_lock_irqsave(&cm_core->ht_lock, flags);
584
6492cdf3 585 list_for_each_safe(list_node, list_core_temp,
879e5bd5 586 &cm_core->connected_nodes) {
3c2d774c 587 cm_node = container_of(list_node, struct nes_cm_node, list);
9d5ab133 588 if ((cm_node->recv_entry) || (cm_node->send_entry)) {
879e5bd5
FL
589 add_ref_cm_node(cm_node);
590 list_add(&cm_node->timer_entry, &timer_list);
591 }
592 }
593 spin_unlock_irqrestore(&cm_core->ht_lock, flags);
594
595 list_for_each_safe(list_node, list_core_temp, &timer_list) {
596 cm_node = container_of(list_node, struct nes_cm_node,
597 timer_entry);
9d5ab133
FL
598 recv_entry = cm_node->recv_entry;
599
600 if (recv_entry) {
6492cdf3
FL
601 if (time_after(recv_entry->timetosend, jiffies)) {
602 if (nexttimeout > recv_entry->timetosend ||
9d5ab133 603 !settimer) {
3c2d774c
GS
604 nexttimeout = recv_entry->timetosend;
605 settimer = 1;
606 }
9d5ab133
FL
607 } else
608 handle_recv_entry(cm_node, 1);
3c2d774c 609 }
3c2d774c
GS
610
611 spin_lock_irqsave(&cm_node->retrans_list_lock, flags);
6492cdf3
FL
612 do {
613 send_entry = cm_node->send_entry;
614 if (!send_entry)
c5d321e5 615 break;
3c2d774c
GS
616 if (time_after(send_entry->timetosend, jiffies)) {
617 if (cm_node->state != NES_CM_STATE_TSA) {
6492cdf3
FL
618 if ((nexttimeout >
619 send_entry->timetosend) ||
620 !settimer) {
621 nexttimeout =
622 send_entry->timetosend;
3c2d774c
GS
623 settimer = 1;
624 }
3c2d774c 625 } else {
6492cdf3 626 free_retrans_entry(cm_node);
3c2d774c 627 }
9d5ab133 628 break;
3c2d774c 629 }
6492cdf3
FL
630
631 if ((cm_node->state == NES_CM_STATE_TSA) ||
632 (cm_node->state == NES_CM_STATE_CLOSED)) {
633 free_retrans_entry(cm_node);
c5d321e5 634 break;
3c2d774c
GS
635 }
636
6492cdf3
FL
637 if (!send_entry->retranscount ||
638 !send_entry->retrycount) {
3c2d774c 639 cm_packets_dropped++;
6492cdf3 640 free_retrans_entry(cm_node);
9d5ab133 641
6492cdf3
FL
642 spin_unlock_irqrestore(
643 &cm_node->retrans_list_lock, flags);
9d5ab133
FL
644 nes_retrans_expired(cm_node);
645 cm_node->state = NES_CM_STATE_CLOSED;
6492cdf3
FL
646 spin_lock_irqsave(&cm_node->retrans_list_lock,
647 flags);
c5d321e5 648 break;
3c2d774c 649 }
3c2d774c
GS
650 atomic_inc(&send_entry->skb->users);
651 cm_packets_retrans++;
6492cdf3
FL
652 nes_debug(NES_DBG_CM, "Retransmitting send_entry %p "
653 "for node %p, jiffies = %lu, time to send = "
654 "%lu, retranscount = %u, send_entry->seq_num = "
655 "0x%08X, cm_node->tcp_cntxt.rem_ack_num = "
656 "0x%08X\n", send_entry, cm_node, jiffies,
657 send_entry->timetosend,
658 send_entry->retranscount,
659 send_entry->seq_num,
660 cm_node->tcp_cntxt.rem_ack_num);
661
662 spin_unlock_irqrestore(&cm_node->retrans_list_lock,
663 flags);
3c2d774c 664 ret = nes_nic_cm_xmit(send_entry->skb, cm_node->netdev);
6492cdf3 665 spin_lock_irqsave(&cm_node->retrans_list_lock, flags);
3c2d774c 666 if (ret != NETDEV_TX_OK) {
6492cdf3
FL
667 nes_debug(NES_DBG_CM, "rexmit failed for "
668 "node=%p\n", cm_node);
3c2d774c 669 cm_packets_bounced++;
3c2d774c
GS
670 send_entry->retrycount--;
671 nexttimeout = jiffies + NES_SHORT_TIME;
672 settimer = 1;
c5d321e5 673 break;
3c2d774c
GS
674 } else {
675 cm_packets_sent++;
676 }
6492cdf3
FL
677 nes_debug(NES_DBG_CM, "Packet Sent: retrans count = "
678 "%u, retry count = %u.\n",
679 send_entry->retranscount,
680 send_entry->retrycount);
3c2d774c
GS
681 if (send_entry->send_retrans) {
682 send_entry->retranscount--;
4e9c3900
FL
683 timetosend = (NES_RETRY_TIMEOUT <<
684 (NES_DEFAULT_RETRANS - send_entry->retranscount));
685
6492cdf3 686 send_entry->timetosend = jiffies +
4e9c3900 687 min(timetosend, NES_MAX_TIMEOUT);
6492cdf3
FL
688 if (nexttimeout > send_entry->timetosend ||
689 !settimer) {
3c2d774c
GS
690 nexttimeout = send_entry->timetosend;
691 settimer = 1;
692 }
3c2d774c
GS
693 } else {
694 int close_when_complete;
6492cdf3
FL
695 close_when_complete =
696 send_entry->close_when_complete;
697 nes_debug(NES_DBG_CM, "cm_node=%p state=%d\n",
698 cm_node, cm_node->state);
699 free_retrans_entry(cm_node);
700 if (close_when_complete)
701 rem_ref_cm_node(cm_node->cm_core,
702 cm_node);
3c2d774c 703 }
6492cdf3 704 } while (0);
3c2d774c 705
6492cdf3
FL
706 spin_unlock_irqrestore(&cm_node->retrans_list_lock, flags);
707 rem_ref_cm_node(cm_node->cm_core, cm_node);
3c2d774c 708 }
3c2d774c
GS
709
710 if (settimer) {
711 if (!timer_pending(&cm_core->tcp_timer)) {
712 cm_core->tcp_timer.expires = nexttimeout;
713 add_timer(&cm_core->tcp_timer);
714 }
715 }
716}
717
718
719/**
720 * send_syn
721 */
6492cdf3
FL
722static int send_syn(struct nes_cm_node *cm_node, u32 sendack,
723 struct sk_buff *skb)
3c2d774c
GS
724{
725 int ret;
726 int flags = SET_SYN;
3c2d774c 727 char optionsbuffer[sizeof(struct option_mss) +
6492cdf3
FL
728 sizeof(struct option_windowscale) + sizeof(struct option_base) +
729 TCP_OPTIONS_PADDING];
3c2d774c
GS
730
731 int optionssize = 0;
732 /* Sending MSS option */
733 union all_known_options *options;
734
735 if (!cm_node)
736 return -EINVAL;
737
738 options = (union all_known_options *)&optionsbuffer[optionssize];
739 options->as_mss.optionnum = OPTION_NUMBER_MSS;
740 options->as_mss.length = sizeof(struct option_mss);
741 options->as_mss.mss = htons(cm_node->tcp_cntxt.mss);
742 optionssize += sizeof(struct option_mss);
743
744 options = (union all_known_options *)&optionsbuffer[optionssize];
745 options->as_windowscale.optionnum = OPTION_NUMBER_WINDOW_SCALE;
746 options->as_windowscale.length = sizeof(struct option_windowscale);
747 options->as_windowscale.shiftcount = cm_node->tcp_cntxt.rcv_wscale;
748 optionssize += sizeof(struct option_windowscale);
749
6492cdf3 750 if (sendack && !(NES_DRV_OPT_SUPRESS_OPTION_BC & nes_drv_opt)) {
3c2d774c
GS
751 options = (union all_known_options *)&optionsbuffer[optionssize];
752 options->as_base.optionnum = OPTION_NUMBER_WRITE0;
753 options->as_base.length = sizeof(struct option_base);
754 optionssize += sizeof(struct option_base);
755 /* we need the size to be a multiple of 4 */
756 options = (union all_known_options *)&optionsbuffer[optionssize];
757 options->as_end = 1;
758 optionssize += 1;
759 options = (union all_known_options *)&optionsbuffer[optionssize];
760 options->as_end = 1;
761 optionssize += 1;
762 }
763
764 options = (union all_known_options *)&optionsbuffer[optionssize];
765 options->as_end = OPTION_NUMBER_END;
766 optionssize += 1;
767
6492cdf3 768 if (!skb)
e189062a 769 skb = dev_alloc_skb(MAX_CM_BUFFER);
3c2d774c
GS
770 if (!skb) {
771 nes_debug(NES_DBG_CM, "Failed to get a Free pkt\n");
772 return -1;
773 }
774
775 if (sendack)
776 flags |= SET_ACK;
777
778 form_cm_frame(skb, cm_node, optionsbuffer, optionssize, NULL, 0, flags);
779 ret = schedule_nes_timer(cm_node, skb, NES_TIMER_TYPE_SEND, 1, 0);
780
781 return ret;
782}
783
784
785/**
786 * send_reset
787 */
6492cdf3 788static int send_reset(struct nes_cm_node *cm_node, struct sk_buff *skb)
3c2d774c
GS
789{
790 int ret;
3c2d774c
GS
791 int flags = SET_RST | SET_ACK;
792
6492cdf3 793 if (!skb)
e189062a 794 skb = dev_alloc_skb(MAX_CM_BUFFER);
3c2d774c
GS
795 if (!skb) {
796 nes_debug(NES_DBG_CM, "Failed to get a Free pkt\n");
9d5ab133 797 return -ENOMEM;
3c2d774c
GS
798 }
799
3c2d774c
GS
800 form_cm_frame(skb, cm_node, NULL, 0, NULL, 0, flags);
801 ret = schedule_nes_timer(cm_node, skb, NES_TIMER_TYPE_SEND, 0, 1);
802
803 return ret;
804}
805
806
807/**
808 * send_ack
809 */
6492cdf3 810static int send_ack(struct nes_cm_node *cm_node, struct sk_buff *skb)
3c2d774c
GS
811{
812 int ret;
6492cdf3
FL
813
814 if (!skb)
e189062a 815 skb = dev_alloc_skb(MAX_CM_BUFFER);
3c2d774c
GS
816
817 if (!skb) {
818 nes_debug(NES_DBG_CM, "Failed to get a Free pkt\n");
819 return -1;
820 }
821
822 form_cm_frame(skb, cm_node, NULL, 0, NULL, 0, SET_ACK);
823 ret = schedule_nes_timer(cm_node, skb, NES_TIMER_TYPE_SEND, 0, 0);
824
825 return ret;
826}
827
828
829/**
830 * send_fin
831 */
1a855fbf 832static int send_fin(struct nes_cm_node *cm_node, struct sk_buff *skb)
3c2d774c
GS
833{
834 int ret;
835
836 /* if we didn't get a frame get one */
837 if (!skb)
e189062a 838 skb = dev_alloc_skb(MAX_CM_BUFFER);
3c2d774c
GS
839
840 if (!skb) {
841 nes_debug(NES_DBG_CM, "Failed to get a Free pkt\n");
842 return -1;
843 }
844
845 form_cm_frame(skb, cm_node, NULL, 0, NULL, 0, SET_ACK | SET_FIN);
846 ret = schedule_nes_timer(cm_node, skb, NES_TIMER_TYPE_SEND, 1, 0);
847
848 return ret;
849}
850
851
3c2d774c
GS
852/**
853 * find_node - find a cm node that matches the reference cm node
854 */
855static struct nes_cm_node *find_node(struct nes_cm_core *cm_core,
856 u16 rem_port, nes_addr_t rem_addr, u16 loc_port, nes_addr_t loc_addr)
857{
858 unsigned long flags;
3c2d774c
GS
859 struct list_head *hte;
860 struct nes_cm_node *cm_node;
861
3c2d774c
GS
862 /* get a handle on the hte */
863 hte = &cm_core->connected_nodes;
864
3c2d774c
GS
865 /* walk list and find cm_node associated with this session ID */
866 spin_lock_irqsave(&cm_core->ht_lock, flags);
4e96a774 867 list_for_each_entry(cm_node, hte, list) {
3c2d774c
GS
868 /* compare quad, return node handle if a match */
869 nes_debug(NES_DBG_CM, "finding node %x:%x =? %x:%x ^ %x:%x =? %x:%x\n",
870 cm_node->loc_addr, cm_node->loc_port,
871 loc_addr, loc_port,
872 cm_node->rem_addr, cm_node->rem_port,
873 rem_addr, rem_port);
874 if ((cm_node->loc_addr == loc_addr) && (cm_node->loc_port == loc_port) &&
875 (cm_node->rem_addr == rem_addr) && (cm_node->rem_port == rem_port)) {
876 add_ref_cm_node(cm_node);
877 spin_unlock_irqrestore(&cm_core->ht_lock, flags);
878 return cm_node;
879 }
880 }
881 spin_unlock_irqrestore(&cm_core->ht_lock, flags);
882
883 /* no owner node */
884 return NULL;
885}
886
887
888/**
889 * find_listener - find a cm node listening on this addr-port pair
890 */
891static struct nes_cm_listener *find_listener(struct nes_cm_core *cm_core,
892 nes_addr_t dst_addr, u16 dst_port, enum nes_cm_listener_state listener_state)
893{
894 unsigned long flags;
3c2d774c
GS
895 struct nes_cm_listener *listen_node;
896
897 /* walk list and find cm_node associated with this session ID */
898 spin_lock_irqsave(&cm_core->listen_list_lock, flags);
4e96a774 899 list_for_each_entry(listen_node, &cm_core->listen_list.list, list) {
3c2d774c
GS
900 /* compare node pair, return node handle if a match */
901 if (((listen_node->loc_addr == dst_addr) ||
902 listen_node->loc_addr == 0x00000000) &&
903 (listen_node->loc_port == dst_port) &&
904 (listener_state & listen_node->listener_state)) {
905 atomic_inc(&listen_node->ref_count);
906 spin_unlock_irqrestore(&cm_core->listen_list_lock, flags);
907 return listen_node;
908 }
909 }
910 spin_unlock_irqrestore(&cm_core->listen_list_lock, flags);
911
3c2d774c
GS
912 /* no listener */
913 return NULL;
914}
915
916
917/**
918 * add_hte_node - add a cm node to the hash table
919 */
920static int add_hte_node(struct nes_cm_core *cm_core, struct nes_cm_node *cm_node)
921{
922 unsigned long flags;
3c2d774c
GS
923 struct list_head *hte;
924
925 if (!cm_node || !cm_core)
926 return -EINVAL;
927
6492cdf3
FL
928 nes_debug(NES_DBG_CM, "Adding Node %p to Active Connection HT\n",
929 cm_node);
3c2d774c 930
3c2d774c
GS
931 spin_lock_irqsave(&cm_core->ht_lock, flags);
932
933 /* get a handle on the hash table element (list head for this slot) */
934 hte = &cm_core->connected_nodes;
935 list_add_tail(&cm_node->list, hte);
936 atomic_inc(&cm_core->ht_node_cnt);
937
938 spin_unlock_irqrestore(&cm_core->ht_lock, flags);
939
940 return 0;
941}
942
943
944/**
945 * mini_cm_dec_refcnt_listen
946 */
947static int mini_cm_dec_refcnt_listen(struct nes_cm_core *cm_core,
6492cdf3 948 struct nes_cm_listener *listener, int free_hanging_nodes)
3c2d774c 949{
9d5ab133
FL
950 int ret = -EINVAL;
951 int err = 0;
3c2d774c 952 unsigned long flags;
6492cdf3
FL
953 struct list_head *list_pos = NULL;
954 struct list_head *list_temp = NULL;
955 struct nes_cm_node *cm_node = NULL;
879e5bd5 956 struct list_head reset_list;
6492cdf3
FL
957
958 nes_debug(NES_DBG_CM, "attempting listener= %p free_nodes= %d, "
959 "refcnt=%d\n", listener, free_hanging_nodes,
960 atomic_read(&listener->ref_count));
961 /* free non-accelerated child nodes for this listener */
879e5bd5 962 INIT_LIST_HEAD(&reset_list);
6492cdf3
FL
963 if (free_hanging_nodes) {
964 spin_lock_irqsave(&cm_core->ht_lock, flags);
965 list_for_each_safe(list_pos, list_temp,
879e5bd5 966 &g_cm_core->connected_nodes) {
6492cdf3
FL
967 cm_node = container_of(list_pos, struct nes_cm_node,
968 list);
969 if ((cm_node->listener == listener) &&
879e5bd5
FL
970 (!cm_node->accelerated)) {
971 add_ref_cm_node(cm_node);
972 list_add(&cm_node->reset_entry, &reset_list);
6492cdf3
FL
973 }
974 }
975 spin_unlock_irqrestore(&cm_core->ht_lock, flags);
976 }
879e5bd5
FL
977
978 list_for_each_safe(list_pos, list_temp, &reset_list) {
979 cm_node = container_of(list_pos, struct nes_cm_node,
9d5ab133
FL
980 reset_entry);
981 {
982 struct nes_cm_node *loopback = cm_node->loopbackpartner;
c5a7d489 983 enum nes_cm_node_state old_state;
9d5ab133
FL
984 if (NES_CM_STATE_FIN_WAIT1 <= cm_node->state) {
985 rem_ref_cm_node(cm_node->cm_core, cm_node);
986 } else {
987 if (!loopback) {
988 cleanup_retrans_entry(cm_node);
989 err = send_reset(cm_node, NULL);
990 if (err) {
991 cm_node->state =
992 NES_CM_STATE_CLOSED;
993 WARN_ON(1);
994 } else {
c5a7d489
FL
995 old_state = cm_node->state;
996 cm_node->state = NES_CM_STATE_LISTENER_DESTROYED;
997 if (old_state != NES_CM_STATE_MPAREQ_RCVD)
998 rem_ref_cm_node(
999 cm_node->cm_core,
1000 cm_node);
9d5ab133
FL
1001 }
1002 } else {
1003 struct nes_cm_event event;
1004
1005 event.cm_node = loopback;
1006 event.cm_info.rem_addr =
1007 loopback->rem_addr;
1008 event.cm_info.loc_addr =
1009 loopback->loc_addr;
1010 event.cm_info.rem_port =
1011 loopback->rem_port;
1012 event.cm_info.loc_port =
1013 loopback->loc_port;
1014 event.cm_info.cm_id = loopback->cm_id;
43093b94
FL
1015 add_ref_cm_node(loopback);
1016 loopback->state = NES_CM_STATE_CLOSED;
9d5ab133 1017 cm_event_connect_error(&event);
c5a7d489 1018 cm_node->state = NES_CM_STATE_LISTENER_DESTROYED;
9d5ab133 1019
9d5ab133
FL
1020 rem_ref_cm_node(cm_node->cm_core,
1021 cm_node);
1022
1023 }
1024 }
1025 }
879e5bd5
FL
1026 }
1027
3c2d774c
GS
1028 spin_lock_irqsave(&cm_core->listen_list_lock, flags);
1029 if (!atomic_dec_return(&listener->ref_count)) {
1030 list_del(&listener->list);
1031
1032 /* decrement our listen node count */
1033 atomic_dec(&cm_core->listen_node_cnt);
1034
1035 spin_unlock_irqrestore(&cm_core->listen_list_lock, flags);
1036
1037 if (listener->nesvnic) {
1038 nes_manage_apbvt(listener->nesvnic, listener->loc_port,
1039 PCI_FUNC(listener->nesvnic->nesdev->pcidev->devfn), NES_MANAGE_APBVT_DEL);
1040 }
1041
1042 nes_debug(NES_DBG_CM, "destroying listener (%p)\n", listener);
1043
1044 kfree(listener);
a2e9c384 1045 listener = NULL;
3c2d774c 1046 ret = 0;
6e10d2e4 1047 atomic_inc(&cm_listens_destroyed);
3c2d774c
GS
1048 } else {
1049 spin_unlock_irqrestore(&cm_core->listen_list_lock, flags);
1050 }
1051 if (listener) {
1052 if (atomic_read(&listener->pend_accepts_cnt) > 0)
1053 nes_debug(NES_DBG_CM, "destroying listener (%p)"
1054 " with non-zero pending accepts=%u\n",
1055 listener, atomic_read(&listener->pend_accepts_cnt));
1056 }
1057
1058 return ret;
1059}
1060
1061
1062/**
1063 * mini_cm_del_listen
1064 */
1065static int mini_cm_del_listen(struct nes_cm_core *cm_core,
1066 struct nes_cm_listener *listener)
1067{
1068 listener->listener_state = NES_CM_LISTENER_PASSIVE_STATE;
1069 listener->cm_id = NULL; /* going to be destroyed pretty soon */
1070 return mini_cm_dec_refcnt_listen(cm_core, listener, 1);
1071}
1072
1073
1074/**
1075 * mini_cm_accelerated
1076 */
1077static inline int mini_cm_accelerated(struct nes_cm_core *cm_core,
1078 struct nes_cm_node *cm_node)
1079{
1080 u32 was_timer_set;
1081 cm_node->accelerated = 1;
1082
1083 if (cm_node->accept_pend) {
1084 BUG_ON(!cm_node->listener);
1085 atomic_dec(&cm_node->listener->pend_accepts_cnt);
9d5ab133 1086 cm_node->accept_pend = 0;
3c2d774c
GS
1087 BUG_ON(atomic_read(&cm_node->listener->pend_accepts_cnt) < 0);
1088 }
1089
1090 was_timer_set = timer_pending(&cm_core->tcp_timer);
1091 if (!was_timer_set) {
1092 cm_core->tcp_timer.expires = jiffies + NES_SHORT_TIME;
1093 add_timer(&cm_core->tcp_timer);
1094 }
1095
1096 return 0;
1097}
1098
1099
1100/**
7191a0a1 1101 * nes_addr_resolve_neigh
3c2d774c 1102 */
7a576dfd 1103static int nes_addr_resolve_neigh(struct nes_vnic *nesvnic, u32 dst_ip, int arpindex)
3c2d774c
GS
1104{
1105 struct rtable *rt;
1106 struct flowi fl;
7191a0a1 1107 struct neighbour *neigh;
7a576dfd
FL
1108 int rc = arpindex;
1109 struct nes_adapter *nesadapter = nesvnic->nesdev->nesadapter;
3c2d774c
GS
1110
1111 memset(&fl, 0, sizeof fl);
1112 fl.nl_u.ip4_u.daddr = htonl(dst_ip);
1113 if (ip_route_output_key(&init_net, &rt, &fl)) {
9d5ab133 1114 printk(KERN_ERR "%s: ip_route_output_key failed for 0x%08X\n",
33718363 1115 __func__, dst_ip);
7191a0a1 1116 return rc;
3c2d774c
GS
1117 }
1118
7191a0a1
BS
1119 neigh = neigh_lookup(&arp_tbl, &rt->rt_gateway, nesvnic->netdev);
1120 if (neigh) {
1121 if (neigh->nud_state & NUD_VALID) {
1122 nes_debug(NES_DBG_CM, "Neighbor MAC address for 0x%08X"
e174961c
JB
1123 " is %pM, Gateway is 0x%08X \n", dst_ip,
1124 neigh->ha, ntohl(rt->rt_gateway));
7a576dfd
FL
1125
1126 if (arpindex >= 0) {
1127 if (!memcmp(nesadapter->arp_table[arpindex].mac_addr,
1128 neigh->ha, ETH_ALEN)){
1129 /* Mac address same as in nes_arp_table */
1130 neigh_release(neigh);
1131 ip_rt_put(rt);
1132 return rc;
1133 }
1134
1135 nes_manage_arp_cache(nesvnic->netdev,
1136 nesadapter->arp_table[arpindex].mac_addr,
1137 dst_ip, NES_ARP_DELETE);
1138 }
1139
7191a0a1
BS
1140 nes_manage_arp_cache(nesvnic->netdev, neigh->ha,
1141 dst_ip, NES_ARP_ADD);
1142 rc = nes_arp_table(nesvnic->nesdev, dst_ip, NULL,
1143 NES_ARP_RESOLVE);
1144 }
1145 neigh_release(neigh);
1146 }
1147
1148 if ((neigh == NULL) || (!(neigh->nud_state & NUD_VALID)))
d8d1f30b 1149 neigh_event_send(rt->dst.neighbour, NULL);
7191a0a1 1150
3c2d774c 1151 ip_rt_put(rt);
7191a0a1 1152 return rc;
3c2d774c
GS
1153}
1154
3c2d774c
GS
1155/**
1156 * make_cm_node - create a new instance of a cm node
1157 */
1158static struct nes_cm_node *make_cm_node(struct nes_cm_core *cm_core,
1159 struct nes_vnic *nesvnic, struct nes_cm_info *cm_info,
1160 struct nes_cm_listener *listener)
1161{
1162 struct nes_cm_node *cm_node;
1163 struct timespec ts;
7a576dfd 1164 int oldarpindex = 0;
3c2d774c
GS
1165 int arpindex = 0;
1166 struct nes_device *nesdev;
1167 struct nes_adapter *nesadapter;
1168
1169 /* create an hte and cm_node for this instance */
1170 cm_node = kzalloc(sizeof(*cm_node), GFP_ATOMIC);
1171 if (!cm_node)
1172 return NULL;
1173
1174 /* set our node specific transport info */
1175 cm_node->loc_addr = cm_info->loc_addr;
1176 cm_node->rem_addr = cm_info->rem_addr;
1177 cm_node->loc_port = cm_info->loc_port;
1178 cm_node->rem_port = cm_info->rem_port;
1179 cm_node->send_write0 = send_first;
63779436
HH
1180 nes_debug(NES_DBG_CM, "Make node addresses : loc = %pI4:%x, rem = %pI4:%x\n",
1181 &cm_node->loc_addr, cm_node->loc_port,
1182 &cm_node->rem_addr, cm_node->rem_port);
3c2d774c
GS
1183 cm_node->listener = listener;
1184 cm_node->netdev = nesvnic->netdev;
1185 cm_node->cm_id = cm_info->cm_id;
1186 memcpy(cm_node->loc_mac, nesvnic->netdev->dev_addr, ETH_ALEN);
1187
6492cdf3
FL
1188 nes_debug(NES_DBG_CM, "listener=%p, cm_id=%p\n", cm_node->listener,
1189 cm_node->cm_id);
3c2d774c 1190
3c2d774c 1191 spin_lock_init(&cm_node->retrans_list_lock);
3c2d774c
GS
1192
1193 cm_node->loopbackpartner = NULL;
1194 atomic_set(&cm_node->ref_count, 1);
1195 /* associate our parent CM core */
1196 cm_node->cm_core = cm_core;
1197 cm_node->tcp_cntxt.loc_id = NES_CM_DEF_LOCAL_ID;
1198 cm_node->tcp_cntxt.rcv_wscale = NES_CM_DEFAULT_RCV_WND_SCALE;
1199 cm_node->tcp_cntxt.rcv_wnd = NES_CM_DEFAULT_RCV_WND_SCALED >>
1200 NES_CM_DEFAULT_RCV_WND_SCALE;
1201 ts = current_kernel_time();
1202 cm_node->tcp_cntxt.loc_seq_num = htonl(ts.tv_nsec);
1203 cm_node->tcp_cntxt.mss = nesvnic->max_frame_size - sizeof(struct iphdr) -
f2b2b59b 1204 sizeof(struct tcphdr) - ETH_HLEN - VLAN_HLEN;
3c2d774c
GS
1205 cm_node->tcp_cntxt.rcv_nxt = 0;
1206 /* get a unique session ID , add thread_id to an upcounter to handle race */
1207 atomic_inc(&cm_core->node_cnt);
3c2d774c
GS
1208 cm_node->conn_type = cm_info->conn_type;
1209 cm_node->apbvt_set = 0;
1210 cm_node->accept_pend = 0;
1211
1212 cm_node->nesvnic = nesvnic;
1213 /* get some device handles, for arp lookup */
1214 nesdev = nesvnic->nesdev;
1215 nesadapter = nesdev->nesadapter;
1216
1217 cm_node->loopbackpartner = NULL;
7a576dfd 1218
3c2d774c 1219 /* get the mac addr for the remote node */
1ee86555
CT
1220 if (ipv4_is_loopback(htonl(cm_node->rem_addr)))
1221 arpindex = nes_arp_table(nesdev, ntohl(nesvnic->local_ipaddr), NULL, NES_ARP_RESOLVE);
7a576dfd
FL
1222 else {
1223 oldarpindex = nes_arp_table(nesdev, cm_node->rem_addr, NULL, NES_ARP_RESOLVE);
1224 arpindex = nes_addr_resolve_neigh(nesvnic, cm_info->rem_addr, oldarpindex);
1225
1226 }
3c2d774c 1227 if (arpindex < 0) {
7a576dfd
FL
1228 kfree(cm_node);
1229 return NULL;
3c2d774c
GS
1230 }
1231
1232 /* copy the mac addr to node context */
1233 memcpy(cm_node->rem_mac, nesadapter->arp_table[arpindex].mac_addr, ETH_ALEN);
e174961c
JB
1234 nes_debug(NES_DBG_CM, "Remote mac addr from arp table: %pM\n",
1235 cm_node->rem_mac);
3c2d774c
GS
1236
1237 add_hte_node(cm_core, cm_node);
1238 atomic_inc(&cm_nodes_created);
1239
1240 return cm_node;
1241}
1242
1243
1244/**
1245 * add_ref_cm_node - destroy an instance of a cm node
1246 */
1247static int add_ref_cm_node(struct nes_cm_node *cm_node)
1248{
1249 atomic_inc(&cm_node->ref_count);
1250 return 0;
1251}
1252
1253
1254/**
1255 * rem_ref_cm_node - destroy an instance of a cm node
1256 */
1257static int rem_ref_cm_node(struct nes_cm_core *cm_core,
6492cdf3 1258 struct nes_cm_node *cm_node)
3c2d774c 1259{
9d5ab133 1260 unsigned long flags;
3c2d774c
GS
1261 struct nes_qp *nesqp;
1262
1263 if (!cm_node)
1264 return -EINVAL;
1265
1266 spin_lock_irqsave(&cm_node->cm_core->ht_lock, flags);
1267 if (atomic_dec_return(&cm_node->ref_count)) {
1268 spin_unlock_irqrestore(&cm_node->cm_core->ht_lock, flags);
1269 return 0;
1270 }
1271 list_del(&cm_node->list);
1272 atomic_dec(&cm_core->ht_node_cnt);
1273 spin_unlock_irqrestore(&cm_node->cm_core->ht_lock, flags);
1274
1275 /* if the node is destroyed before connection was accelerated */
1276 if (!cm_node->accelerated && cm_node->accept_pend) {
1277 BUG_ON(!cm_node->listener);
1278 atomic_dec(&cm_node->listener->pend_accepts_cnt);
1279 BUG_ON(atomic_read(&cm_node->listener->pend_accepts_cnt) < 0);
1280 }
9d5ab133
FL
1281 WARN_ON(cm_node->send_entry);
1282 if (cm_node->recv_entry)
1283 handle_recv_entry(cm_node, 0);
3c2d774c
GS
1284 if (cm_node->listener) {
1285 mini_cm_dec_refcnt_listen(cm_core, cm_node->listener, 0);
1286 } else {
1287 if (cm_node->apbvt_set && cm_node->nesvnic) {
1288 nes_manage_apbvt(cm_node->nesvnic, cm_node->loc_port,
6492cdf3
FL
1289 PCI_FUNC(
1290 cm_node->nesvnic->nesdev->pcidev->devfn),
1291 NES_MANAGE_APBVT_DEL);
3c2d774c
GS
1292 }
1293 }
1294
3c2d774c
GS
1295 atomic_dec(&cm_core->node_cnt);
1296 atomic_inc(&cm_nodes_destroyed);
6492cdf3
FL
1297 nesqp = cm_node->nesqp;
1298 if (nesqp) {
1299 nesqp->cm_node = NULL;
1300 nes_rem_ref(&nesqp->ibqp);
1301 cm_node->nesqp = NULL;
1302 }
3c2d774c 1303
6492cdf3 1304 kfree(cm_node);
3c2d774c
GS
1305 return 0;
1306}
1307
3c2d774c
GS
1308/**
1309 * process_options
1310 */
6492cdf3
FL
1311static int process_options(struct nes_cm_node *cm_node, u8 *optionsloc,
1312 u32 optionsize, u32 syn_packet)
3c2d774c
GS
1313{
1314 u32 tmp;
1315 u32 offset = 0;
1316 union all_known_options *all_options;
1317 char got_mss_option = 0;
1318
1319 while (offset < optionsize) {
1320 all_options = (union all_known_options *)(optionsloc + offset);
1321 switch (all_options->as_base.optionnum) {
6492cdf3
FL
1322 case OPTION_NUMBER_END:
1323 offset = optionsize;
1324 break;
1325 case OPTION_NUMBER_NONE:
1326 offset += 1;
1327 continue;
1328 case OPTION_NUMBER_MSS:
1329 nes_debug(NES_DBG_CM, "%s: MSS Length: %d Offset: %d "
1330 "Size: %d\n", __func__,
1331 all_options->as_mss.length, offset, optionsize);
1332 got_mss_option = 1;
1333 if (all_options->as_mss.length != 4) {
1334 return 1;
1335 } else {
1336 tmp = ntohs(all_options->as_mss.mss);
1337 if (tmp > 0 && tmp <
1338 cm_node->tcp_cntxt.mss)
1339 cm_node->tcp_cntxt.mss = tmp;
1340 }
1341 break;
1342 case OPTION_NUMBER_WINDOW_SCALE:
1343 cm_node->tcp_cntxt.snd_wscale =
1344 all_options->as_windowscale.shiftcount;
1345 break;
1346 case OPTION_NUMBER_WRITE0:
1347 cm_node->send_write0 = 1;
1348 break;
1349 default:
1350 nes_debug(NES_DBG_CM, "TCP Option not understood: %x\n",
1351 all_options->as_base.optionnum);
1352 break;
3c2d774c
GS
1353 }
1354 offset += all_options->as_base.length;
1355 }
1356 if ((!got_mss_option) && (syn_packet))
1357 cm_node->tcp_cntxt.mss = NES_CM_DEFAULT_MSS;
1358 return 0;
1359}
1360
6492cdf3
FL
1361static void drop_packet(struct sk_buff *skb)
1362{
1363 atomic_inc(&cm_accel_dropped_pkts);
1364 dev_kfree_skb_any(skb);
1365}
3c2d774c 1366
9d5ab133 1367static void handle_fin_pkt(struct nes_cm_node *cm_node)
3c2d774c 1368{
6492cdf3
FL
1369 nes_debug(NES_DBG_CM, "Received FIN, cm_node = %p, state = %u. "
1370 "refcnt=%d\n", cm_node, cm_node->state,
1371 atomic_read(&cm_node->ref_count));
6492cdf3
FL
1372 switch (cm_node->state) {
1373 case NES_CM_STATE_SYN_RCVD:
1374 case NES_CM_STATE_SYN_SENT:
1375 case NES_CM_STATE_ESTABLISHED:
9d5ab133 1376 case NES_CM_STATE_MPAREJ_RCVD:
109d67e4
FL
1377 cm_node->tcp_cntxt.rcv_nxt++;
1378 cleanup_retrans_entry(cm_node);
6492cdf3 1379 cm_node->state = NES_CM_STATE_LAST_ACK;
9d5ab133 1380 send_fin(cm_node, NULL);
6492cdf3 1381 break;
b1190d3e
FL
1382 case NES_CM_STATE_MPAREQ_SENT:
1383 create_event(cm_node, NES_CM_EVENT_ABORTED);
1384 cm_node->tcp_cntxt.rcv_nxt++;
1385 cleanup_retrans_entry(cm_node);
1386 cm_node->state = NES_CM_STATE_CLOSED;
1387 add_ref_cm_node(cm_node);
1388 send_reset(cm_node, NULL);
1389 break;
6492cdf3 1390 case NES_CM_STATE_FIN_WAIT1:
109d67e4
FL
1391 cm_node->tcp_cntxt.rcv_nxt++;
1392 cleanup_retrans_entry(cm_node);
6492cdf3 1393 cm_node->state = NES_CM_STATE_CLOSING;
9d5ab133
FL
1394 send_ack(cm_node, NULL);
1395 /* Wait for ACK as this is simultanous close..
1396 * After we receive ACK, do not send anything..
1397 * Just rm the node.. Done.. */
6492cdf3
FL
1398 break;
1399 case NES_CM_STATE_FIN_WAIT2:
109d67e4
FL
1400 cm_node->tcp_cntxt.rcv_nxt++;
1401 cleanup_retrans_entry(cm_node);
6492cdf3 1402 cm_node->state = NES_CM_STATE_TIME_WAIT;
9d5ab133
FL
1403 send_ack(cm_node, NULL);
1404 schedule_nes_timer(cm_node, NULL, NES_TIMER_TYPE_CLOSE, 1, 0);
1405 break;
1406 case NES_CM_STATE_TIME_WAIT:
109d67e4
FL
1407 cm_node->tcp_cntxt.rcv_nxt++;
1408 cleanup_retrans_entry(cm_node);
6492cdf3 1409 cm_node->state = NES_CM_STATE_CLOSED;
9d5ab133 1410 rem_ref_cm_node(cm_node->cm_core, cm_node);
6492cdf3
FL
1411 break;
1412 case NES_CM_STATE_TSA:
1413 default:
1414 nes_debug(NES_DBG_CM, "Error Rcvd FIN for node-%p state = %d\n",
1415 cm_node, cm_node->state);
6492cdf3 1416 break;
3c2d774c 1417 }
6492cdf3 1418}
3c2d774c 1419
3c2d774c 1420
6492cdf3
FL
1421static void handle_rst_pkt(struct nes_cm_node *cm_node, struct sk_buff *skb,
1422 struct tcphdr *tcph)
1423{
3c2d774c 1424
6492cdf3 1425 int reset = 0; /* whether to send reset in case of err.. */
183ecfa3 1426 int passive_state;
6492cdf3
FL
1427 atomic_inc(&cm_resets_recvd);
1428 nes_debug(NES_DBG_CM, "Received Reset, cm_node = %p, state = %u."
1429 " refcnt=%d\n", cm_node, cm_node->state,
1430 atomic_read(&cm_node->ref_count));
1431 cleanup_retrans_entry(cm_node);
1432 switch (cm_node->state) {
1433 case NES_CM_STATE_SYN_SENT:
1434 case NES_CM_STATE_MPAREQ_SENT:
1435 nes_debug(NES_DBG_CM, "%s[%u] create abort for cm_node=%p "
1436 "listener=%p state=%d\n", __func__, __LINE__, cm_node,
1437 cm_node->listener, cm_node->state);
1438 active_open_err(cm_node, skb, reset);
1439 break;
183ecfa3
FL
1440 case NES_CM_STATE_MPAREQ_RCVD:
1441 passive_state = atomic_add_return(1, &cm_node->passive_state);
1442 if (passive_state == NES_SEND_RESET_EVENT)
1443 create_event(cm_node, NES_CM_EVENT_RESET);
183ecfa3
FL
1444 cm_node->state = NES_CM_STATE_CLOSED;
1445 dev_kfree_skb_any(skb);
1446 break;
6492cdf3
FL
1447 case NES_CM_STATE_ESTABLISHED:
1448 case NES_CM_STATE_SYN_RCVD:
1449 case NES_CM_STATE_LISTENING:
1450 nes_debug(NES_DBG_CM, "Bad state %s[%u]\n", __func__, __LINE__);
1451 passive_open_err(cm_node, skb, reset);
1452 break;
1453 case NES_CM_STATE_TSA:
183ecfa3
FL
1454 active_open_err(cm_node, skb, reset);
1455 break;
1456 case NES_CM_STATE_CLOSED:
183ecfa3
FL
1457 drop_packet(skb);
1458 break;
68237a0f 1459 case NES_CM_STATE_FIN_WAIT1:
109d67e4
FL
1460 case NES_CM_STATE_LAST_ACK:
1461 cm_node->cm_id->rem_ref(cm_node->cm_id);
9d5ab133 1462 case NES_CM_STATE_TIME_WAIT:
9d5ab133
FL
1463 cm_node->state = NES_CM_STATE_CLOSED;
1464 rem_ref_cm_node(cm_node->cm_core, cm_node);
1465 drop_packet(skb);
1466 break;
6492cdf3 1467 default:
183ecfa3 1468 drop_packet(skb);
6492cdf3
FL
1469 break;
1470 }
1471}
3c2d774c 1472
9d5ab133
FL
1473
1474static void handle_rcv_mpa(struct nes_cm_node *cm_node, struct sk_buff *skb)
6492cdf3
FL
1475{
1476
9d5ab133 1477 int ret = 0;
6492cdf3
FL
1478 int datasize = skb->len;
1479 u8 *dataloc = skb->data;
9d5ab133
FL
1480
1481 enum nes_cm_event_type type = NES_CM_EVENT_UNKNOWN;
1482 u32 res_type;
1483 ret = parse_mpa(cm_node, dataloc, &res_type, datasize);
1484 if (ret) {
6492cdf3 1485 nes_debug(NES_DBG_CM, "didn't like MPA Request\n");
9d5ab133 1486 if (cm_node->state == NES_CM_STATE_MPAREQ_SENT) {
6492cdf3
FL
1487 nes_debug(NES_DBG_CM, "%s[%u] create abort for "
1488 "cm_node=%p listener=%p state=%d\n", __func__,
1489 __LINE__, cm_node, cm_node->listener,
1490 cm_node->state);
1491 active_open_err(cm_node, skb, 1);
1492 } else {
1493 passive_open_err(cm_node, skb, 1);
3c2d774c 1494 }
9d5ab133
FL
1495 return;
1496 }
1497
1498 switch (cm_node->state) {
1499 case NES_CM_STATE_ESTABLISHED:
1500 if (res_type == NES_MPA_REQUEST_REJECT) {
1501 /*BIG problem as we are receiving the MPA.. So should
1502 * not be REJECT.. This is Passive Open.. We can
1503 * only receive it Reject for Active Open...*/
1504 WARN_ON(1);
1505 }
1506 cm_node->state = NES_CM_STATE_MPAREQ_RCVD;
1507 type = NES_CM_EVENT_MPA_REQ;
1508 atomic_set(&cm_node->passive_state,
1509 NES_PASSIVE_STATE_INDICATED);
1510 break;
1511 case NES_CM_STATE_MPAREQ_SENT:
109d67e4 1512 cleanup_retrans_entry(cm_node);
9d5ab133
FL
1513 if (res_type == NES_MPA_REQUEST_REJECT) {
1514 type = NES_CM_EVENT_MPA_REJECT;
1515 cm_node->state = NES_CM_STATE_MPAREJ_RCVD;
1516 } else {
1517 type = NES_CM_EVENT_CONNECTED;
6492cdf3 1518 cm_node->state = NES_CM_STATE_TSA;
9d5ab133 1519 }
6492cdf3 1520
9d5ab133
FL
1521 break;
1522 default:
1523 WARN_ON(1);
1524 break;
6492cdf3 1525 }
9d5ab133
FL
1526 dev_kfree_skb_any(skb);
1527 create_event(cm_node, type);
6492cdf3
FL
1528}
1529
1530static void indicate_pkt_err(struct nes_cm_node *cm_node, struct sk_buff *skb)
1531{
1532 switch (cm_node->state) {
1533 case NES_CM_STATE_SYN_SENT:
1534 case NES_CM_STATE_MPAREQ_SENT:
1535 nes_debug(NES_DBG_CM, "%s[%u] create abort for cm_node=%p "
1536 "listener=%p state=%d\n", __func__, __LINE__, cm_node,
1537 cm_node->listener, cm_node->state);
1538 active_open_err(cm_node, skb, 1);
1539 break;
1540 case NES_CM_STATE_ESTABLISHED:
1541 case NES_CM_STATE_SYN_RCVD:
1542 passive_open_err(cm_node, skb, 1);
1543 break;
1544 case NES_CM_STATE_TSA:
1545 default:
1546 drop_packet(skb);
3c2d774c 1547 }
6492cdf3
FL
1548}
1549
1550static int check_syn(struct nes_cm_node *cm_node, struct tcphdr *tcph,
1551 struct sk_buff *skb)
1552{
1553 int err;
1554
1555 err = ((ntohl(tcph->ack_seq) == cm_node->tcp_cntxt.loc_seq_num))? 0 : 1;
1556 if (err)
1557 active_open_err(cm_node, skb, 1);
1558
1559 return err;
1560}
1561
1562static int check_seq(struct nes_cm_node *cm_node, struct tcphdr *tcph,
1563 struct sk_buff *skb)
1564{
1565 int err = 0;
1566 u32 seq;
1567 u32 ack_seq;
1568 u32 loc_seq_num = cm_node->tcp_cntxt.loc_seq_num;
1569 u32 rcv_nxt = cm_node->tcp_cntxt.rcv_nxt;
1570 u32 rcv_wnd;
1571 seq = ntohl(tcph->seq);
1572 ack_seq = ntohl(tcph->ack_seq);
1573 rcv_wnd = cm_node->tcp_cntxt.rcv_wnd;
1574 if (ack_seq != loc_seq_num)
1575 err = 1;
c11470f9 1576 else if (!between(seq, rcv_nxt, (rcv_nxt+rcv_wnd)))
6492cdf3
FL
1577 err = 1;
1578 if (err) {
1579 nes_debug(NES_DBG_CM, "%s[%u] create abort for cm_node=%p "
1580 "listener=%p state=%d\n", __func__, __LINE__, cm_node,
1581 cm_node->listener, cm_node->state);
1582 indicate_pkt_err(cm_node, skb);
1583 nes_debug(NES_DBG_CM, "seq ERROR cm_node =%p seq=0x%08X "
1584 "rcv_nxt=0x%08X rcv_wnd=0x%x\n", cm_node, seq, rcv_nxt,
1585 rcv_wnd);
1586 }
1587 return err;
1588}
1589
1590/*
1591 * handle_syn_pkt() is for Passive node. The syn packet is received when a node
1592 * is created with a listener or it may comein as rexmitted packet which in
1593 * that case will be just dropped.
1594 */
1595
1596static void handle_syn_pkt(struct nes_cm_node *cm_node, struct sk_buff *skb,
1597 struct tcphdr *tcph)
1598{
1599 int ret;
1600 u32 inc_sequence;
1601 int optionsize;
3c2d774c
GS
1602
1603 optionsize = (tcph->doff << 2) - sizeof(struct tcphdr);
abb77256 1604 skb_trim(skb, 0);
6492cdf3 1605 inc_sequence = ntohl(tcph->seq);
3c2d774c 1606
6492cdf3
FL
1607 switch (cm_node->state) {
1608 case NES_CM_STATE_SYN_SENT:
1609 case NES_CM_STATE_MPAREQ_SENT:
1610 /* Rcvd syn on active open connection*/
1611 active_open_err(cm_node, skb, 1);
1612 break;
1613 case NES_CM_STATE_LISTENING:
1614 /* Passive OPEN */
6492cdf3
FL
1615 if (atomic_read(&cm_node->listener->pend_accepts_cnt) >
1616 cm_node->listener->backlog) {
1617 nes_debug(NES_DBG_CM, "drop syn due to backlog "
1618 "pressure \n");
1619 cm_backlog_drops++;
1620 passive_open_err(cm_node, skb, 0);
1621 break;
1622 }
1623 ret = handle_tcp_options(cm_node, tcph, skb, optionsize,
1624 1);
1625 if (ret) {
1626 passive_open_err(cm_node, skb, 0);
1627 /* drop pkt */
1628 break;
1629 }
1630 cm_node->tcp_cntxt.rcv_nxt = inc_sequence + 1;
1631 BUG_ON(cm_node->send_entry);
9d5ab133
FL
1632 cm_node->accept_pend = 1;
1633 atomic_inc(&cm_node->listener->pend_accepts_cnt);
1634
6492cdf3
FL
1635 cm_node->state = NES_CM_STATE_SYN_RCVD;
1636 send_syn(cm_node, 1, skb);
1637 break;
abb77256
FL
1638 case NES_CM_STATE_CLOSED:
1639 cleanup_retrans_entry(cm_node);
886f98a3 1640 add_ref_cm_node(cm_node);
abb77256
FL
1641 send_reset(cm_node, skb);
1642 break;
6492cdf3
FL
1643 case NES_CM_STATE_TSA:
1644 case NES_CM_STATE_ESTABLISHED:
1645 case NES_CM_STATE_FIN_WAIT1:
1646 case NES_CM_STATE_FIN_WAIT2:
1647 case NES_CM_STATE_MPAREQ_RCVD:
1648 case NES_CM_STATE_LAST_ACK:
1649 case NES_CM_STATE_CLOSING:
1650 case NES_CM_STATE_UNKNOWN:
6492cdf3
FL
1651 default:
1652 drop_packet(skb);
1653 break;
1654 }
1655}
1656
1657static void handle_synack_pkt(struct nes_cm_node *cm_node, struct sk_buff *skb,
1658 struct tcphdr *tcph)
1659{
1660
1661 int ret;
1662 u32 inc_sequence;
1663 int optionsize;
1664
1665 optionsize = (tcph->doff << 2) - sizeof(struct tcphdr);
abb77256 1666 skb_trim(skb, 0);
6492cdf3
FL
1667 inc_sequence = ntohl(tcph->seq);
1668 switch (cm_node->state) {
1669 case NES_CM_STATE_SYN_SENT:
9d5ab133 1670 cleanup_retrans_entry(cm_node);
6492cdf3
FL
1671 /* active open */
1672 if (check_syn(cm_node, tcph, skb))
1673 return;
1674 cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq);
1675 /* setup options */
1676 ret = handle_tcp_options(cm_node, tcph, skb, optionsize, 0);
1677 if (ret) {
1678 nes_debug(NES_DBG_CM, "cm_node=%p tcp_options failed\n",
1679 cm_node);
1680 break;
1681 }
1682 cleanup_retrans_entry(cm_node);
1683 cm_node->tcp_cntxt.rcv_nxt = inc_sequence + 1;
1684 send_mpa_request(cm_node, skb);
1685 cm_node->state = NES_CM_STATE_MPAREQ_SENT;
1686 break;
1687 case NES_CM_STATE_MPAREQ_RCVD:
1688 /* passive open, so should not be here */
1689 passive_open_err(cm_node, skb, 1);
1690 break;
abb77256 1691 case NES_CM_STATE_LISTENING:
886f98a3
FL
1692 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq);
1693 cleanup_retrans_entry(cm_node);
1694 cm_node->state = NES_CM_STATE_CLOSED;
1695 send_reset(cm_node, skb);
1696 break;
abb77256
FL
1697 case NES_CM_STATE_CLOSED:
1698 cm_node->tcp_cntxt.loc_seq_num = ntohl(tcph->ack_seq);
1699 cleanup_retrans_entry(cm_node);
886f98a3 1700 add_ref_cm_node(cm_node);
abb77256
FL
1701 send_reset(cm_node, skb);
1702 break;
6492cdf3
FL
1703 case NES_CM_STATE_ESTABLISHED:
1704 case NES_CM_STATE_FIN_WAIT1:
1705 case NES_CM_STATE_FIN_WAIT2:
1706 case NES_CM_STATE_LAST_ACK:
1707 case NES_CM_STATE_TSA:
1708 case NES_CM_STATE_CLOSING:
1709 case NES_CM_STATE_UNKNOWN:
6492cdf3
FL
1710 case NES_CM_STATE_MPAREQ_SENT:
1711 default:
1712 drop_packet(skb);
1713 break;
1714 }
1715}
3c2d774c 1716
109d67e4 1717static int handle_ack_pkt(struct nes_cm_node *cm_node, struct sk_buff *skb,
6492cdf3
FL
1718 struct tcphdr *tcph)
1719{
1720 int datasize = 0;
1721 u32 inc_sequence;
109d67e4 1722 int ret = 0;
abb77256 1723 int optionsize;
abb77256 1724 optionsize = (tcph->doff << 2) - sizeof(struct tcphdr);
abb77256 1725
6492cdf3 1726 if (check_seq(cm_node, tcph, skb))
109d67e4 1727 return -EINVAL;
6492cdf3
FL
1728
1729 skb_pull(skb, tcph->doff << 2);
3c2d774c 1730 inc_sequence = ntohl(tcph->seq);
6492cdf3 1731 datasize = skb->len;
6492cdf3
FL
1732 switch (cm_node->state) {
1733 case NES_CM_STATE_SYN_RCVD:
1734 /* Passive OPEN */
109d67e4 1735 cleanup_retrans_entry(cm_node);
abb77256
FL
1736 ret = handle_tcp_options(cm_node, tcph, skb, optionsize, 1);
1737 if (ret)
1738 break;
6492cdf3
FL
1739 cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq);
1740 cm_node->state = NES_CM_STATE_ESTABLISHED;
1741 if (datasize) {
1742 cm_node->tcp_cntxt.rcv_nxt = inc_sequence + datasize;
9d5ab133 1743 handle_rcv_mpa(cm_node, skb);
109d67e4 1744 } else /* rcvd ACK only */
6492cdf3 1745 dev_kfree_skb_any(skb);
6492cdf3
FL
1746 break;
1747 case NES_CM_STATE_ESTABLISHED:
1748 /* Passive OPEN */
9d5ab133 1749 cleanup_retrans_entry(cm_node);
6492cdf3
FL
1750 if (datasize) {
1751 cm_node->tcp_cntxt.rcv_nxt = inc_sequence + datasize;
9d5ab133 1752 handle_rcv_mpa(cm_node, skb);
6492cdf3
FL
1753 } else
1754 drop_packet(skb);
1755 break;
1756 case NES_CM_STATE_MPAREQ_SENT:
1757 cm_node->tcp_cntxt.rem_ack_num = ntohl(tcph->ack_seq);
1758 if (datasize) {
1759 cm_node->tcp_cntxt.rcv_nxt = inc_sequence + datasize;
9d5ab133 1760 handle_rcv_mpa(cm_node, skb);
109d67e4 1761 } else /* Could be just an ack pkt.. */
6492cdf3 1762 dev_kfree_skb_any(skb);
6492cdf3 1763 break;
abb77256 1764 case NES_CM_STATE_LISTENING:
886f98a3
FL
1765 cleanup_retrans_entry(cm_node);
1766 cm_node->state = NES_CM_STATE_CLOSED;
1767 send_reset(cm_node, skb);
1768 break;
abb77256
FL
1769 case NES_CM_STATE_CLOSED:
1770 cleanup_retrans_entry(cm_node);
886f98a3 1771 add_ref_cm_node(cm_node);
abb77256
FL
1772 send_reset(cm_node, skb);
1773 break;
9d5ab133 1774 case NES_CM_STATE_LAST_ACK:
109d67e4 1775 case NES_CM_STATE_CLOSING:
9d5ab133
FL
1776 cleanup_retrans_entry(cm_node);
1777 cm_node->state = NES_CM_STATE_CLOSED;
1778 cm_node->cm_id->rem_ref(cm_node->cm_id);
9d5ab133
FL
1779 rem_ref_cm_node(cm_node->cm_core, cm_node);
1780 drop_packet(skb);
1781 break;
6492cdf3 1782 case NES_CM_STATE_FIN_WAIT1:
9d5ab133
FL
1783 cleanup_retrans_entry(cm_node);
1784 drop_packet(skb);
1785 cm_node->state = NES_CM_STATE_FIN_WAIT2;
1786 break;
6492cdf3
FL
1787 case NES_CM_STATE_SYN_SENT:
1788 case NES_CM_STATE_FIN_WAIT2:
1789 case NES_CM_STATE_TSA:
6492cdf3 1790 case NES_CM_STATE_MPAREQ_RCVD:
6492cdf3
FL
1791 case NES_CM_STATE_UNKNOWN:
1792 default:
109d67e4 1793 cleanup_retrans_entry(cm_node);
6492cdf3
FL
1794 drop_packet(skb);
1795 break;
3c2d774c 1796 }
109d67e4 1797 return ret;
6492cdf3 1798}
3c2d774c 1799
3c2d774c
GS
1800
1801
6492cdf3
FL
1802static int handle_tcp_options(struct nes_cm_node *cm_node, struct tcphdr *tcph,
1803 struct sk_buff *skb, int optionsize, int passive)
1804{
1805 u8 *optionsloc = (u8 *)&tcph[1];
3c2d774c 1806 if (optionsize) {
6492cdf3
FL
1807 if (process_options(cm_node, optionsloc, optionsize,
1808 (u32)tcph->syn)) {
1809 nes_debug(NES_DBG_CM, "%s: Node %p, Sending RESET\n",
1810 __func__, cm_node);
1811 if (passive)
abb77256 1812 passive_open_err(cm_node, skb, 1);
6492cdf3 1813 else
abb77256 1814 active_open_err(cm_node, skb, 1);
6492cdf3 1815 return 1;
3c2d774c 1816 }
6492cdf3 1817 }
3c2d774c
GS
1818
1819 cm_node->tcp_cntxt.snd_wnd = ntohs(tcph->window) <<
1820 cm_node->tcp_cntxt.snd_wscale;
1821
6492cdf3 1822 if (cm_node->tcp_cntxt.snd_wnd > cm_node->tcp_cntxt.max_snd_wnd)
3c2d774c 1823 cm_node->tcp_cntxt.max_snd_wnd = cm_node->tcp_cntxt.snd_wnd;
6492cdf3
FL
1824 return 0;
1825}
3c2d774c 1826
6492cdf3
FL
1827/*
1828 * active_open_err() will send reset() if flag set..
1829 * It will also send ABORT event.
1830 */
3c2d774c 1831
6492cdf3
FL
1832static void active_open_err(struct nes_cm_node *cm_node, struct sk_buff *skb,
1833 int reset)
1834{
1835 cleanup_retrans_entry(cm_node);
1836 if (reset) {
1837 nes_debug(NES_DBG_CM, "ERROR active err called for cm_node=%p, "
1838 "state=%d\n", cm_node, cm_node->state);
1839 add_ref_cm_node(cm_node);
1840 send_reset(cm_node, skb);
1841 } else
1842 dev_kfree_skb_any(skb);
3c2d774c 1843
6492cdf3
FL
1844 cm_node->state = NES_CM_STATE_CLOSED;
1845 create_event(cm_node, NES_CM_EVENT_ABORTED);
1846}
3c2d774c 1847
6492cdf3
FL
1848/*
1849 * passive_open_err() will either do a reset() or will free up the skb and
1850 * remove the cm_node.
1851 */
3c2d774c 1852
6492cdf3
FL
1853static void passive_open_err(struct nes_cm_node *cm_node, struct sk_buff *skb,
1854 int reset)
1855{
1856 cleanup_retrans_entry(cm_node);
1857 cm_node->state = NES_CM_STATE_CLOSED;
1858 if (reset) {
1859 nes_debug(NES_DBG_CM, "passive_open_err sending RST for "
1860 "cm_node=%p state =%d\n", cm_node, cm_node->state);
1861 send_reset(cm_node, skb);
1862 } else {
1863 dev_kfree_skb_any(skb);
1864 rem_ref_cm_node(cm_node->cm_core, cm_node);
3c2d774c 1865 }
6492cdf3 1866}
3c2d774c 1867
6492cdf3
FL
1868/*
1869 * free_retrans_entry() routines assumes that the retrans_list_lock has
1870 * been acquired before calling.
1871 */
1872static void free_retrans_entry(struct nes_cm_node *cm_node)
1873{
1874 struct nes_timer_entry *send_entry;
1875 send_entry = cm_node->send_entry;
1876 if (send_entry) {
1877 cm_node->send_entry = NULL;
1878 dev_kfree_skb_any(send_entry->skb);
1879 kfree(send_entry);
1880 rem_ref_cm_node(cm_node->cm_core, cm_node);
3c2d774c 1881 }
6492cdf3 1882}
3c2d774c 1883
6492cdf3
FL
1884static void cleanup_retrans_entry(struct nes_cm_node *cm_node)
1885{
1886 unsigned long flags;
3c2d774c 1887
6492cdf3
FL
1888 spin_lock_irqsave(&cm_node->retrans_list_lock, flags);
1889 free_retrans_entry(cm_node);
1890 spin_unlock_irqrestore(&cm_node->retrans_list_lock, flags);
3c2d774c
GS
1891}
1892
6492cdf3
FL
1893/**
1894 * process_packet
1895 * Returns skb if to be freed, else it will return NULL if already used..
1896 */
1897static void process_packet(struct nes_cm_node *cm_node, struct sk_buff *skb,
1898 struct nes_cm_core *cm_core)
1899{
1900 enum nes_tcpip_pkt_type pkt_type = NES_PKT_TYPE_UNKNOWN;
1901 struct tcphdr *tcph = tcp_hdr(skb);
9d5ab133 1902 u32 fin_set = 0;
109d67e4 1903 int ret = 0;
6492cdf3
FL
1904 skb_pull(skb, ip_hdr(skb)->ihl << 2);
1905
1906 nes_debug(NES_DBG_CM, "process_packet: cm_node=%p state =%d syn=%d "
1907 "ack=%d rst=%d fin=%d\n", cm_node, cm_node->state, tcph->syn,
1908 tcph->ack, tcph->rst, tcph->fin);
1909
1910 if (tcph->rst)
1911 pkt_type = NES_PKT_TYPE_RST;
1912 else if (tcph->syn) {
1913 pkt_type = NES_PKT_TYPE_SYN;
1914 if (tcph->ack)
1915 pkt_type = NES_PKT_TYPE_SYNACK;
9d5ab133 1916 } else if (tcph->ack)
6492cdf3 1917 pkt_type = NES_PKT_TYPE_ACK;
9d5ab133
FL
1918 if (tcph->fin)
1919 fin_set = 1;
6492cdf3
FL
1920
1921 switch (pkt_type) {
1922 case NES_PKT_TYPE_SYN:
1923 handle_syn_pkt(cm_node, skb, tcph);
1924 break;
1925 case NES_PKT_TYPE_SYNACK:
1926 handle_synack_pkt(cm_node, skb, tcph);
1927 break;
1928 case NES_PKT_TYPE_ACK:
109d67e4
FL
1929 ret = handle_ack_pkt(cm_node, skb, tcph);
1930 if (fin_set && !ret)
9d5ab133 1931 handle_fin_pkt(cm_node);
6492cdf3
FL
1932 break;
1933 case NES_PKT_TYPE_RST:
1934 handle_rst_pkt(cm_node, skb, tcph);
1935 break;
6492cdf3 1936 default:
109d67e4 1937 if ((fin_set) && (!check_seq(cm_node, tcph, skb)))
9d5ab133 1938 handle_fin_pkt(cm_node);
109d67e4 1939 drop_packet(skb);
6492cdf3
FL
1940 break;
1941 }
1942}
3c2d774c
GS
1943
1944/**
1945 * mini_cm_listen - create a listen node with params
1946 */
1947static struct nes_cm_listener *mini_cm_listen(struct nes_cm_core *cm_core,
6492cdf3 1948 struct nes_vnic *nesvnic, struct nes_cm_info *cm_info)
3c2d774c
GS
1949{
1950 struct nes_cm_listener *listener;
1951 unsigned long flags;
1952
1953 nes_debug(NES_DBG_CM, "Search for 0x%08x : 0x%04x\n",
1954 cm_info->loc_addr, cm_info->loc_port);
1955
1956 /* cannot have multiple matching listeners */
1957 listener = find_listener(cm_core, htonl(cm_info->loc_addr),
1958 htons(cm_info->loc_port), NES_CM_LISTENER_EITHER_STATE);
1959 if (listener && listener->listener_state == NES_CM_LISTENER_ACTIVE_STATE) {
1960 /* find automatically incs ref count ??? */
1961 atomic_dec(&listener->ref_count);
1962 nes_debug(NES_DBG_CM, "Not creating listener since it already exists\n");
1963 return NULL;
1964 }
1965
1966 if (!listener) {
1967 /* create a CM listen node (1/2 node to compare incoming traffic to) */
1968 listener = kzalloc(sizeof(*listener), GFP_ATOMIC);
1969 if (!listener) {
1970 nes_debug(NES_DBG_CM, "Not creating listener memory allocation failed\n");
1971 return NULL;
1972 }
1973
3c2d774c
GS
1974 listener->loc_addr = htonl(cm_info->loc_addr);
1975 listener->loc_port = htons(cm_info->loc_port);
1976 listener->reused_node = 0;
1977
1978 atomic_set(&listener->ref_count, 1);
1979 }
1980 /* pasive case */
1981 /* find already inc'ed the ref count */
1982 else {
1983 listener->reused_node = 1;
1984 }
1985
1986 listener->cm_id = cm_info->cm_id;
1987 atomic_set(&listener->pend_accepts_cnt, 0);
1988 listener->cm_core = cm_core;
1989 listener->nesvnic = nesvnic;
1990 atomic_inc(&cm_core->node_cnt);
3c2d774c 1991
3c2d774c
GS
1992 listener->conn_type = cm_info->conn_type;
1993 listener->backlog = cm_info->backlog;
1994 listener->listener_state = NES_CM_LISTENER_ACTIVE_STATE;
1995
1996 if (!listener->reused_node) {
1997 spin_lock_irqsave(&cm_core->listen_list_lock, flags);
1998 list_add(&listener->list, &cm_core->listen_list.list);
1999 spin_unlock_irqrestore(&cm_core->listen_list_lock, flags);
2000 atomic_inc(&cm_core->listen_node_cnt);
2001 }
2002
2003 nes_debug(NES_DBG_CM, "Api - listen(): addr=0x%08X, port=0x%04x,"
2004 " listener = %p, backlog = %d, cm_id = %p.\n",
2005 cm_info->loc_addr, cm_info->loc_port,
2006 listener, listener->backlog, listener->cm_id);
2007
2008 return listener;
2009}
2010
2011
2012/**
2013 * mini_cm_connect - make a connection node with params
2014 */
54c86a8c 2015static struct nes_cm_node *mini_cm_connect(struct nes_cm_core *cm_core,
6492cdf3
FL
2016 struct nes_vnic *nesvnic, u16 private_data_len,
2017 void *private_data, struct nes_cm_info *cm_info)
3c2d774c
GS
2018{
2019 int ret = 0;
2020 struct nes_cm_node *cm_node;
2021 struct nes_cm_listener *loopbackremotelistener;
2022 struct nes_cm_node *loopbackremotenode;
2023 struct nes_cm_info loopback_cm_info;
6492cdf3
FL
2024 u16 mpa_frame_size = sizeof(struct ietf_mpa_frame) + private_data_len;
2025 struct ietf_mpa_frame *mpa_frame = NULL;
3c2d774c
GS
2026
2027 /* create a CM connection node */
2028 cm_node = make_cm_node(cm_core, nesvnic, cm_info, NULL);
2029 if (!cm_node)
2030 return NULL;
6492cdf3 2031 mpa_frame = &cm_node->mpa_frame;
1cf078c9 2032 memcpy(mpa_frame->key, IEFT_MPA_KEY_REQ, IETF_MPA_KEY_SIZE);
6492cdf3
FL
2033 mpa_frame->flags = IETF_MPA_FLAGS_CRC;
2034 mpa_frame->rev = IETF_MPA_VERSION;
2035 mpa_frame->priv_data_len = htons(private_data_len);
3c2d774c 2036
7495ab68 2037 /* set our node side to client (active) side */
3c2d774c
GS
2038 cm_node->tcp_cntxt.client = 1;
2039 cm_node->tcp_cntxt.rcv_wscale = NES_CM_DEFAULT_RCV_WND_SCALE;
2040
2041 if (cm_info->loc_addr == cm_info->rem_addr) {
6492cdf3
FL
2042 loopbackremotelistener = find_listener(cm_core,
2043 ntohl(nesvnic->local_ipaddr), cm_node->rem_port,
2044 NES_CM_LISTENER_ACTIVE_STATE);
3c2d774c
GS
2045 if (loopbackremotelistener == NULL) {
2046 create_event(cm_node, NES_CM_EVENT_ABORTED);
2047 } else {
3c2d774c
GS
2048 loopback_cm_info = *cm_info;
2049 loopback_cm_info.loc_port = cm_info->rem_port;
2050 loopback_cm_info.rem_port = cm_info->loc_port;
2051 loopback_cm_info.cm_id = loopbackremotelistener->cm_id;
6492cdf3
FL
2052 loopbackremotenode = make_cm_node(cm_core, nesvnic,
2053 &loopback_cm_info, loopbackremotelistener);
79fc3d74
FL
2054 if (!loopbackremotenode) {
2055 rem_ref_cm_node(cm_node->cm_core, cm_node);
2056 return NULL;
2057 }
2058 atomic_inc(&cm_loopbacks);
3c2d774c 2059 loopbackremotenode->loopbackpartner = cm_node;
6492cdf3
FL
2060 loopbackremotenode->tcp_cntxt.rcv_wscale =
2061 NES_CM_DEFAULT_RCV_WND_SCALE;
3c2d774c 2062 cm_node->loopbackpartner = loopbackremotenode;
6492cdf3
FL
2063 memcpy(loopbackremotenode->mpa_frame_buf, private_data,
2064 private_data_len);
2065 loopbackremotenode->mpa_frame_size = private_data_len;
3c2d774c 2066
6492cdf3
FL
2067 /* we are done handling this state. */
2068 /* set node to a TSA state */
3c2d774c 2069 cm_node->state = NES_CM_STATE_TSA;
6492cdf3
FL
2070 cm_node->tcp_cntxt.rcv_nxt =
2071 loopbackremotenode->tcp_cntxt.loc_seq_num;
2072 loopbackremotenode->tcp_cntxt.rcv_nxt =
2073 cm_node->tcp_cntxt.loc_seq_num;
2074 cm_node->tcp_cntxt.max_snd_wnd =
2075 loopbackremotenode->tcp_cntxt.rcv_wnd;
2076 loopbackremotenode->tcp_cntxt.max_snd_wnd =
2077 cm_node->tcp_cntxt.rcv_wnd;
2078 cm_node->tcp_cntxt.snd_wnd =
2079 loopbackremotenode->tcp_cntxt.rcv_wnd;
2080 loopbackremotenode->tcp_cntxt.snd_wnd =
2081 cm_node->tcp_cntxt.rcv_wnd;
2082 cm_node->tcp_cntxt.snd_wscale =
2083 loopbackremotenode->tcp_cntxt.rcv_wscale;
2084 loopbackremotenode->tcp_cntxt.snd_wscale =
2085 cm_node->tcp_cntxt.rcv_wscale;
9d5ab133 2086 loopbackremotenode->state = NES_CM_STATE_MPAREQ_RCVD;
3c2d774c
GS
2087 create_event(loopbackremotenode, NES_CM_EVENT_MPA_REQ);
2088 }
2089 return cm_node;
2090 }
2091
2092 /* set our node side to client (active) side */
2093 cm_node->tcp_cntxt.client = 1;
2094 /* init our MPA frame ptr */
6492cdf3
FL
2095 memcpy(mpa_frame->priv_data, private_data, private_data_len);
2096
3c2d774c
GS
2097 cm_node->mpa_frame_size = mpa_frame_size;
2098
2099 /* send a syn and goto syn sent state */
2100 cm_node->state = NES_CM_STATE_SYN_SENT;
6492cdf3
FL
2101 ret = send_syn(cm_node, 0, NULL);
2102
2103 if (ret) {
2104 /* error in sending the syn free up the cm_node struct */
2105 nes_debug(NES_DBG_CM, "Api - connect() FAILED: dest "
2106 "addr=0x%08X, port=0x%04x, cm_node=%p, cm_id = %p.\n",
2107 cm_node->rem_addr, cm_node->rem_port, cm_node,
2108 cm_node->cm_id);
2109 rem_ref_cm_node(cm_node->cm_core, cm_node);
2110 cm_node = NULL;
2111 }
3c2d774c 2112
6492cdf3
FL
2113 if (cm_node)
2114 nes_debug(NES_DBG_CM, "Api - connect(): dest addr=0x%08X,"
2115 "port=0x%04x, cm_node=%p, cm_id = %p.\n",
2116 cm_node->rem_addr, cm_node->rem_port, cm_node,
2117 cm_node->cm_id);
3c2d774c
GS
2118
2119 return cm_node;
2120}
2121
2122
2123/**
2124 * mini_cm_accept - accept a connection
2125 * This function is never called
2126 */
6492cdf3
FL
2127static int mini_cm_accept(struct nes_cm_core *cm_core,
2128 struct ietf_mpa_frame *mpa_frame, struct nes_cm_node *cm_node)
3c2d774c
GS
2129{
2130 return 0;
2131}
2132
2133
2134/**
2135 * mini_cm_reject - reject and teardown a connection
2136 */
1a855fbf 2137static int mini_cm_reject(struct nes_cm_core *cm_core,
6492cdf3 2138 struct ietf_mpa_frame *mpa_frame, struct nes_cm_node *cm_node)
3c2d774c
GS
2139{
2140 int ret = 0;
9d5ab133 2141 int err = 0;
183ecfa3 2142 int passive_state;
9d5ab133
FL
2143 struct nes_cm_event event;
2144 struct iw_cm_id *cm_id = cm_node->cm_id;
2145 struct nes_cm_node *loopback = cm_node->loopbackpartner;
3c2d774c 2146
6492cdf3
FL
2147 nes_debug(NES_DBG_CM, "%s cm_node=%p type=%d state=%d\n",
2148 __func__, cm_node, cm_node->tcp_cntxt.client, cm_node->state);
3c2d774c 2149
6492cdf3
FL
2150 if (cm_node->tcp_cntxt.client)
2151 return ret;
2152 cleanup_retrans_entry(cm_node);
3c2d774c 2153
9d5ab133
FL
2154 if (!loopback) {
2155 passive_state = atomic_add_return(1, &cm_node->passive_state);
2156 if (passive_state == NES_SEND_RESET_EVENT) {
2157 cm_node->state = NES_CM_STATE_CLOSED;
2158 rem_ref_cm_node(cm_core, cm_node);
2159 } else {
c5a7d489
FL
2160 if (cm_node->state == NES_CM_STATE_LISTENER_DESTROYED) {
2161 rem_ref_cm_node(cm_core, cm_node);
2162 } else {
2163 ret = send_mpa_reject(cm_node);
2164 if (ret) {
2165 cm_node->state = NES_CM_STATE_CLOSED;
2166 err = send_reset(cm_node, NULL);
2167 if (err)
2168 WARN_ON(1);
2169 } else
2170 cm_id->add_ref(cm_id);
2171 }
9d5ab133
FL
2172 }
2173 } else {
2174 cm_node->cm_id = NULL;
c5a7d489
FL
2175 if (cm_node->state == NES_CM_STATE_LISTENER_DESTROYED) {
2176 rem_ref_cm_node(cm_core, cm_node);
2177 rem_ref_cm_node(cm_core, loopback);
2178 } else {
2179 event.cm_node = loopback;
2180 event.cm_info.rem_addr = loopback->rem_addr;
2181 event.cm_info.loc_addr = loopback->loc_addr;
2182 event.cm_info.rem_port = loopback->rem_port;
2183 event.cm_info.loc_port = loopback->loc_port;
2184 event.cm_info.cm_id = loopback->cm_id;
2185 cm_event_mpa_reject(&event);
2186 rem_ref_cm_node(cm_core, cm_node);
2187 loopback->state = NES_CM_STATE_CLOSING;
9d5ab133 2188
c5a7d489
FL
2189 cm_id = loopback->cm_id;
2190 rem_ref_cm_node(cm_core, loopback);
2191 cm_id->rem_ref(cm_id);
2192 }
9d5ab133
FL
2193 }
2194
3c2d774c
GS
2195 return ret;
2196}
2197
2198
2199/**
2200 * mini_cm_close
2201 */
1a855fbf 2202static int mini_cm_close(struct nes_cm_core *cm_core, struct nes_cm_node *cm_node)
3c2d774c
GS
2203{
2204 int ret = 0;
2205
2206 if (!cm_core || !cm_node)
2207 return -EINVAL;
2208
2209 switch (cm_node->state) {
6492cdf3
FL
2210 case NES_CM_STATE_SYN_RCVD:
2211 case NES_CM_STATE_SYN_SENT:
2212 case NES_CM_STATE_ONE_SIDE_ESTABLISHED:
2213 case NES_CM_STATE_ESTABLISHED:
2214 case NES_CM_STATE_ACCEPTING:
2215 case NES_CM_STATE_MPAREQ_SENT:
2216 case NES_CM_STATE_MPAREQ_RCVD:
2217 cleanup_retrans_entry(cm_node);
2218 send_reset(cm_node, NULL);
2219 break;
2220 case NES_CM_STATE_CLOSE_WAIT:
2221 cm_node->state = NES_CM_STATE_LAST_ACK;
2222 send_fin(cm_node, NULL);
2223 break;
2224 case NES_CM_STATE_FIN_WAIT1:
2225 case NES_CM_STATE_FIN_WAIT2:
2226 case NES_CM_STATE_LAST_ACK:
2227 case NES_CM_STATE_TIME_WAIT:
2228 case NES_CM_STATE_CLOSING:
2229 ret = -1;
2230 break;
2231 case NES_CM_STATE_LISTENING:
886f98a3
FL
2232 cleanup_retrans_entry(cm_node);
2233 send_reset(cm_node, NULL);
2234 break;
2235 case NES_CM_STATE_MPAREJ_RCVD:
6492cdf3
FL
2236 case NES_CM_STATE_UNKNOWN:
2237 case NES_CM_STATE_INITED:
2238 case NES_CM_STATE_CLOSED:
c5a7d489 2239 case NES_CM_STATE_LISTENER_DESTROYED:
6492cdf3
FL
2240 ret = rem_ref_cm_node(cm_core, cm_node);
2241 break;
2242 case NES_CM_STATE_TSA:
2243 if (cm_node->send_entry)
2244 printk(KERN_ERR "ERROR Close got called from STATE_TSA "
2245 "send_entry=%p\n", cm_node->send_entry);
2246 ret = rem_ref_cm_node(cm_core, cm_node);
2247 break;
3c2d774c 2248 }
3c2d774c
GS
2249 return ret;
2250}
2251
2252
2253/**
2254 * recv_pkt - recv an ETHERNET packet, and process it through CM
2255 * node state machine
2256 */
4a14f6a7 2257static int mini_cm_recv_pkt(struct nes_cm_core *cm_core,
6492cdf3 2258 struct nes_vnic *nesvnic, struct sk_buff *skb)
3c2d774c
GS
2259{
2260 struct nes_cm_node *cm_node = NULL;
2261 struct nes_cm_listener *listener = NULL;
2262 struct iphdr *iph;
2263 struct tcphdr *tcph;
2264 struct nes_cm_info nfo;
4a14f6a7 2265 int skb_handled = 1;
03080e5c 2266 __be32 tmp_daddr, tmp_saddr;
3c2d774c 2267
6492cdf3 2268 if (!skb)
4a14f6a7 2269 return 0;
6492cdf3 2270 if (skb->len < sizeof(struct iphdr) + sizeof(struct tcphdr)) {
4a14f6a7 2271 return 0;
3c2d774c
GS
2272 }
2273
2274 iph = (struct iphdr *)skb->data;
2275 tcph = (struct tcphdr *)(skb->data + sizeof(struct iphdr));
3c2d774c
GS
2276
2277 nfo.loc_addr = ntohl(iph->daddr);
2278 nfo.loc_port = ntohs(tcph->dest);
2279 nfo.rem_addr = ntohl(iph->saddr);
2280 nfo.rem_port = ntohs(tcph->source);
2281
03080e5c
HH
2282 tmp_daddr = cpu_to_be32(iph->daddr);
2283 tmp_saddr = cpu_to_be32(iph->saddr);
2284
63779436 2285 nes_debug(NES_DBG_CM, "Received packet: dest=%pI4:0x%04X src=%pI4:0x%04X\n",
03080e5c 2286 &tmp_daddr, tcph->dest, &tmp_saddr, tcph->source);
3c2d774c 2287
6492cdf3
FL
2288 do {
2289 cm_node = find_node(cm_core,
3c2d774c
GS
2290 nfo.rem_port, nfo.rem_addr,
2291 nfo.loc_port, nfo.loc_addr);
2292
3c2d774c 2293 if (!cm_node) {
6492cdf3
FL
2294 /* Only type of packet accepted are for */
2295 /* the PASSIVE open (syn only) */
2296 if ((!tcph->syn) || (tcph->ack)) {
4a14f6a7 2297 skb_handled = 0;
6492cdf3
FL
2298 break;
2299 }
2300 listener = find_listener(cm_core, nfo.loc_addr,
2301 nfo.loc_port,
2302 NES_CM_LISTENER_ACTIVE_STATE);
4a14f6a7
FL
2303 if (!listener) {
2304 nfo.cm_id = NULL;
2305 nfo.conn_type = 0;
2306 nes_debug(NES_DBG_CM, "Unable to find listener for the pkt\n");
2307 skb_handled = 0;
6492cdf3
FL
2308 break;
2309 }
4a14f6a7
FL
2310 nfo.cm_id = listener->cm_id;
2311 nfo.conn_type = listener->conn_type;
6492cdf3
FL
2312 cm_node = make_cm_node(cm_core, nesvnic, &nfo,
2313 listener);
2314 if (!cm_node) {
2315 nes_debug(NES_DBG_CM, "Unable to allocate "
2316 "node\n");
2317 cm_packets_dropped++;
3c2d774c 2318 atomic_dec(&listener->ref_count);
6492cdf3
FL
2319 dev_kfree_skb_any(skb);
2320 break;
3c2d774c 2321 }
6492cdf3
FL
2322 if (!tcph->rst && !tcph->fin) {
2323 cm_node->state = NES_CM_STATE_LISTENING;
2324 } else {
2325 cm_packets_dropped++;
2326 rem_ref_cm_node(cm_core, cm_node);
2327 dev_kfree_skb_any(skb);
2328 break;
3c2d774c 2329 }
6492cdf3
FL
2330 add_ref_cm_node(cm_node);
2331 } else if (cm_node->state == NES_CM_STATE_TSA) {
3c2d774c 2332 rem_ref_cm_node(cm_core, cm_node);
6492cdf3
FL
2333 atomic_inc(&cm_accel_dropped_pkts);
2334 dev_kfree_skb_any(skb);
2335 break;
3c2d774c 2336 }
4a14f6a7
FL
2337 skb_reset_network_header(skb);
2338 skb_set_transport_header(skb, sizeof(*tcph));
2339 skb->len = ntohs(iph->tot_len);
6492cdf3
FL
2340 process_packet(cm_node, skb, cm_core);
2341 rem_ref_cm_node(cm_core, cm_node);
2342 } while (0);
4a14f6a7 2343 return skb_handled;
3c2d774c
GS
2344}
2345
2346
2347/**
2348 * nes_cm_alloc_core - allocate a top level instance of a cm core
2349 */
1a855fbf 2350static struct nes_cm_core *nes_cm_alloc_core(void)
3c2d774c 2351{
3c2d774c 2352 struct nes_cm_core *cm_core;
3c2d774c
GS
2353
2354 /* setup the CM core */
2355 /* alloc top level core control structure */
2356 cm_core = kzalloc(sizeof(*cm_core), GFP_KERNEL);
2357 if (!cm_core)
2358 return NULL;
2359
2360 INIT_LIST_HEAD(&cm_core->connected_nodes);
2361 init_timer(&cm_core->tcp_timer);
2362 cm_core->tcp_timer.function = nes_cm_timer_tick;
2363
2364 cm_core->mtu = NES_CM_DEFAULT_MTU;
2365 cm_core->state = NES_CM_STATE_INITED;
2366 cm_core->free_tx_pkt_max = NES_CM_DEFAULT_FREE_PKTS;
2367
3c2d774c
GS
2368 atomic_set(&cm_core->events_posted, 0);
2369
3c2d774c
GS
2370 cm_core->api = &nes_cm_api;
2371
2372 spin_lock_init(&cm_core->ht_lock);
2373 spin_lock_init(&cm_core->listen_list_lock);
2374
2375 INIT_LIST_HEAD(&cm_core->listen_list.list);
2376
2377 nes_debug(NES_DBG_CM, "Init CM Core completed -- cm_core=%p\n", cm_core);
2378
2379 nes_debug(NES_DBG_CM, "Enable QUEUE EVENTS\n");
2380 cm_core->event_wq = create_singlethread_workqueue("nesewq");
2381 cm_core->post_event = nes_cm_post_event;
2382 nes_debug(NES_DBG_CM, "Enable QUEUE DISCONNECTS\n");
2383 cm_core->disconn_wq = create_singlethread_workqueue("nesdwq");
2384
2385 print_core(cm_core);
2386 return cm_core;
2387}
2388
2389
2390/**
2391 * mini_cm_dealloc_core - deallocate a top level instance of a cm core
2392 */
1a855fbf 2393static int mini_cm_dealloc_core(struct nes_cm_core *cm_core)
3c2d774c
GS
2394{
2395 nes_debug(NES_DBG_CM, "De-Alloc CM Core (%p)\n", cm_core);
2396
2397 if (!cm_core)
2398 return -EINVAL;
2399
2400 barrier();
2401
2402 if (timer_pending(&cm_core->tcp_timer)) {
2403 del_timer(&cm_core->tcp_timer);
2404 }
2405
2406 destroy_workqueue(cm_core->event_wq);
2407 destroy_workqueue(cm_core->disconn_wq);
2408 nes_debug(NES_DBG_CM, "\n");
2409 kfree(cm_core);
2410
2411 return 0;
2412}
2413
2414
2415/**
2416 * mini_cm_get
2417 */
1a855fbf 2418static int mini_cm_get(struct nes_cm_core *cm_core)
3c2d774c
GS
2419{
2420 return cm_core->state;
2421}
2422
2423
2424/**
2425 * mini_cm_set
2426 */
1a855fbf 2427static int mini_cm_set(struct nes_cm_core *cm_core, u32 type, u32 value)
3c2d774c
GS
2428{
2429 int ret = 0;
2430
2431 switch (type) {
9d5ab133
FL
2432 case NES_CM_SET_PKT_SIZE:
2433 cm_core->mtu = value;
2434 break;
2435 case NES_CM_SET_FREE_PKT_Q_SIZE:
2436 cm_core->free_tx_pkt_max = value;
2437 break;
2438 default:
2439 /* unknown set option */
2440 ret = -EINVAL;
3c2d774c
GS
2441 }
2442
2443 return ret;
2444}
2445
2446
2447/**
2448 * nes_cm_init_tsa_conn setup HW; MPA frames must be
2449 * successfully exchanged when this is called
2450 */
2451static int nes_cm_init_tsa_conn(struct nes_qp *nesqp, struct nes_cm_node *cm_node)
2452{
2453 int ret = 0;
2454
2455 if (!nesqp)
2456 return -EINVAL;
2457
2458 nesqp->nesqp_context->misc |= cpu_to_le32(NES_QPCONTEXT_MISC_IPV4 |
2459 NES_QPCONTEXT_MISC_NO_NAGLE | NES_QPCONTEXT_MISC_DO_NOT_FRAG |
2460 NES_QPCONTEXT_MISC_DROS);
2461
2462 if (cm_node->tcp_cntxt.snd_wscale || cm_node->tcp_cntxt.rcv_wscale)
2463 nesqp->nesqp_context->misc |= cpu_to_le32(NES_QPCONTEXT_MISC_WSCALE);
2464
2465 nesqp->nesqp_context->misc2 |= cpu_to_le32(64 << NES_QPCONTEXT_MISC2_TTL_SHIFT);
2466
2467 nesqp->nesqp_context->mss |= cpu_to_le32(((u32)cm_node->tcp_cntxt.mss) << 16);
2468
2469 nesqp->nesqp_context->tcp_state_flow_label |= cpu_to_le32(
2470 (u32)NES_QPCONTEXT_TCPSTATE_EST << NES_QPCONTEXT_TCPFLOW_TCP_STATE_SHIFT);
2471
2472 nesqp->nesqp_context->pd_index_wscale |= cpu_to_le32(
2473 (cm_node->tcp_cntxt.snd_wscale << NES_QPCONTEXT_PDWSCALE_SND_WSCALE_SHIFT) &
2474 NES_QPCONTEXT_PDWSCALE_SND_WSCALE_MASK);
2475
2476 nesqp->nesqp_context->pd_index_wscale |= cpu_to_le32(
2477 (cm_node->tcp_cntxt.rcv_wscale << NES_QPCONTEXT_PDWSCALE_RCV_WSCALE_SHIFT) &
2478 NES_QPCONTEXT_PDWSCALE_RCV_WSCALE_MASK);
2479
2480 nesqp->nesqp_context->keepalive = cpu_to_le32(0x80);
2481 nesqp->nesqp_context->ts_recent = 0;
2482 nesqp->nesqp_context->ts_age = 0;
2483 nesqp->nesqp_context->snd_nxt = cpu_to_le32(cm_node->tcp_cntxt.loc_seq_num);
2484 nesqp->nesqp_context->snd_wnd = cpu_to_le32(cm_node->tcp_cntxt.snd_wnd);
2485 nesqp->nesqp_context->rcv_nxt = cpu_to_le32(cm_node->tcp_cntxt.rcv_nxt);
2486 nesqp->nesqp_context->rcv_wnd = cpu_to_le32(cm_node->tcp_cntxt.rcv_wnd <<
2487 cm_node->tcp_cntxt.rcv_wscale);
2488 nesqp->nesqp_context->snd_max = cpu_to_le32(cm_node->tcp_cntxt.loc_seq_num);
2489 nesqp->nesqp_context->snd_una = cpu_to_le32(cm_node->tcp_cntxt.loc_seq_num);
2490 nesqp->nesqp_context->srtt = 0;
2491 nesqp->nesqp_context->rttvar = cpu_to_le32(0x6);
2492 nesqp->nesqp_context->ssthresh = cpu_to_le32(0x3FFFC000);
2493 nesqp->nesqp_context->cwnd = cpu_to_le32(2*cm_node->tcp_cntxt.mss);
2494 nesqp->nesqp_context->snd_wl1 = cpu_to_le32(cm_node->tcp_cntxt.rcv_nxt);
2495 nesqp->nesqp_context->snd_wl2 = cpu_to_le32(cm_node->tcp_cntxt.loc_seq_num);
2496 nesqp->nesqp_context->max_snd_wnd = cpu_to_le32(cm_node->tcp_cntxt.max_snd_wnd);
2497
2498 nes_debug(NES_DBG_CM, "QP%u: rcv_nxt = 0x%08X, snd_nxt = 0x%08X,"
2499 " Setting MSS to %u, PDWscale = 0x%08X, rcv_wnd = %u, context misc = 0x%08X.\n",
2500 nesqp->hwqp.qp_id, le32_to_cpu(nesqp->nesqp_context->rcv_nxt),
2501 le32_to_cpu(nesqp->nesqp_context->snd_nxt),
2502 cm_node->tcp_cntxt.mss, le32_to_cpu(nesqp->nesqp_context->pd_index_wscale),
2503 le32_to_cpu(nesqp->nesqp_context->rcv_wnd),
2504 le32_to_cpu(nesqp->nesqp_context->misc));
2505 nes_debug(NES_DBG_CM, " snd_wnd = 0x%08X.\n", le32_to_cpu(nesqp->nesqp_context->snd_wnd));
2506 nes_debug(NES_DBG_CM, " snd_cwnd = 0x%08X.\n", le32_to_cpu(nesqp->nesqp_context->cwnd));
2507 nes_debug(NES_DBG_CM, " max_swnd = 0x%08X.\n", le32_to_cpu(nesqp->nesqp_context->max_snd_wnd));
2508
2509 nes_debug(NES_DBG_CM, "Change cm_node state to TSA\n");
2510 cm_node->state = NES_CM_STATE_TSA;
2511
2512 return ret;
2513}
2514
2515
2516/**
2517 * nes_cm_disconn
2518 */
2519int nes_cm_disconn(struct nes_qp *nesqp)
2520{
873fcdd4 2521 struct disconn_work *work;
3c2d774c 2522
873fcdd4
DW
2523 work = kzalloc(sizeof *work, GFP_ATOMIC);
2524 if (!work)
2525 return -ENOMEM; /* Timer will clean up */
3c2d774c 2526
873fcdd4
DW
2527 nes_add_ref(&nesqp->ibqp);
2528 work->nesqp = nesqp;
2529 INIT_WORK(&work->work, nes_disconnect_worker);
2530 queue_work(g_cm_core->disconn_wq, &work->work);
3c2d774c
GS
2531 return 0;
2532}
2533
2534
2535/**
2536 * nes_disconnect_worker
2537 */
1a855fbf 2538static void nes_disconnect_worker(struct work_struct *work)
3c2d774c 2539{
873fcdd4
DW
2540 struct disconn_work *dwork = container_of(work, struct disconn_work, work);
2541 struct nes_qp *nesqp = dwork->nesqp;
3c2d774c 2542
873fcdd4 2543 kfree(dwork);
3c2d774c
GS
2544 nes_debug(NES_DBG_CM, "processing AEQE id 0x%04X for QP%u.\n",
2545 nesqp->last_aeq, nesqp->hwqp.qp_id);
2546 nes_cm_disconn_true(nesqp);
c4c3f279 2547 nes_rem_ref(&nesqp->ibqp);
3c2d774c
GS
2548}
2549
2550
2551/**
2552 * nes_cm_disconn_true
2553 */
1a855fbf 2554static int nes_cm_disconn_true(struct nes_qp *nesqp)
3c2d774c
GS
2555{
2556 unsigned long flags;
2557 int ret = 0;
2558 struct iw_cm_id *cm_id;
2559 struct iw_cm_event cm_event;
2560 struct nes_vnic *nesvnic;
2561 u16 last_ae;
2562 u8 original_hw_tcp_state;
2563 u8 original_ibqp_state;
812d8672 2564 enum iw_cm_event_status disconn_status = IW_CM_EVENT_STATUS_OK;
b29a4fc4
DW
2565 int issue_disconn = 0;
2566 int issue_close = 0;
2567 int issue_flush = 0;
2568 u32 flush_q = NES_CQP_FLUSH_RQ;
2569 struct ib_event ibevent;
3c2d774c
GS
2570
2571 if (!nesqp) {
2572 nes_debug(NES_DBG_CM, "disconnect_worker nesqp is NULL\n");
2573 return -1;
2574 }
2575
2576 spin_lock_irqsave(&nesqp->lock, flags);
2577 cm_id = nesqp->cm_id;
2578 /* make sure we havent already closed this connection */
2579 if (!cm_id) {
2580 nes_debug(NES_DBG_CM, "QP%u disconnect_worker cmid is NULL\n",
2581 nesqp->hwqp.qp_id);
2582 spin_unlock_irqrestore(&nesqp->lock, flags);
3c2d774c
GS
2583 return -1;
2584 }
2585
2586 nesvnic = to_nesvnic(nesqp->ibqp.device);
2587 nes_debug(NES_DBG_CM, "Disconnecting QP%u\n", nesqp->hwqp.qp_id);
2588
2589 original_hw_tcp_state = nesqp->hw_tcp_state;
2590 original_ibqp_state = nesqp->ibqp_state;
2591 last_ae = nesqp->last_aeq;
2592
b29a4fc4
DW
2593 if (nesqp->term_flags) {
2594 issue_disconn = 1;
2595 issue_close = 1;
2596 nesqp->cm_id = NULL;
2597 if (nesqp->flush_issued == 0) {
2598 nesqp->flush_issued = 1;
2599 issue_flush = 1;
2600 }
2601 } else if ((original_hw_tcp_state == NES_AEQE_TCP_STATE_CLOSE_WAIT) ||
2602 ((original_ibqp_state == IB_QPS_RTS) &&
2603 (last_ae == NES_AEQE_AEID_LLP_CONNECTION_RESET))) {
2604 issue_disconn = 1;
2605 if (last_ae == NES_AEQE_AEID_LLP_CONNECTION_RESET)
2606 disconn_status = IW_CM_EVENT_STATUS_RESET;
2607 }
2608
2609 if (((original_hw_tcp_state == NES_AEQE_TCP_STATE_CLOSED) ||
2610 (original_hw_tcp_state == NES_AEQE_TCP_STATE_TIME_WAIT) ||
2611 (last_ae == NES_AEQE_AEID_RDMAP_ROE_BAD_LLP_CLOSE) ||
2612 (last_ae == NES_AEQE_AEID_LLP_CONNECTION_RESET))) {
2613 issue_close = 1;
2614 nesqp->cm_id = NULL;
2615 if (nesqp->flush_issued == 0) {
2616 nesqp->flush_issued = 1;
2617 issue_flush = 1;
2618 }
2619 }
3c2d774c 2620
b29a4fc4
DW
2621 spin_unlock_irqrestore(&nesqp->lock, flags);
2622
2623 if ((issue_flush) && (nesqp->destroyed == 0)) {
2624 /* Flush the queue(s) */
2625 if (nesqp->hw_iwarp_state >= NES_AEQE_IWARP_STATE_TERMINATE)
2626 flush_q |= NES_CQP_FLUSH_SQ;
2627 flush_wqes(nesvnic->nesdev, nesqp, flush_q, 1);
2628
2629 if (nesqp->term_flags) {
2630 ibevent.device = nesqp->ibqp.device;
2631 ibevent.event = nesqp->terminate_eventtype;
2632 ibevent.element.qp = &nesqp->ibqp;
2633 nesqp->ibqp.event_handler(&ibevent, nesqp->ibqp.qp_context);
2634 }
2635 }
3c2d774c 2636
b29a4fc4
DW
2637 if ((cm_id) && (cm_id->event_handler)) {
2638 if (issue_disconn) {
3c2d774c
GS
2639 atomic_inc(&cm_disconnects);
2640 cm_event.event = IW_CM_EVENT_DISCONNECT;
b29a4fc4 2641 cm_event.status = disconn_status;
3c2d774c
GS
2642 cm_event.local_addr = cm_id->local_addr;
2643 cm_event.remote_addr = cm_id->remote_addr;
2644 cm_event.private_data = NULL;
2645 cm_event.private_data_len = 0;
2646
6492cdf3
FL
2647 nes_debug(NES_DBG_CM, "Generating a CM Disconnect Event"
2648 " for QP%u, SQ Head = %u, SQ Tail = %u. "
2649 "cm_id = %p, refcount = %u.\n",
2650 nesqp->hwqp.qp_id, nesqp->hwqp.sq_head,
2651 nesqp->hwqp.sq_tail, cm_id,
2652 atomic_read(&nesqp->refcount));
3c2d774c 2653
3c2d774c
GS
2654 ret = cm_id->event_handler(cm_id, &cm_event);
2655 if (ret)
6492cdf3
FL
2656 nes_debug(NES_DBG_CM, "OFA CM event_handler "
2657 "returned, ret=%d\n", ret);
3c2d774c
GS
2658 }
2659
b29a4fc4 2660 if (issue_close) {
3c2d774c 2661 atomic_inc(&cm_closes);
3c2d774c
GS
2662 nes_disconnect(nesqp, 1);
2663
2664 cm_id->provider_data = nesqp;
2665 /* Send up the close complete event */
2666 cm_event.event = IW_CM_EVENT_CLOSE;
2667 cm_event.status = IW_CM_EVENT_STATUS_OK;
2668 cm_event.provider_data = cm_id->provider_data;
2669 cm_event.local_addr = cm_id->local_addr;
2670 cm_event.remote_addr = cm_id->remote_addr;
2671 cm_event.private_data = NULL;
2672 cm_event.private_data_len = 0;
2673
2674 ret = cm_id->event_handler(cm_id, &cm_event);
2675 if (ret) {
2676 nes_debug(NES_DBG_CM, "OFA CM event_handler returned, ret=%d\n", ret);
2677 }
2678
2679 cm_id->rem_ref(cm_id);
3c2d774c 2680 }
3c2d774c 2681 }
3c2d774c
GS
2682
2683 return 0;
2684}
2685
2686
2687/**
2688 * nes_disconnect
2689 */
1a855fbf 2690static int nes_disconnect(struct nes_qp *nesqp, int abrupt)
3c2d774c
GS
2691{
2692 int ret = 0;
2693 struct nes_vnic *nesvnic;
2694 struct nes_device *nesdev;
c12e56ef 2695 struct nes_ib_device *nesibdev;
3c2d774c
GS
2696
2697 nesvnic = to_nesvnic(nesqp->ibqp.device);
2698 if (!nesvnic)
2699 return -EINVAL;
2700
2701 nesdev = nesvnic->nesdev;
c12e56ef 2702 nesibdev = nesvnic->nesibdev;
3c2d774c
GS
2703
2704 nes_debug(NES_DBG_CM, "netdev refcnt = %u.\n",
2705 atomic_read(&nesvnic->netdev->refcnt));
2706
2707 if (nesqp->active_conn) {
2708
2709 /* indicate this connection is NOT active */
2710 nesqp->active_conn = 0;
2711 } else {
2712 /* Need to free the Last Streaming Mode Message */
2713 if (nesqp->ietf_frame) {
c12e56ef
FL
2714 if (nesqp->lsmm_mr)
2715 nesibdev->ibdev.dereg_mr(nesqp->lsmm_mr);
3c2d774c
GS
2716 pci_free_consistent(nesdev->pcidev,
2717 nesqp->private_data_len+sizeof(struct ietf_mpa_frame),
2718 nesqp->ietf_frame, nesqp->ietf_frame_pbase);
2719 }
2720 }
2721
2722 /* close the CM node down if it is still active */
2723 if (nesqp->cm_node) {
2724 nes_debug(NES_DBG_CM, "Call close API\n");
2725
2726 g_cm_core->api->close(g_cm_core, nesqp->cm_node);
3c2d774c
GS
2727 }
2728
2729 return ret;
2730}
2731
2732
2733/**
2734 * nes_accept
2735 */
2736int nes_accept(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
2737{
2738 u64 u64temp;
2739 struct ib_qp *ibqp;
2740 struct nes_qp *nesqp;
2741 struct nes_vnic *nesvnic;
2742 struct nes_device *nesdev;
2743 struct nes_cm_node *cm_node;
2744 struct nes_adapter *adapter;
2745 struct ib_qp_attr attr;
2746 struct iw_cm_event cm_event;
2747 struct nes_hw_qp_wqe *wqe;
2748 struct nes_v4_quad nes_quad;
30da7cff 2749 u32 crc_value;
3c2d774c 2750 int ret;
183ecfa3 2751 int passive_state;
c12e56ef
FL
2752 struct nes_ib_device *nesibdev;
2753 struct ib_mr *ibmr = NULL;
2754 struct ib_phys_buf ibphysbuf;
2755 struct nes_pd *nespd;
7a5efb62 2756 u64 tagged_offset;
c12e56ef 2757
3c2d774c
GS
2758 ibqp = nes_get_qp(cm_id->device, conn_param->qpn);
2759 if (!ibqp)
2760 return -EINVAL;
2761
2762 /* get all our handles */
2763 nesqp = to_nesqp(ibqp);
2764 nesvnic = to_nesvnic(nesqp->ibqp.device);
2765 nesdev = nesvnic->nesdev;
2766 adapter = nesdev->nesadapter;
2767
3c2d774c 2768 cm_node = (struct nes_cm_node *)cm_id->provider_data;
6492cdf3
FL
2769 nes_debug(NES_DBG_CM, "nes_accept: cm_node= %p nesvnic=%p, netdev=%p,"
2770 "%s\n", cm_node, nesvnic, nesvnic->netdev,
2771 nesvnic->netdev->name);
3c2d774c 2772
c5a7d489
FL
2773 if (NES_CM_STATE_LISTENER_DESTROYED == cm_node->state) {
2774 if (cm_node->loopbackpartner)
2775 rem_ref_cm_node(cm_node->cm_core, cm_node->loopbackpartner);
2776 rem_ref_cm_node(cm_node->cm_core, cm_node);
2777 return -EINVAL;
2778 }
2779
3c2d774c
GS
2780 /* associate the node with the QP */
2781 nesqp->cm_node = (void *)cm_node;
6492cdf3 2782 cm_node->nesqp = nesqp;
3c2d774c 2783
6492cdf3
FL
2784 nes_debug(NES_DBG_CM, "QP%u, cm_node=%p, jiffies = %lu listener = %p\n",
2785 nesqp->hwqp.qp_id, cm_node, jiffies, cm_node->listener);
3c2d774c
GS
2786 atomic_inc(&cm_accepts);
2787
2788 nes_debug(NES_DBG_CM, "netdev refcnt = %u.\n",
2789 atomic_read(&nesvnic->netdev->refcnt));
2790
6492cdf3
FL
2791 /* allocate the ietf frame and space for private data */
2792 nesqp->ietf_frame = pci_alloc_consistent(nesdev->pcidev,
2793 sizeof(struct ietf_mpa_frame) + conn_param->private_data_len,
2794 &nesqp->ietf_frame_pbase);
3c2d774c 2795
6492cdf3
FL
2796 if (!nesqp->ietf_frame) {
2797 nes_debug(NES_DBG_CM, "Unable to allocate memory for private "
2798 "data\n");
2799 return -ENOMEM;
2800 }
3c2d774c 2801
3c2d774c 2802
6492cdf3
FL
2803 /* setup the MPA frame */
2804 nesqp->private_data_len = conn_param->private_data_len;
2805 memcpy(nesqp->ietf_frame->key, IEFT_MPA_KEY_REP, IETF_MPA_KEY_SIZE);
3c2d774c 2806
6492cdf3
FL
2807 memcpy(nesqp->ietf_frame->priv_data, conn_param->private_data,
2808 conn_param->private_data_len);
3c2d774c 2809
6492cdf3
FL
2810 nesqp->ietf_frame->priv_data_len =
2811 cpu_to_be16(conn_param->private_data_len);
2812 nesqp->ietf_frame->rev = mpa_version;
2813 nesqp->ietf_frame->flags = IETF_MPA_FLAGS_CRC;
3c2d774c 2814
6492cdf3
FL
2815 /* setup our first outgoing iWarp send WQE (the IETF frame response) */
2816 wqe = &nesqp->hwqp.sq_vbase[0];
2817
2818 if (cm_id->remote_addr.sin_addr.s_addr !=
2819 cm_id->local_addr.sin_addr.s_addr) {
2820 u64temp = (unsigned long)nesqp;
c12e56ef
FL
2821 nesibdev = nesvnic->nesibdev;
2822 nespd = nesqp->nespd;
2823 ibphysbuf.addr = nesqp->ietf_frame_pbase;
2824 ibphysbuf.size = conn_param->private_data_len +
2825 sizeof(struct ietf_mpa_frame);
7a5efb62 2826 tagged_offset = (u64)(unsigned long)nesqp->ietf_frame;
c12e56ef
FL
2827 ibmr = nesibdev->ibdev.reg_phys_mr((struct ib_pd *)nespd,
2828 &ibphysbuf, 1,
2829 IB_ACCESS_LOCAL_WRITE,
7a5efb62 2830 &tagged_offset);
c12e56ef
FL
2831 if (!ibmr) {
2832 nes_debug(NES_DBG_CM, "Unable to register memory region"
2833 "for lSMM for cm_node = %p \n",
2834 cm_node);
9256b251
FL
2835 pci_free_consistent(nesdev->pcidev,
2836 nesqp->private_data_len+sizeof(struct ietf_mpa_frame),
2837 nesqp->ietf_frame, nesqp->ietf_frame_pbase);
c12e56ef
FL
2838 return -ENOMEM;
2839 }
2840
2841 ibmr->pd = &nespd->ibpd;
2842 ibmr->device = nespd->ibpd.device;
2843 nesqp->lsmm_mr = ibmr;
2844
6492cdf3
FL
2845 u64temp |= NES_SW_CONTEXT_ALIGN>>1;
2846 set_wqe_64bit_value(wqe->wqe_words,
2847 NES_IWARP_SQ_WQE_COMP_CTX_LOW_IDX,
2848 u64temp);
2849 wqe->wqe_words[NES_IWARP_SQ_WQE_MISC_IDX] =
2850 cpu_to_le32(NES_IWARP_SQ_WQE_STREAMING |
2851 NES_IWARP_SQ_WQE_WRPDU);
2852 wqe->wqe_words[NES_IWARP_SQ_WQE_TOTAL_PAYLOAD_IDX] =
2853 cpu_to_le32(conn_param->private_data_len +
2854 sizeof(struct ietf_mpa_frame));
c12e56ef
FL
2855 set_wqe_64bit_value(wqe->wqe_words,
2856 NES_IWARP_SQ_WQE_FRAG0_LOW_IDX,
7a5efb62 2857 (u64)(unsigned long)nesqp->ietf_frame);
6492cdf3
FL
2858 wqe->wqe_words[NES_IWARP_SQ_WQE_LENGTH0_IDX] =
2859 cpu_to_le32(conn_param->private_data_len +
2860 sizeof(struct ietf_mpa_frame));
c12e56ef 2861 wqe->wqe_words[NES_IWARP_SQ_WQE_STAG0_IDX] = ibmr->lkey;
d2fa9b26
FL
2862 if (nesqp->sq_kmapped) {
2863 nesqp->sq_kmapped = 0;
2864 kunmap(nesqp->page);
2865 }
6492cdf3
FL
2866
2867 nesqp->nesqp_context->ird_ord_sizes |=
2868 cpu_to_le32(NES_QPCONTEXT_ORDIRD_LSMM_PRESENT |
2869 NES_QPCONTEXT_ORDIRD_WRPDU);
2870 } else {
2871 nesqp->nesqp_context->ird_ord_sizes |=
9d5ab133 2872 cpu_to_le32(NES_QPCONTEXT_ORDIRD_WRPDU);
6492cdf3
FL
2873 }
2874 nesqp->skip_lsmm = 1;
3c2d774c
GS
2875
2876
2877 /* Cache the cm_id in the qp */
2878 nesqp->cm_id = cm_id;
2879 cm_node->cm_id = cm_id;
2880
2881 /* nesqp->cm_node = (void *)cm_id->provider_data; */
2882 cm_id->provider_data = nesqp;
2883 nesqp->active_conn = 0;
2884
6492cdf3
FL
2885 if (cm_node->state == NES_CM_STATE_TSA)
2886 nes_debug(NES_DBG_CM, "Already state = TSA for cm_node=%p\n",
2887 cm_node);
2888
3c2d774c
GS
2889 nes_cm_init_tsa_conn(nesqp, cm_node);
2890
6492cdf3
FL
2891 nesqp->nesqp_context->tcpPorts[0] =
2892 cpu_to_le16(ntohs(cm_id->local_addr.sin_port));
2893 nesqp->nesqp_context->tcpPorts[1] =
2894 cpu_to_le16(ntohs(cm_id->remote_addr.sin_port));
2895
2896 if (ipv4_is_loopback(cm_id->remote_addr.sin_addr.s_addr))
2897 nesqp->nesqp_context->ip0 =
2898 cpu_to_le32(ntohl(nesvnic->local_ipaddr));
2899 else
2900 nesqp->nesqp_context->ip0 =
2901 cpu_to_le32(ntohl(cm_id->remote_addr.sin_addr.s_addr));
3c2d774c
GS
2902
2903 nesqp->nesqp_context->misc2 |= cpu_to_le32(
6492cdf3
FL
2904 (u32)PCI_FUNC(nesdev->pcidev->devfn) <<
2905 NES_QPCONTEXT_MISC2_SRC_IP_SHIFT);
3c2d774c 2906
6492cdf3
FL
2907 nesqp->nesqp_context->arp_index_vlan |=
2908 cpu_to_le32(nes_arp_table(nesdev,
2909 le32_to_cpu(nesqp->nesqp_context->ip0), NULL,
3c2d774c
GS
2910 NES_ARP_RESOLVE) << 16);
2911
2912 nesqp->nesqp_context->ts_val_delta = cpu_to_le32(
6492cdf3 2913 jiffies - nes_read_indexed(nesdev, NES_IDX_TCP_NOW));
3c2d774c
GS
2914
2915 nesqp->nesqp_context->ird_index = cpu_to_le32(nesqp->hwqp.qp_id);
2916
2917 nesqp->nesqp_context->ird_ord_sizes |= cpu_to_le32(
6492cdf3
FL
2918 ((u32)1 << NES_QPCONTEXT_ORDIRD_IWARP_MODE_SHIFT));
2919 nesqp->nesqp_context->ird_ord_sizes |=
2920 cpu_to_le32((u32)conn_param->ord);
3c2d774c
GS
2921
2922 memset(&nes_quad, 0, sizeof(nes_quad));
6492cdf3
FL
2923 nes_quad.DstIpAdrIndex =
2924 cpu_to_le32((u32)PCI_FUNC(nesdev->pcidev->devfn) << 24);
2925 if (ipv4_is_loopback(cm_id->remote_addr.sin_addr.s_addr))
2926 nes_quad.SrcIpadr = nesvnic->local_ipaddr;
2927 else
2928 nes_quad.SrcIpadr = cm_id->remote_addr.sin_addr.s_addr;
2929 nes_quad.TcpPorts[0] = cm_id->remote_addr.sin_port;
2930 nes_quad.TcpPorts[1] = cm_id->local_addr.sin_port;
3c2d774c
GS
2931
2932 /* Produce hash key */
30da7cff
FL
2933 crc_value = get_crc_value(&nes_quad);
2934 nesqp->hte_index = cpu_to_be32(crc_value ^ 0xffffffff);
3c2d774c 2935 nes_debug(NES_DBG_CM, "HTE Index = 0x%08X, CRC = 0x%08X\n",
6492cdf3 2936 nesqp->hte_index, nesqp->hte_index & adapter->hte_index_mask);
3c2d774c
GS
2937
2938 nesqp->hte_index &= adapter->hte_index_mask;
2939 nesqp->nesqp_context->hte_index = cpu_to_le32(nesqp->hte_index);
2940
2941 cm_node->cm_core->api->accelerated(cm_node->cm_core, cm_node);
2942
6492cdf3
FL
2943 nes_debug(NES_DBG_CM, "QP%u, Destination IP = 0x%08X:0x%04X, local = "
2944 "0x%08X:0x%04X, rcv_nxt=0x%08X, snd_nxt=0x%08X, mpa + "
2945 "private data length=%zu.\n", nesqp->hwqp.qp_id,
3c2d774c
GS
2946 ntohl(cm_id->remote_addr.sin_addr.s_addr),
2947 ntohs(cm_id->remote_addr.sin_port),
2948 ntohl(cm_id->local_addr.sin_addr.s_addr),
2949 ntohs(cm_id->local_addr.sin_port),
2950 le32_to_cpu(nesqp->nesqp_context->rcv_nxt),
2951 le32_to_cpu(nesqp->nesqp_context->snd_nxt),
6492cdf3
FL
2952 conn_param->private_data_len +
2953 sizeof(struct ietf_mpa_frame));
3c2d774c 2954
3c2d774c 2955
73ac36ea 2956 /* notify OF layer that accept event was successful */
3c2d774c 2957 cm_id->add_ref(cm_id);
9256b251 2958 nes_add_ref(&nesqp->ibqp);
3c2d774c
GS
2959
2960 cm_event.event = IW_CM_EVENT_ESTABLISHED;
2961 cm_event.status = IW_CM_EVENT_STATUS_ACCEPTED;
2962 cm_event.provider_data = (void *)nesqp;
2963 cm_event.local_addr = cm_id->local_addr;
2964 cm_event.remote_addr = cm_id->remote_addr;
2965 cm_event.private_data = NULL;
2966 cm_event.private_data_len = 0;
2967 ret = cm_id->event_handler(cm_id, &cm_event);
183ecfa3
FL
2968 attr.qp_state = IB_QPS_RTS;
2969 nes_modify_qp(&nesqp->ibqp, &attr, IB_QP_STATE, NULL);
3c2d774c 2970 if (cm_node->loopbackpartner) {
6492cdf3
FL
2971 cm_node->loopbackpartner->mpa_frame_size =
2972 nesqp->private_data_len;
3c2d774c 2973 /* copy entire MPA frame to our cm_node's frame */
6492cdf3
FL
2974 memcpy(cm_node->loopbackpartner->mpa_frame_buf,
2975 nesqp->ietf_frame->priv_data, nesqp->private_data_len);
3c2d774c
GS
2976 create_event(cm_node->loopbackpartner, NES_CM_EVENT_CONNECTED);
2977 }
2978 if (ret)
6492cdf3
FL
2979 printk(KERN_ERR "%s[%u] OFA CM event_handler returned, "
2980 "ret=%d\n", __func__, __LINE__, ret);
3c2d774c 2981
183ecfa3
FL
2982 passive_state = atomic_add_return(1, &cm_node->passive_state);
2983 if (passive_state == NES_SEND_RESET_EVENT)
2984 create_event(cm_node, NES_CM_EVENT_RESET);
3c2d774c
GS
2985 return 0;
2986}
2987
2988
2989/**
2990 * nes_reject
2991 */
2992int nes_reject(struct iw_cm_id *cm_id, const void *pdata, u8 pdata_len)
2993{
2994 struct nes_cm_node *cm_node;
9d5ab133
FL
2995 struct nes_cm_node *loopback;
2996
3c2d774c
GS
2997 struct nes_cm_core *cm_core;
2998
2999 atomic_inc(&cm_rejects);
3000 cm_node = (struct nes_cm_node *) cm_id->provider_data;
9d5ab133 3001 loopback = cm_node->loopbackpartner;
3c2d774c 3002 cm_core = cm_node->cm_core;
9d5ab133 3003 cm_node->cm_id = cm_id;
3c2d774c
GS
3004 cm_node->mpa_frame_size = sizeof(struct ietf_mpa_frame) + pdata_len;
3005
9d5ab133
FL
3006 if (cm_node->mpa_frame_size > MAX_CM_BUFFER)
3007 return -EINVAL;
3008
1cf078c9 3009 memcpy(&cm_node->mpa_frame.key[0], IEFT_MPA_KEY_REP, IETF_MPA_KEY_SIZE);
9d5ab133
FL
3010 if (loopback) {
3011 memcpy(&loopback->mpa_frame.priv_data, pdata, pdata_len);
3012 loopback->mpa_frame.priv_data_len = pdata_len;
3013 loopback->mpa_frame_size = sizeof(struct ietf_mpa_frame) +
3014 pdata_len;
3015 } else {
3016 memcpy(&cm_node->mpa_frame.priv_data, pdata, pdata_len);
3017 cm_node->mpa_frame.priv_data_len = cpu_to_be16(pdata_len);
3018 }
3c2d774c 3019
3c2d774c
GS
3020 cm_node->mpa_frame.rev = mpa_version;
3021 cm_node->mpa_frame.flags = IETF_MPA_FLAGS_CRC | IETF_MPA_FLAGS_REJECT;
3022
9d5ab133 3023 return cm_core->api->reject(cm_core, &cm_node->mpa_frame, cm_node);
3c2d774c
GS
3024}
3025
3026
3027/**
3028 * nes_connect
3029 * setup and launch cm connect node
3030 */
3031int nes_connect(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
3032{
3033 struct ib_qp *ibqp;
3034 struct nes_qp *nesqp;
3035 struct nes_vnic *nesvnic;
3036 struct nes_device *nesdev;
3037 struct nes_cm_node *cm_node;
3038 struct nes_cm_info cm_info;
53094c38 3039 int apbvt_set = 0;
3c2d774c
GS
3040
3041 ibqp = nes_get_qp(cm_id->device, conn_param->qpn);
3042 if (!ibqp)
3043 return -EINVAL;
3044 nesqp = to_nesqp(ibqp);
3045 if (!nesqp)
3046 return -EINVAL;
3047 nesvnic = to_nesvnic(nesqp->ibqp.device);
3048 if (!nesvnic)
3049 return -EINVAL;
3050 nesdev = nesvnic->nesdev;
3051 if (!nesdev)
3052 return -EINVAL;
3053
c5a7d489
FL
3054 if (!(cm_id->local_addr.sin_port) || !(cm_id->remote_addr.sin_port))
3055 return -EINVAL;
3056
6492cdf3
FL
3057 nes_debug(NES_DBG_CM, "QP%u, current IP = 0x%08X, Destination IP = "
3058 "0x%08X:0x%04X, local = 0x%08X:0x%04X.\n", nesqp->hwqp.qp_id,
3059 ntohl(nesvnic->local_ipaddr),
3060 ntohl(cm_id->remote_addr.sin_addr.s_addr),
3061 ntohs(cm_id->remote_addr.sin_port),
3062 ntohl(cm_id->local_addr.sin_addr.s_addr),
3063 ntohs(cm_id->local_addr.sin_port));
3c2d774c 3064
6492cdf3 3065 atomic_inc(&cm_connects);
3c2d774c
GS
3066 nesqp->active_conn = 1;
3067
3c2d774c
GS
3068 /* cache the cm_id in the qp */
3069 nesqp->cm_id = cm_id;
3070
3071 cm_id->provider_data = nesqp;
3072
3c2d774c
GS
3073 nesqp->private_data_len = conn_param->private_data_len;
3074 nesqp->nesqp_context->ird_ord_sizes |= cpu_to_le32((u32)conn_param->ord);
3075 nes_debug(NES_DBG_CM, "requested ord = 0x%08X.\n", (u32)conn_param->ord);
6492cdf3
FL
3076 nes_debug(NES_DBG_CM, "mpa private data len =%u\n",
3077 conn_param->private_data_len);
3c2d774c 3078
6492cdf3 3079 if (cm_id->local_addr.sin_addr.s_addr !=
53094c38 3080 cm_id->remote_addr.sin_addr.s_addr) {
3c2d774c 3081 nes_manage_apbvt(nesvnic, ntohs(cm_id->local_addr.sin_port),
6492cdf3 3082 PCI_FUNC(nesdev->pcidev->devfn), NES_MANAGE_APBVT_ADD);
53094c38
FL
3083 apbvt_set = 1;
3084 }
3c2d774c
GS
3085
3086 /* set up the connection params for the node */
6492cdf3
FL
3087 cm_info.loc_addr = htonl(cm_id->local_addr.sin_addr.s_addr);
3088 cm_info.loc_port = htons(cm_id->local_addr.sin_port);
3089 cm_info.rem_addr = htonl(cm_id->remote_addr.sin_addr.s_addr);
3090 cm_info.rem_port = htons(cm_id->remote_addr.sin_port);
3c2d774c
GS
3091 cm_info.cm_id = cm_id;
3092 cm_info.conn_type = NES_CM_IWARP_CONN_TYPE;
3093
3094 cm_id->add_ref(cm_id);
3c2d774c
GS
3095
3096 /* create a connect CM node connection */
6492cdf3
FL
3097 cm_node = g_cm_core->api->connect(g_cm_core, nesvnic,
3098 conn_param->private_data_len, (void *)conn_param->private_data,
3099 &cm_info);
3c2d774c 3100 if (!cm_node) {
53094c38 3101 if (apbvt_set)
3c2d774c 3102 nes_manage_apbvt(nesvnic, ntohs(cm_id->local_addr.sin_port),
6492cdf3
FL
3103 PCI_FUNC(nesdev->pcidev->devfn),
3104 NES_MANAGE_APBVT_DEL);
3105
3c2d774c
GS
3106 cm_id->rem_ref(cm_id);
3107 return -ENOMEM;
3108 }
3109
53094c38 3110 cm_node->apbvt_set = apbvt_set;
3c2d774c 3111 nesqp->cm_node = cm_node;
6492cdf3 3112 cm_node->nesqp = nesqp;
d7ffd507 3113 nes_add_ref(&nesqp->ibqp);
3c2d774c
GS
3114
3115 return 0;
3116}
3117
3118
3119/**
3120 * nes_create_listen
3121 */
3122int nes_create_listen(struct iw_cm_id *cm_id, int backlog)
3123{
3124 struct nes_vnic *nesvnic;
3125 struct nes_cm_listener *cm_node;
3126 struct nes_cm_info cm_info;
3c2d774c
GS
3127 int err;
3128
3c2d774c
GS
3129 nes_debug(NES_DBG_CM, "cm_id = %p, local port = 0x%04X.\n",
3130 cm_id, ntohs(cm_id->local_addr.sin_port));
3131
3132 nesvnic = to_nesvnic(cm_id->device);
3133 if (!nesvnic)
3134 return -EINVAL;
69d51023 3135
3c2d774c
GS
3136 nes_debug(NES_DBG_CM, "nesvnic=%p, netdev=%p, %s\n",
3137 nesvnic, nesvnic->netdev, nesvnic->netdev->name);
3138
3139 nes_debug(NES_DBG_CM, "nesvnic->local_ipaddr=0x%08x, sin_addr.s_addr=0x%08x\n",
3140 nesvnic->local_ipaddr, cm_id->local_addr.sin_addr.s_addr);
3141
3142 /* setup listen params in our api call struct */
3143 cm_info.loc_addr = nesvnic->local_ipaddr;
3144 cm_info.loc_port = cm_id->local_addr.sin_port;
3145 cm_info.backlog = backlog;
3146 cm_info.cm_id = cm_id;
3147
3148 cm_info.conn_type = NES_CM_IWARP_CONN_TYPE;
3149
3150
3151 cm_node = g_cm_core->api->listen(g_cm_core, nesvnic, &cm_info);
3152 if (!cm_node) {
6492cdf3 3153 printk(KERN_ERR "%s[%u] Error returned from listen API call\n",
33718363 3154 __func__, __LINE__);
3c2d774c
GS
3155 return -ENOMEM;
3156 }
3157
3158 cm_id->provider_data = cm_node;
3159
3160 if (!cm_node->reused_node) {
6492cdf3
FL
3161 err = nes_manage_apbvt(nesvnic,
3162 ntohs(cm_id->local_addr.sin_port),
3163 PCI_FUNC(nesvnic->nesdev->pcidev->devfn),
3164 NES_MANAGE_APBVT_ADD);
3c2d774c 3165 if (err) {
6492cdf3
FL
3166 printk(KERN_ERR "nes_manage_apbvt call returned %d.\n",
3167 err);
3c2d774c
GS
3168 g_cm_core->api->stop_listener(g_cm_core, (void *)cm_node);
3169 return err;
3170 }
6e10d2e4 3171 atomic_inc(&cm_listens_created);
3c2d774c
GS
3172 }
3173
3174 cm_id->add_ref(cm_id);
3175 cm_id->provider_data = (void *)cm_node;
3176
3177
3178 return 0;
3179}
3180
3181
3182/**
3183 * nes_destroy_listen
3184 */
3185int nes_destroy_listen(struct iw_cm_id *cm_id)
3186{
3187 if (cm_id->provider_data)
3188 g_cm_core->api->stop_listener(g_cm_core, cm_id->provider_data);
3189 else
3190 nes_debug(NES_DBG_CM, "cm_id->provider_data was NULL\n");
3191
3192 cm_id->rem_ref(cm_id);
3193
3194 return 0;
3195}
3196
3197
3198/**
3199 * nes_cm_recv
3200 */
3201int nes_cm_recv(struct sk_buff *skb, struct net_device *netdevice)
3202{
4a14f6a7 3203 int rc = 0;
3c2d774c
GS
3204 cm_packets_received++;
3205 if ((g_cm_core) && (g_cm_core->api)) {
4a14f6a7 3206 rc = g_cm_core->api->recv_pkt(g_cm_core, netdev_priv(netdevice), skb);
3c2d774c
GS
3207 } else {
3208 nes_debug(NES_DBG_CM, "Unable to process packet for CM,"
3209 " cm is not setup properly.\n");
3210 }
3211
4a14f6a7 3212 return rc;
3c2d774c
GS
3213}
3214
3215
3216/**
3217 * nes_cm_start
3218 * Start and init a cm core module
3219 */
3220int nes_cm_start(void)
3221{
3222 nes_debug(NES_DBG_CM, "\n");
3223 /* create the primary CM core, pass this handle to subsequent core inits */
3224 g_cm_core = nes_cm_alloc_core();
3225 if (g_cm_core) {
3226 return 0;
3227 } else {
3228 return -ENOMEM;
3229 }
3230}
3231
3232
3233/**
3234 * nes_cm_stop
3235 * stop and dealloc all cm core instances
3236 */
3237int nes_cm_stop(void)
3238{
3239 g_cm_core->api->destroy_cm_core(g_cm_core);
3240 return 0;
3241}
3242
3243
3244/**
3245 * cm_event_connected
3246 * handle a connected event, setup QPs and HW
3247 */
1a855fbf 3248static void cm_event_connected(struct nes_cm_event *event)
3c2d774c
GS
3249{
3250 u64 u64temp;
3251 struct nes_qp *nesqp;
3252 struct nes_vnic *nesvnic;
3253 struct nes_device *nesdev;
3254 struct nes_cm_node *cm_node;
3255 struct nes_adapter *nesadapter;
3256 struct ib_qp_attr attr;
3257 struct iw_cm_id *cm_id;
3258 struct iw_cm_event cm_event;
3259 struct nes_hw_qp_wqe *wqe;
3260 struct nes_v4_quad nes_quad;
30da7cff 3261 u32 crc_value;
3c2d774c
GS
3262 int ret;
3263
3264 /* get all our handles */
3265 cm_node = event->cm_node;
3266 cm_id = cm_node->cm_id;
3267 nes_debug(NES_DBG_CM, "cm_event_connected - %p - cm_id = %p\n", cm_node, cm_id);
3268 nesqp = (struct nes_qp *)cm_id->provider_data;
3269 nesvnic = to_nesvnic(nesqp->ibqp.device);
3270 nesdev = nesvnic->nesdev;
3271 nesadapter = nesdev->nesadapter;
3272
3273 if (nesqp->destroyed) {
3274 return;
3275 }
3276 atomic_inc(&cm_connecteds);
3277 nes_debug(NES_DBG_CM, "QP%u attempting to connect to 0x%08X:0x%04X on"
3278 " local port 0x%04X. jiffies = %lu.\n",
3279 nesqp->hwqp.qp_id,
3280 ntohl(cm_id->remote_addr.sin_addr.s_addr),
3281 ntohs(cm_id->remote_addr.sin_port),
3282 ntohs(cm_id->local_addr.sin_port),
3283 jiffies);
3284
3285 nes_cm_init_tsa_conn(nesqp, cm_node);
3286
3287 /* set the QP tsa context */
6492cdf3
FL
3288 nesqp->nesqp_context->tcpPorts[0] =
3289 cpu_to_le16(ntohs(cm_id->local_addr.sin_port));
3290 nesqp->nesqp_context->tcpPorts[1] =
3291 cpu_to_le16(ntohs(cm_id->remote_addr.sin_port));
3292 if (ipv4_is_loopback(cm_id->remote_addr.sin_addr.s_addr))
3293 nesqp->nesqp_context->ip0 =
3294 cpu_to_le32(ntohl(nesvnic->local_ipaddr));
3295 else
3296 nesqp->nesqp_context->ip0 =
3297 cpu_to_le32(ntohl(cm_id->remote_addr.sin_addr.s_addr));
3c2d774c
GS
3298
3299 nesqp->nesqp_context->misc2 |= cpu_to_le32(
6492cdf3
FL
3300 (u32)PCI_FUNC(nesdev->pcidev->devfn) <<
3301 NES_QPCONTEXT_MISC2_SRC_IP_SHIFT);
3c2d774c 3302 nesqp->nesqp_context->arp_index_vlan |= cpu_to_le32(
6492cdf3
FL
3303 nes_arp_table(nesdev,
3304 le32_to_cpu(nesqp->nesqp_context->ip0),
3c2d774c
GS
3305 NULL, NES_ARP_RESOLVE) << 16);
3306 nesqp->nesqp_context->ts_val_delta = cpu_to_le32(
3307 jiffies - nes_read_indexed(nesdev, NES_IDX_TCP_NOW));
3308 nesqp->nesqp_context->ird_index = cpu_to_le32(nesqp->hwqp.qp_id);
3309 nesqp->nesqp_context->ird_ord_sizes |=
6492cdf3
FL
3310 cpu_to_le32((u32)1 <<
3311 NES_QPCONTEXT_ORDIRD_IWARP_MODE_SHIFT);
3c2d774c
GS
3312
3313 /* Adjust tail for not having a LSMM */
3314 nesqp->hwqp.sq_tail = 1;
3315
3316#if defined(NES_SEND_FIRST_WRITE)
6492cdf3
FL
3317 if (cm_node->send_write0) {
3318 nes_debug(NES_DBG_CM, "Sending first write.\n");
3319 wqe = &nesqp->hwqp.sq_vbase[0];
3320 u64temp = (unsigned long)nesqp;
3321 u64temp |= NES_SW_CONTEXT_ALIGN>>1;
3322 set_wqe_64bit_value(wqe->wqe_words,
3323 NES_IWARP_SQ_WQE_COMP_CTX_LOW_IDX, u64temp);
3324 wqe->wqe_words[NES_IWARP_SQ_WQE_MISC_IDX] =
3325 cpu_to_le32(NES_IWARP_SQ_OP_RDMAW);
3326 wqe->wqe_words[NES_IWARP_SQ_WQE_TOTAL_PAYLOAD_IDX] = 0;
3327 wqe->wqe_words[NES_IWARP_SQ_WQE_FRAG0_LOW_IDX] = 0;
3328 wqe->wqe_words[NES_IWARP_SQ_WQE_FRAG0_HIGH_IDX] = 0;
3329 wqe->wqe_words[NES_IWARP_SQ_WQE_LENGTH0_IDX] = 0;
3330 wqe->wqe_words[NES_IWARP_SQ_WQE_STAG0_IDX] = 0;
3331
d2fa9b26
FL
3332 if (nesqp->sq_kmapped) {
3333 nesqp->sq_kmapped = 0;
3334 kunmap(nesqp->page);
3335 }
3336
6492cdf3
FL
3337 /* use the reserved spot on the WQ for the extra first WQE */
3338 nesqp->nesqp_context->ird_ord_sizes &=
3339 cpu_to_le32(~(NES_QPCONTEXT_ORDIRD_LSMM_PRESENT |
3340 NES_QPCONTEXT_ORDIRD_WRPDU |
3341 NES_QPCONTEXT_ORDIRD_ALSMM));
3342 nesqp->skip_lsmm = 1;
3343 nesqp->hwqp.sq_tail = 0;
3344 nes_write32(nesdev->regs + NES_WQE_ALLOC,
3345 (1 << 24) | 0x00800000 | nesqp->hwqp.qp_id);
3346 }
3c2d774c
GS
3347#endif
3348
3349 memset(&nes_quad, 0, sizeof(nes_quad));
3350
6492cdf3
FL
3351 nes_quad.DstIpAdrIndex =
3352 cpu_to_le32((u32)PCI_FUNC(nesdev->pcidev->devfn) << 24);
3353 if (ipv4_is_loopback(cm_id->remote_addr.sin_addr.s_addr))
3354 nes_quad.SrcIpadr = nesvnic->local_ipaddr;
3355 else
3356 nes_quad.SrcIpadr = cm_id->remote_addr.sin_addr.s_addr;
3c2d774c
GS
3357 nes_quad.TcpPorts[0] = cm_id->remote_addr.sin_port;
3358 nes_quad.TcpPorts[1] = cm_id->local_addr.sin_port;
3359
3360 /* Produce hash key */
30da7cff
FL
3361 crc_value = get_crc_value(&nes_quad);
3362 nesqp->hte_index = cpu_to_be32(crc_value ^ 0xffffffff);
3c2d774c
GS
3363 nes_debug(NES_DBG_CM, "HTE Index = 0x%08X, After CRC = 0x%08X\n",
3364 nesqp->hte_index, nesqp->hte_index & nesadapter->hte_index_mask);
3365
3366 nesqp->hte_index &= nesadapter->hte_index_mask;
3367 nesqp->nesqp_context->hte_index = cpu_to_le32(nesqp->hte_index);
3368
3369 nesqp->ietf_frame = &cm_node->mpa_frame;
3370 nesqp->private_data_len = (u8) cm_node->mpa_frame_size;
3371 cm_node->cm_core->api->accelerated(cm_node->cm_core, cm_node);
3372
3c2d774c
GS
3373 /* notify OF layer we successfully created the requested connection */
3374 cm_event.event = IW_CM_EVENT_CONNECT_REPLY;
3375 cm_event.status = IW_CM_EVENT_STATUS_ACCEPTED;
3376 cm_event.provider_data = cm_id->provider_data;
3377 cm_event.local_addr.sin_family = AF_INET;
3378 cm_event.local_addr.sin_port = cm_id->local_addr.sin_port;
3379 cm_event.remote_addr = cm_id->remote_addr;
3380
6492cdf3
FL
3381 cm_event.private_data = (void *)event->cm_node->mpa_frame_buf;
3382 cm_event.private_data_len = (u8) event->cm_node->mpa_frame_size;
3c2d774c
GS
3383
3384 cm_event.local_addr.sin_addr.s_addr = event->cm_info.rem_addr;
3385 ret = cm_id->event_handler(cm_id, &cm_event);
3386 nes_debug(NES_DBG_CM, "OFA CM event_handler returned, ret=%d\n", ret);
3387
3388 if (ret)
6492cdf3
FL
3389 printk(KERN_ERR "%s[%u] OFA CM event_handler returned, "
3390 "ret=%d\n", __func__, __LINE__, ret);
3391 attr.qp_state = IB_QPS_RTS;
3392 nes_modify_qp(&nesqp->ibqp, &attr, IB_QP_STATE, NULL);
3c2d774c 3393
6492cdf3
FL
3394 nes_debug(NES_DBG_CM, "Exiting connect thread for QP%u. jiffies = "
3395 "%lu\n", nesqp->hwqp.qp_id, jiffies);
3c2d774c
GS
3396
3397 return;
3398}
3399
3400
3401/**
3402 * cm_event_connect_error
3403 */
1a855fbf 3404static void cm_event_connect_error(struct nes_cm_event *event)
3c2d774c
GS
3405{
3406 struct nes_qp *nesqp;
3407 struct iw_cm_id *cm_id;
3408 struct iw_cm_event cm_event;
3409 /* struct nes_cm_info cm_info; */
3410 int ret;
3411
3412 if (!event->cm_node)
3413 return;
3414
3415 cm_id = event->cm_node->cm_id;
3416 if (!cm_id) {
3417 return;
3418 }
3419
3420 nes_debug(NES_DBG_CM, "cm_node=%p, cm_id=%p\n", event->cm_node, cm_id);
3421 nesqp = cm_id->provider_data;
3422
3423 if (!nesqp) {
3424 return;
3425 }
3426
3427 /* notify OF layer about this connection error event */
3428 /* cm_id->rem_ref(cm_id); */
3429 nesqp->cm_id = NULL;
3430 cm_id->provider_data = NULL;
3431 cm_event.event = IW_CM_EVENT_CONNECT_REPLY;
c5a7d489 3432 cm_event.status = -ECONNRESET;
3c2d774c
GS
3433 cm_event.provider_data = cm_id->provider_data;
3434 cm_event.local_addr = cm_id->local_addr;
3435 cm_event.remote_addr = cm_id->remote_addr;
3436 cm_event.private_data = NULL;
3437 cm_event.private_data_len = 0;
3438
6492cdf3
FL
3439 nes_debug(NES_DBG_CM, "call CM_EVENT REJECTED, local_addr=%08x, "
3440 "remove_addr=%08x\n", cm_event.local_addr.sin_addr.s_addr,
3441 cm_event.remote_addr.sin_addr.s_addr);
3c2d774c
GS
3442
3443 ret = cm_id->event_handler(cm_id, &cm_event);
3444 nes_debug(NES_DBG_CM, "OFA CM event_handler returned, ret=%d\n", ret);
3445 if (ret)
6492cdf3
FL
3446 printk(KERN_ERR "%s[%u] OFA CM event_handler returned, "
3447 "ret=%d\n", __func__, __LINE__, ret);
6492cdf3 3448 cm_id->rem_ref(cm_id);
3c2d774c 3449
6492cdf3 3450 rem_ref_cm_node(event->cm_node->cm_core, event->cm_node);
3c2d774c
GS
3451 return;
3452}
3453
3454
3455/**
3456 * cm_event_reset
3457 */
1a855fbf 3458static void cm_event_reset(struct nes_cm_event *event)
3c2d774c
GS
3459{
3460 struct nes_qp *nesqp;
3461 struct iw_cm_id *cm_id;
3462 struct iw_cm_event cm_event;
3463 /* struct nes_cm_info cm_info; */
3464 int ret;
3465
3466 if (!event->cm_node)
3467 return;
3468
3469 if (!event->cm_node->cm_id)
3470 return;
3471
3472 cm_id = event->cm_node->cm_id;
3473
3474 nes_debug(NES_DBG_CM, "%p - cm_id = %p\n", event->cm_node, cm_id);
3475 nesqp = cm_id->provider_data;
f9f3f1e0
FL
3476 if (!nesqp)
3477 return;
3c2d774c
GS
3478
3479 nesqp->cm_id = NULL;
3480 /* cm_id->provider_data = NULL; */
3481 cm_event.event = IW_CM_EVENT_DISCONNECT;
3482 cm_event.status = IW_CM_EVENT_STATUS_RESET;
3483 cm_event.provider_data = cm_id->provider_data;
3484 cm_event.local_addr = cm_id->local_addr;
3485 cm_event.remote_addr = cm_id->remote_addr;
3486 cm_event.private_data = NULL;
3487 cm_event.private_data_len = 0;
3488
183ecfa3 3489 cm_id->add_ref(cm_id);
f9f3f1e0 3490 ret = cm_id->event_handler(cm_id, &cm_event);
183ecfa3
FL
3491 atomic_inc(&cm_closes);
3492 cm_event.event = IW_CM_EVENT_CLOSE;
3493 cm_event.status = IW_CM_EVENT_STATUS_OK;
3494 cm_event.provider_data = cm_id->provider_data;
3495 cm_event.local_addr = cm_id->local_addr;
3496 cm_event.remote_addr = cm_id->remote_addr;
3497 cm_event.private_data = NULL;
3498 cm_event.private_data_len = 0;
3499 nes_debug(NES_DBG_CM, "NODE %p Generating CLOSE\n", event->cm_node);
3500 ret = cm_id->event_handler(cm_id, &cm_event);
3501
3c2d774c
GS
3502 nes_debug(NES_DBG_CM, "OFA CM event_handler returned, ret=%d\n", ret);
3503
3504
3505 /* notify OF layer about this connection error event */
3506 cm_id->rem_ref(cm_id);
3507
3508 return;
3509}
3510
3511
3512/**
3513 * cm_event_mpa_req
3514 */
1a855fbf 3515static void cm_event_mpa_req(struct nes_cm_event *event)
3c2d774c
GS
3516{
3517 struct iw_cm_id *cm_id;
3518 struct iw_cm_event cm_event;
3519 int ret;
3520 struct nes_cm_node *cm_node;
3521
3522 cm_node = event->cm_node;
3523 if (!cm_node)
3524 return;
3525 cm_id = cm_node->cm_id;
3526
3527 atomic_inc(&cm_connect_reqs);
3528 nes_debug(NES_DBG_CM, "cm_node = %p - cm_id = %p, jiffies = %lu\n",
3529 cm_node, cm_id, jiffies);
3530
3531 cm_event.event = IW_CM_EVENT_CONNECT_REQUEST;
3532 cm_event.status = IW_CM_EVENT_STATUS_OK;
3533 cm_event.provider_data = (void *)cm_node;
3534
3535 cm_event.local_addr.sin_family = AF_INET;
3536 cm_event.local_addr.sin_port = htons(event->cm_info.loc_port);
3537 cm_event.local_addr.sin_addr.s_addr = htonl(event->cm_info.loc_addr);
3538
9d5ab133
FL
3539 cm_event.remote_addr.sin_family = AF_INET;
3540 cm_event.remote_addr.sin_port = htons(event->cm_info.rem_port);
3541 cm_event.remote_addr.sin_addr.s_addr = htonl(event->cm_info.rem_addr);
3542 cm_event.private_data = cm_node->mpa_frame_buf;
3543 cm_event.private_data_len = (u8) cm_node->mpa_frame_size;
3544
3545 ret = cm_id->event_handler(cm_id, &cm_event);
3546 if (ret)
3547 printk(KERN_ERR "%s[%u] OFA CM event_handler returned, ret=%d\n",
3548 __func__, __LINE__, ret);
3549 return;
3550}
3551
3552
3553static void cm_event_mpa_reject(struct nes_cm_event *event)
3554{
3555 struct iw_cm_id *cm_id;
3556 struct iw_cm_event cm_event;
3557 struct nes_cm_node *cm_node;
3558 int ret;
3559
3560 cm_node = event->cm_node;
3561 if (!cm_node)
3562 return;
3563 cm_id = cm_node->cm_id;
3564
3565 atomic_inc(&cm_connect_reqs);
3566 nes_debug(NES_DBG_CM, "cm_node = %p - cm_id = %p, jiffies = %lu\n",
3567 cm_node, cm_id, jiffies);
3568
3569 cm_event.event = IW_CM_EVENT_CONNECT_REPLY;
3570 cm_event.status = -ECONNREFUSED;
3571 cm_event.provider_data = cm_id->provider_data;
3572
3573 cm_event.local_addr.sin_family = AF_INET;
3574 cm_event.local_addr.sin_port = htons(event->cm_info.loc_port);
3575 cm_event.local_addr.sin_addr.s_addr = htonl(event->cm_info.loc_addr);
3576
3c2d774c
GS
3577 cm_event.remote_addr.sin_family = AF_INET;
3578 cm_event.remote_addr.sin_port = htons(event->cm_info.rem_port);
3579 cm_event.remote_addr.sin_addr.s_addr = htonl(event->cm_info.rem_addr);
3580
9d5ab133
FL
3581 cm_event.private_data = cm_node->mpa_frame_buf;
3582 cm_event.private_data_len = (u8) cm_node->mpa_frame_size;
3583
3584 nes_debug(NES_DBG_CM, "call CM_EVENT_MPA_REJECTED, local_addr=%08x, "
3585 "remove_addr=%08x\n",
3586 cm_event.local_addr.sin_addr.s_addr,
3587 cm_event.remote_addr.sin_addr.s_addr);
3c2d774c
GS
3588
3589 ret = cm_id->event_handler(cm_id, &cm_event);
3590 if (ret)
9d5ab133 3591 printk(KERN_ERR "%s[%u] OFA CM event_handler returned, ret=%d\n",
33718363 3592 __func__, __LINE__, ret);
3c2d774c
GS
3593
3594 return;
3595}
3596
3597
3598static void nes_cm_event_handler(struct work_struct *);
3599
3600/**
3601 * nes_cm_post_event
3602 * post an event to the cm event handler
3603 */
1a855fbf 3604static int nes_cm_post_event(struct nes_cm_event *event)
3c2d774c
GS
3605{
3606 atomic_inc(&event->cm_node->cm_core->events_posted);
3607 add_ref_cm_node(event->cm_node);
3608 event->cm_info.cm_id->add_ref(event->cm_info.cm_id);
3609 INIT_WORK(&event->event_work, nes_cm_event_handler);
6492cdf3
FL
3610 nes_debug(NES_DBG_CM, "cm_node=%p queue_work, event=%p\n",
3611 event->cm_node, event);
3c2d774c
GS
3612
3613 queue_work(event->cm_node->cm_core->event_wq, &event->event_work);
3614
3615 nes_debug(NES_DBG_CM, "Exit\n");
3616 return 0;
3617}
3618
3619
3620/**
3621 * nes_cm_event_handler
3622 * worker function to handle cm events
3623 * will free instance of nes_cm_event
3624 */
3625static void nes_cm_event_handler(struct work_struct *work)
3626{
6492cdf3
FL
3627 struct nes_cm_event *event = container_of(work, struct nes_cm_event,
3628 event_work);
3c2d774c
GS
3629 struct nes_cm_core *cm_core;
3630
6492cdf3 3631 if ((!event) || (!event->cm_node) || (!event->cm_node->cm_core))
3c2d774c 3632 return;
6492cdf3 3633
3c2d774c
GS
3634 cm_core = event->cm_node->cm_core;
3635 nes_debug(NES_DBG_CM, "event=%p, event->type=%u, events posted=%u\n",
6492cdf3 3636 event, event->type, atomic_read(&cm_core->events_posted));
3c2d774c
GS
3637
3638 switch (event->type) {
6492cdf3
FL
3639 case NES_CM_EVENT_MPA_REQ:
3640 cm_event_mpa_req(event);
3641 nes_debug(NES_DBG_CM, "cm_node=%p CM Event: MPA REQUEST\n",
3642 event->cm_node);
3643 break;
3644 case NES_CM_EVENT_RESET:
3645 nes_debug(NES_DBG_CM, "cm_node = %p CM Event: RESET\n",
3646 event->cm_node);
3647 cm_event_reset(event);
3648 break;
3649 case NES_CM_EVENT_CONNECTED:
3650 if ((!event->cm_node->cm_id) ||
3651 (event->cm_node->state != NES_CM_STATE_TSA))
3c2d774c 3652 break;
6492cdf3
FL
3653 cm_event_connected(event);
3654 nes_debug(NES_DBG_CM, "CM Event: CONNECTED\n");
3655 break;
9d5ab133
FL
3656 case NES_CM_EVENT_MPA_REJECT:
3657 if ((!event->cm_node->cm_id) ||
3658 (event->cm_node->state == NES_CM_STATE_TSA))
3659 break;
3660 cm_event_mpa_reject(event);
3661 nes_debug(NES_DBG_CM, "CM Event: REJECT\n");
3662 break;
3663
6492cdf3
FL
3664 case NES_CM_EVENT_ABORTED:
3665 if ((!event->cm_node->cm_id) ||
3666 (event->cm_node->state == NES_CM_STATE_TSA))
3c2d774c 3667 break;
6492cdf3
FL
3668 cm_event_connect_error(event);
3669 nes_debug(NES_DBG_CM, "CM Event: ABORTED\n");
3670 break;
3671 case NES_CM_EVENT_DROPPED_PKT:
3672 nes_debug(NES_DBG_CM, "CM Event: DROPPED PKT\n");
3673 break;
3674 default:
3675 nes_debug(NES_DBG_CM, "CM Event: UNKNOWN EVENT TYPE\n");
3676 break;
3c2d774c
GS
3677 }
3678
3679 atomic_dec(&cm_core->events_posted);
3680 event->cm_info.cm_id->rem_ref(event->cm_info.cm_id);
3681 rem_ref_cm_node(cm_core, event->cm_node);
3682 kfree(event);
3683
3684 return;
3685}