summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
diff options
context:
space:
mode:
authorHariprasad Shenai2015-12-23 18:17:18 +0100
committerDavid S. Miller2015-12-24 04:34:45 +0100
commit2216d01432cb1589d1bfbd2722f2ec05cb26ea51 (patch)
tree9bb6edd796c6673760894326fee0129fb04bbb30 /drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
parentcxgb4: Update mps_tcam output to include T6 fields (diff)
downloadkernel-qcow2-linux-2216d01432cb1589d1bfbd2722f2ec05cb26ea51.tar.gz
kernel-qcow2-linux-2216d01432cb1589d1bfbd2722f2ec05cb26ea51.tar.xz
kernel-qcow2-linux-2216d01432cb1589d1bfbd2722f2ec05cb26ea51.zip
cxgb4: Update SGE context congestion map change for T6 adapter
SGE context congestion map changed from 4 to 8 priority per port in T6 as there are only 2 channels. Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cxgb4.h')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/cxgb4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
index 5c193a5f564e..ec6e849676c1 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
@@ -302,6 +302,7 @@ struct devlog_params {
struct arch_specific_params {
u8 nchan;
u8 pm_stats_cnt;
+ u8 cng_ch_bits_log; /* congestion channel map bits width */
u16 mps_rplc_size;
u16 vfcount;
u32 sge_fl_db;