aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/bnx2x/bnx2x_hsi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/bnx2x/bnx2x_hsi.h')
-rw-r--r--drivers/net/bnx2x/bnx2x_hsi.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/net/bnx2x/bnx2x_hsi.h b/drivers/net/bnx2x/bnx2x_hsi.h
index 52c190f6529a..0692d75756df 100644
--- a/drivers/net/bnx2x/bnx2x_hsi.h
+++ b/drivers/net/bnx2x/bnx2x_hsi.h
@@ -538,7 +538,13 @@ struct port_hw_cfg { /* port 0: 0x12c port 1: 0x2bc */
538 u32 fcoe_wwn_node_name_upper; 538 u32 fcoe_wwn_node_name_upper;
539 u32 fcoe_wwn_node_name_lower; 539 u32 fcoe_wwn_node_name_lower;
540 540
541 u32 Reserved1[50]; /* 0x1C0 */ 541 u32 Reserved1[49]; /* 0x1C0 */
542
543 /* Enable RJ45 magjack pair swapping on 10GBase-T PHY (0=default),
544 84833 only */
545 u32 xgbt_phy_cfg; /* 0x284 */
546 #define PORT_HW_CFG_RJ45_PAIR_SWAP_MASK 0x000000FF
547 #define PORT_HW_CFG_RJ45_PAIR_SWAP_SHIFT 0
542 548
543 u32 default_cfg; /* 0x288 */ 549 u32 default_cfg; /* 0x288 */
544 #define PORT_HW_CFG_GPIO0_CONFIG_MASK 0x00000003 550 #define PORT_HW_CFG_GPIO0_CONFIG_MASK 0x00000003