Searched refs:drv_info_to_mcp (Results 1 – 4 of 4) sorted by relevance
246 union drv_info_to_mcp *addr_drv_info_to_mcp;347 union drv_info_to_mcp *stats_addr;
165 union drv_info_to_mcp { union
3382 &bp->slowpath->drv_info_to_mcp.ether_stat; in bnx2x_drv_info_ether_stat()3426 &bp->slowpath->drv_info_to_mcp.fcoe_stat; in bnx2x_drv_info_fcoe_stat()3528 &bp->slowpath->drv_info_to_mcp.iscsi_stat; in bnx2x_drv_info_iscsi_stat()3601 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_handle_drv_info_req()3602 sizeof(union drv_info_to_mcp)); in bnx2x_handle_drv_info_req()3624 U64_LO(bnx2x_sp_mapping(bp, drv_info_to_mcp))); in bnx2x_handle_drv_info_req()3626 U64_HI(bnx2x_sp_mapping(bp, drv_info_to_mcp))); in bnx2x_handle_drv_info_req()3708 memset(&bp->slowpath->drv_info_to_mcp, 0, in bnx2x_update_mng_version()3709 sizeof(union drv_info_to_mcp)); in bnx2x_update_mng_version()3711 version = bp->slowpath->drv_info_to_mcp.iscsi_stat.version; in bnx2x_update_mng_version()[all …]
1177 union drv_info_to_mcp drv_info_to_mcp; member