diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-11-23 21:59:45 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:04:13 -0500 |
commit | 2eab17ab880ad8d570d27517e6c9d9fe74adc214 (patch) | |
tree | 17baf30d2ae574defcad6c57782ef0192ef7ab9b /drivers/net/cxgb3/firmware_exports.h | |
parent | afefce66a5c73aef597074b184b83a4df9704afd (diff) |
drivers/net/cxgb3: trim trailing whitespace
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/cxgb3/firmware_exports.h')
-rw-r--r-- | drivers/net/cxgb3/firmware_exports.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/drivers/net/cxgb3/firmware_exports.h b/drivers/net/cxgb3/firmware_exports.h index 6a835f6a262a..b75ddd8777fe 100644 --- a/drivers/net/cxgb3/firmware_exports.h +++ b/drivers/net/cxgb3/firmware_exports.h | |||
@@ -76,14 +76,14 @@ | |||
76 | #define FW_WROPCODE_MNGT 0x1D | 76 | #define FW_WROPCODE_MNGT 0x1D |
77 | #define FW_MNGTOPCODE_PKTSCHED_SET 0x00 | 77 | #define FW_MNGTOPCODE_PKTSCHED_SET 0x00 |
78 | 78 | ||
79 | /* Maximum size of a WR sent from the host, limited by the SGE. | 79 | /* Maximum size of a WR sent from the host, limited by the SGE. |
80 | * | 80 | * |
81 | * Note: WR coming from ULP or TP are only limited by CIM. | 81 | * Note: WR coming from ULP or TP are only limited by CIM. |
82 | */ | 82 | */ |
83 | #define FW_WR_SIZE 128 | 83 | #define FW_WR_SIZE 128 |
84 | 84 | ||
85 | /* Maximum number of outstanding WRs sent from the host. Value must be | 85 | /* Maximum number of outstanding WRs sent from the host. Value must be |
86 | * programmed in the CTRL/TUNNEL/QP SGE Egress Context and used by | 86 | * programmed in the CTRL/TUNNEL/QP SGE Egress Context and used by |
87 | * offload modules to limit the number of WRs per connection. | 87 | * offload modules to limit the number of WRs per connection. |
88 | */ | 88 | */ |
89 | #define FW_T3_WR_NUM 16 | 89 | #define FW_T3_WR_NUM 16 |
@@ -99,7 +99,7 @@ | |||
99 | * queues must start at SGE Egress Context FW_TUNNEL_SGEEC_START and must | 99 | * queues must start at SGE Egress Context FW_TUNNEL_SGEEC_START and must |
100 | * start at 'TID' (or 'uP Token') FW_TUNNEL_TID_START. | 100 | * start at 'TID' (or 'uP Token') FW_TUNNEL_TID_START. |
101 | * | 101 | * |
102 | * Ingress Traffic (e.g. DMA completion credit) for TUNNEL Queue[i] is sent | 102 | * Ingress Traffic (e.g. DMA completion credit) for TUNNEL Queue[i] is sent |
103 | * to RESP Queue[i]. | 103 | * to RESP Queue[i]. |
104 | */ | 104 | */ |
105 | #define FW_TUNNEL_NUM 8 | 105 | #define FW_TUNNEL_NUM 8 |
@@ -116,10 +116,10 @@ | |||
116 | #define FW_CTRL_SGEEC_START 65528 | 116 | #define FW_CTRL_SGEEC_START 65528 |
117 | #define FW_CTRL_TID_START 65536 | 117 | #define FW_CTRL_TID_START 65536 |
118 | 118 | ||
119 | /* FW_OFLD_NUM corresponds to the number of supported OFFLOAD Queues. These | 119 | /* FW_OFLD_NUM corresponds to the number of supported OFFLOAD Queues. These |
120 | * queues must start at SGE Egress Context FW_OFLD_SGEEC_START. | 120 | * queues must start at SGE Egress Context FW_OFLD_SGEEC_START. |
121 | * | 121 | * |
122 | * Note: the 'uP Token' in the SGE Egress Context fields is irrelevant for | 122 | * Note: the 'uP Token' in the SGE Egress Context fields is irrelevant for |
123 | * OFFLOAD Queues, as the host is responsible for providing the correct TID in | 123 | * OFFLOAD Queues, as the host is responsible for providing the correct TID in |
124 | * every WR. | 124 | * every WR. |
125 | * | 125 | * |
@@ -129,14 +129,14 @@ | |||
129 | #define FW_OFLD_SGEEC_START 0 | 129 | #define FW_OFLD_SGEEC_START 0 |
130 | 130 | ||
131 | /* | 131 | /* |
132 | * | 132 | * |
133 | */ | 133 | */ |
134 | #define FW_RI_NUM 1 | 134 | #define FW_RI_NUM 1 |
135 | #define FW_RI_SGEEC_START 65527 | 135 | #define FW_RI_SGEEC_START 65527 |
136 | #define FW_RI_TID_START 65552 | 136 | #define FW_RI_TID_START 65552 |
137 | 137 | ||
138 | /* | 138 | /* |
139 | * The RX_PKT_TID | 139 | * The RX_PKT_TID |
140 | */ | 140 | */ |
141 | #define FW_RX_PKT_NUM 1 | 141 | #define FW_RX_PKT_NUM 1 |
142 | #define FW_RX_PKT_TID_START 65553 | 142 | #define FW_RX_PKT_TID_START 65553 |