Lines Matching refs:fcoe_stat
3425 struct fcoe_stats_info *fcoe_stat = in bnx2x_drv_info_fcoe_stat() local
3426 &bp->slowpath->drv_info_to_mcp.fcoe_stat; in bnx2x_drv_info_fcoe_stat()
3431 memcpy(fcoe_stat->mac_local + MAC_PAD, bp->fip_mac, ETH_ALEN); in bnx2x_drv_info_fcoe_stat()
3433 fcoe_stat->qos_priority = in bnx2x_drv_info_fcoe_stat()
3449 ADD_64_LE(fcoe_stat->rx_bytes_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3450 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3453 ADD_64_LE(fcoe_stat->rx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3455 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3458 ADD_64_LE(fcoe_stat->rx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3460 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3463 ADD_64_LE(fcoe_stat->rx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3465 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3468 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3469 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3472 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3473 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3476 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3477 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3480 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3481 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3484 ADD_64_LE(fcoe_stat->tx_bytes_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3485 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3488 ADD_64_LE(fcoe_stat->tx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3490 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3493 ADD_64_LE(fcoe_stat->tx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3495 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3498 ADD_64_LE(fcoe_stat->tx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3500 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3503 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3504 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3507 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3508 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3511 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3512 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3515 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3516 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3717 version = bp->slowpath->drv_info_to_mcp.fcoe_stat.version; in bnx2x_update_mng_version()