Deleted Added
full compact
cxgb_firmware_exports.h (170076) cxgb_firmware_exports.h (176472)
1/**************************************************************************
2
3Copyright (c) 2007, Chelsio Inc.
4All rights reserved.
5
6Redistribution and use in source and binary forms, with or without
7modification, are permitted provided that the following conditions are met:
8

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

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

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

20LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
21CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
23INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
24CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26POSSIBILITY OF SUCH DAMAGE.
27
28$FreeBSD: head/sys/dev/cxgb/common/cxgb_firmware_exports.h 170076 2007-05-28 22:57:27Z kmacy $
28$FreeBSD: head/sys/dev/cxgb/common/cxgb_firmware_exports.h 176472 2008-02-23 01:06:17Z kmacy $
29
30***************************************************************************/
31#ifndef _FIRMWARE_EXPORTS_H_
32#define _FIRMWARE_EXPORTS_H_
33
34/* WR OPCODES supported by the firmware.
35 */
36#define FW_WROPCODE_FORWARD 0x01

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

69#define FW_WROPCODE_RI_BYPASS 0x1C
70
71#define FW_WROPOCDE_RSVD 0x1E
72
73#define FW_WROPCODE_SGE_EGRESSCONTEXT_RR 0x1F
74
75#define FW_WROPCODE_MNGT 0x1D
76#define FW_MNGTOPCODE_PKTSCHED_SET 0x00
29
30***************************************************************************/
31#ifndef _FIRMWARE_EXPORTS_H_
32#define _FIRMWARE_EXPORTS_H_
33
34/* WR OPCODES supported by the firmware.
35 */
36#define FW_WROPCODE_FORWARD 0x01

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

69#define FW_WROPCODE_RI_BYPASS 0x1C
70
71#define FW_WROPOCDE_RSVD 0x1E
72
73#define FW_WROPCODE_SGE_EGRESSCONTEXT_RR 0x1F
74
75#define FW_WROPCODE_MNGT 0x1D
76#define FW_MNGTOPCODE_PKTSCHED_SET 0x00
77#define FW_MNGTOPCODE_WRC_SET 0x01
78#define FW_MNGTOPCODE_TUNNEL_CR_FLUSH 0x02
77
78/* Maximum size of a WR sent from the host, limited by the SGE.
79 *
80 * Note: WR coming from ULP or TP are only limited by CIM.
81 */
82#define FW_WR_SIZE 128
83
84/* Maximum number of outstanding WRs sent from the host. Value must be

--- 93 unchanged lines hidden ---
79
80/* Maximum size of a WR sent from the host, limited by the SGE.
81 *
82 * Note: WR coming from ULP or TP are only limited by CIM.
83 */
84#define FW_WR_SIZE 128
85
86/* Maximum number of outstanding WRs sent from the host. Value must be

--- 93 unchanged lines hidden ---