adapter.h (209be2056033a52a8df733cbc88eeefc104b16e8) adapter.h (5033c43b7a5c86f71be4058a8209503be2d65c49)
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:

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

791 struct taskqueue *tq[MAX_NCHAN]; /* General purpose taskqueues */
792 struct port_info *port[MAX_NPORTS];
793 uint8_t chan_map[MAX_NCHAN];
794
795 void *tom_softc; /* (struct tom_data *) */
796 struct tom_tunables tt;
797 void *iwarp_softc; /* (struct c4iw_dev *) */
798 void *iscsi_ulp_softc; /* (struct cxgbei_data *) */
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:

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

791 struct taskqueue *tq[MAX_NCHAN]; /* General purpose taskqueues */
792 struct port_info *port[MAX_NPORTS];
793 uint8_t chan_map[MAX_NCHAN];
794
795 void *tom_softc; /* (struct tom_data *) */
796 struct tom_tunables tt;
797 void *iwarp_softc; /* (struct c4iw_dev *) */
798 void *iscsi_ulp_softc; /* (struct cxgbei_data *) */
799 void *ccr_softc; /* (struct ccr_softc *) */
799 struct l2t_data *l2t; /* L2 table */
800 struct tid_info tids;
801
802 uint16_t doorbells;
803 int offload_map; /* ports with IFCAP_TOE enabled */
804 int active_ulds; /* ULDs activated on this adapter */
805 int flags;
806 int debug_flags;

--- 451 unchanged lines hidden ---
800 struct l2t_data *l2t; /* L2 table */
801 struct tid_info tids;
802
803 uint16_t doorbells;
804 int offload_map; /* ports with IFCAP_TOE enabled */
805 int active_ulds; /* ULDs activated on this adapter */
806 int flags;
807 int debug_flags;

--- 451 unchanged lines hidden ---