Lines Matching refs:fcoe_stat
3416 struct fcoe_stats_info *fcoe_stat = in bnx2x_drv_info_fcoe_stat() local
3417 &bp->slowpath->drv_info_to_mcp.fcoe_stat; in bnx2x_drv_info_fcoe_stat()
3422 memcpy(fcoe_stat->mac_local + MAC_PAD, bp->fip_mac, ETH_ALEN); in bnx2x_drv_info_fcoe_stat()
3424 fcoe_stat->qos_priority = in bnx2x_drv_info_fcoe_stat()
3440 ADD_64_LE(fcoe_stat->rx_bytes_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3441 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3444 ADD_64_LE(fcoe_stat->rx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3446 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3449 ADD_64_LE(fcoe_stat->rx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3451 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3454 ADD_64_LE(fcoe_stat->rx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3456 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3459 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3460 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3463 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3464 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3467 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3468 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3471 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3472 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3475 ADD_64_LE(fcoe_stat->tx_bytes_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3476 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3479 ADD_64_LE(fcoe_stat->tx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3481 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3484 ADD_64_LE(fcoe_stat->tx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3486 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3489 ADD_64_LE(fcoe_stat->tx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3491 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3494 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3495 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3498 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3499 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3502 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3503 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3506 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3507 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3708 version = bp->slowpath->drv_info_to_mcp.fcoe_stat.version; in bnx2x_update_mng_version()