Searched refs:fcoe_stat (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 2945 struct fcoe_stats_info *fcoe_stat = in bnx2x_drv_info_fcoe_stat() local 2946 &bp->slowpath->drv_info_to_mcp.fcoe_stat; in bnx2x_drv_info_fcoe_stat() 2948 memcpy(fcoe_stat->mac_local, bp->fip_mac, ETH_ALEN); in bnx2x_drv_info_fcoe_stat() 2950 fcoe_stat->qos_priority = in bnx2x_drv_info_fcoe_stat() 2966 ADD_64(fcoe_stat->rx_bytes_hi, 0, fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat() 2969 ADD_64(fcoe_stat->rx_bytes_hi, in bnx2x_drv_info_fcoe_stat() 2971 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat() 2974 ADD_64(fcoe_stat->rx_bytes_hi, in bnx2x_drv_info_fcoe_stat() 2976 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat() 2979 ADD_64(fcoe_stat->rx_bytes_hi, in bnx2x_drv_info_fcoe_stat() [all …]
|
D | bnx2x_hsi.h | 2696 struct fcoe_stats_info fcoe_stat; member
|
/linux-3.4.99/drivers/net/ethernet/broadcom/ |
D | cnic.c | 2198 struct fcoe_stat_ramrod_params *fcoe_stat; in cnic_bnx2x_fcoe_stat() local 2207 fcoe_stat = cnic_get_kwqe_16_data(cp, BNX2X_FCOE_L5_CID_BASE, &l5_data); in cnic_bnx2x_fcoe_stat() 2208 if (!fcoe_stat) in cnic_bnx2x_fcoe_stat() 2211 memset(fcoe_stat, 0, sizeof(*fcoe_stat)); in cnic_bnx2x_fcoe_stat() 2212 memcpy(&fcoe_stat->stat_kwqe, req, sizeof(*req)); in cnic_bnx2x_fcoe_stat()
|