aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h')
-rw-r--r--drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
index 8f60851b75ad..962458f5d5b3 100644
--- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
+++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
@@ -251,6 +251,8 @@ struct cxgb4_lld_info {
251 void __iomem *gts_reg; /* address of GTS register */ 251 void __iomem *gts_reg; /* address of GTS register */
252 void __iomem *db_reg; /* address of kernel doorbell */ 252 void __iomem *db_reg; /* address of kernel doorbell */
253 int dbfifo_int_thresh; /* doorbell fifo int threshold */ 253 int dbfifo_int_thresh; /* doorbell fifo int threshold */
254 unsigned int sge_ingpadboundary; /* SGE ingress padding boundary */
255 unsigned int sge_egrstatuspagesize; /* SGE egress status page size */
254 unsigned int sge_pktshift; /* Padding between CPL and */ 256 unsigned int sge_pktshift; /* Padding between CPL and */
255 /* packet data */ 257 /* packet data */
256 unsigned int pf; /* Physical Function we're using */ 258 unsigned int pf; /* Physical Function we're using */