Browse Source

bnx2x: notify cnic of address of info-to-the-mcp

Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Mintz Yuval 13 years ago
parent
commit
82fa848c11
1 changed files with 5 additions and 0 deletions
  1. 5 0
      drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c

+ 5 - 0
drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c

@@ -7125,6 +7125,11 @@ int bnx2x_alloc_mem(struct bnx2x *bp)
 	BNX2X_PCI_ALLOC(bp->slowpath, &bp->slowpath_mapping,
 	BNX2X_PCI_ALLOC(bp->slowpath, &bp->slowpath_mapping,
 			sizeof(struct bnx2x_slowpath));
 			sizeof(struct bnx2x_slowpath));
 
 
+#ifdef BCM_CNIC
+	/* write address to which L5 should insert its values */
+	bp->cnic_eth_dev.addr_drv_info_to_mcp = &bp->slowpath->drv_info_to_mcp;
+#endif
+
 	/* Allocated memory for FW statistics  */
 	/* Allocated memory for FW statistics  */
 	if (bnx2x_alloc_fw_stats_mem(bp))
 	if (bnx2x_alloc_fw_stats_mem(bp))
 		goto alloc_mem_err;
 		goto alloc_mem_err;