Lines Matching refs:fcoe_stat
3414 struct fcoe_stats_info *fcoe_stat = in bnx2x_drv_info_fcoe_stat() local
3415 &bp->slowpath->drv_info_to_mcp.fcoe_stat; in bnx2x_drv_info_fcoe_stat()
3420 memcpy(fcoe_stat->mac_local + MAC_PAD, bp->fip_mac, ETH_ALEN); in bnx2x_drv_info_fcoe_stat()
3422 fcoe_stat->qos_priority = in bnx2x_drv_info_fcoe_stat()
3438 ADD_64_LE(fcoe_stat->rx_bytes_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3439 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3442 ADD_64_LE(fcoe_stat->rx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3444 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3447 ADD_64_LE(fcoe_stat->rx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3449 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3452 ADD_64_LE(fcoe_stat->rx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3454 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3457 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3458 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3461 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3462 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3465 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3466 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3469 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3470 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3473 ADD_64_LE(fcoe_stat->tx_bytes_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3474 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3477 ADD_64_LE(fcoe_stat->tx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3479 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3482 ADD_64_LE(fcoe_stat->tx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3484 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3487 ADD_64_LE(fcoe_stat->tx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3489 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3492 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3493 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3496 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3497 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3500 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3501 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3504 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3505 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3696 version = bp->slowpath->drv_info_to_mcp.fcoe_stat.version; in bnx2x_update_mng_version()