Searched refs:drv_info_to_mcp (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_mfw_req.h165 union drv_info_to_mcp { union
H A Dbnx2x_main.c3382 &bp->slowpath->drv_info_to_mcp.ether_stat;
3426 &bp->slowpath->drv_info_to_mcp.fcoe_stat;
3528 &bp->slowpath->drv_info_to_mcp.iscsi_stat;
3598 /* Must prevent other flows from accessing drv_info_to_mcp */
3601 memset(&bp->slowpath->drv_info_to_mcp, 0,
3602 sizeof(union drv_info_to_mcp));
3624 U64_LO(bnx2x_sp_mapping(bp, drv_info_to_mcp)));
3626 U64_HI(bnx2x_sp_mapping(bp, drv_info_to_mcp)));
3708 memset(&bp->slowpath->drv_info_to_mcp, 0,
3709 sizeof(union drv_info_to_mcp));
[all...]
H A Dbnx2x.h1177 union drv_info_to_mcp drv_info_to_mcp; member in struct:bnx2x_slowpath
1615 /* Mechanism protecting the drv_info_to_mcp */
/linux-master/drivers/net/ethernet/broadcom/
H A Dcnic_if.h247 union drv_info_to_mcp *addr_drv_info_to_mcp;
348 union drv_info_to_mcp *stats_addr;

Completed in 153 milliseconds