Deleted Added
full compact
adapter.h (253829) adapter.h (255005)
1/*-
2 * Copyright (c) 2011 Chelsio Communications, Inc.
3 * All rights reserved.
4 * Written by: Navdeep Parhar <np@FreeBSD.org>
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 10 unchanged lines hidden (view full) ---

19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
1/*-
2 * Copyright (c) 2011 Chelsio Communications, Inc.
3 * All rights reserved.
4 * Written by: Navdeep Parhar <np@FreeBSD.org>
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 10 unchanged lines hidden (view full) ---

19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
27 * $FreeBSD: head/sys/dev/cxgbe/adapter.h 253829 2013-07-31 05:12:51Z np $
27 * $FreeBSD: head/sys/dev/cxgbe/adapter.h 255005 2013-08-28 20:45:45Z np $
28 *
29 */
30
31#ifndef __T4_ADAPTER_H__
32#define __T4_ADAPTER_H__
33
34#include <sys/kernel.h>
35#include <sys/bus.h>

--- 526 unchanged lines hidden (view full) ---

562
563 struct taskqueue *tq[NCHAN]; /* taskqueues that flush data out */
564 struct port_info *port[MAX_NPORTS];
565 uint8_t chan_map[NCHAN];
566
567#ifdef TCP_OFFLOAD
568 void *tom_softc; /* (struct tom_data *) */
569 struct tom_tunables tt;
28 *
29 */
30
31#ifndef __T4_ADAPTER_H__
32#define __T4_ADAPTER_H__
33
34#include <sys/kernel.h>
35#include <sys/bus.h>

--- 526 unchanged lines hidden (view full) ---

562
563 struct taskqueue *tq[NCHAN]; /* taskqueues that flush data out */
564 struct port_info *port[MAX_NPORTS];
565 uint8_t chan_map[NCHAN];
566
567#ifdef TCP_OFFLOAD
568 void *tom_softc; /* (struct tom_data *) */
569 struct tom_tunables tt;
570 void *iwarp_softc; /* (struct c4iw_dev *) */
570#endif
571 struct l2t_data *l2t; /* L2 table */
572 struct tid_info tids;
573
574 int doorbells;
575 int open_device_map;
576#ifdef TCP_OFFLOAD
577 int offload_map;

--- 291 unchanged lines hidden ---
571#endif
572 struct l2t_data *l2t; /* L2 table */
573 struct tid_info tids;
574
575 int doorbells;
576 int open_device_map;
577#ifdef TCP_OFFLOAD
578 int offload_map;

--- 291 unchanged lines hidden ---