Lines Matching refs:fcoe_stat

3426 	struct fcoe_stats_info *fcoe_stat =  in bnx2x_drv_info_fcoe_stat()  local
3427 &bp->slowpath->drv_info_to_mcp.fcoe_stat; in bnx2x_drv_info_fcoe_stat()
3432 memcpy(fcoe_stat->mac_local + MAC_PAD, bp->fip_mac, ETH_ALEN); in bnx2x_drv_info_fcoe_stat()
3434 fcoe_stat->qos_priority = in bnx2x_drv_info_fcoe_stat()
3450 ADD_64_LE(fcoe_stat->rx_bytes_hi, LE32_0, 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_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3461 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3464 ADD_64_LE(fcoe_stat->rx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3466 fcoe_stat->rx_bytes_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->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3474 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3477 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3478 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3481 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3482 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3485 ADD_64_LE(fcoe_stat->tx_bytes_hi, LE32_0, 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_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3496 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3499 ADD_64_LE(fcoe_stat->tx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3501 fcoe_stat->tx_bytes_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()
3508 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3509 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3512 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3513 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3516 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3517 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3718 version = bp->slowpath->drv_info_to_mcp.fcoe_stat.version; in bnx2x_update_mng_version()