Lines Matching refs:fcoe_stat

3415 	struct fcoe_stats_info *fcoe_stat =  in bnx2x_drv_info_fcoe_stat()  local
3416 &bp->slowpath->drv_info_to_mcp.fcoe_stat; in bnx2x_drv_info_fcoe_stat()
3421 memcpy(fcoe_stat->mac_local + MAC_PAD, bp->fip_mac, ETH_ALEN); in bnx2x_drv_info_fcoe_stat()
3423 fcoe_stat->qos_priority = in bnx2x_drv_info_fcoe_stat()
3439 ADD_64_LE(fcoe_stat->rx_bytes_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3440 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3443 ADD_64_LE(fcoe_stat->rx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3445 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3448 ADD_64_LE(fcoe_stat->rx_bytes_hi, 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_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3459 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3462 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3463 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3466 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3467 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3470 ADD_64_LE(fcoe_stat->rx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3471 fcoe_stat->rx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3474 ADD_64_LE(fcoe_stat->tx_bytes_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3475 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3478 ADD_64_LE(fcoe_stat->tx_bytes_hi, in bnx2x_drv_info_fcoe_stat()
3480 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3483 ADD_64_LE(fcoe_stat->tx_bytes_hi, 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_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3494 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3497 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3498 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3501 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3502 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3505 ADD_64_LE(fcoe_stat->tx_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3506 fcoe_stat->tx_frames_lo, in bnx2x_drv_info_fcoe_stat()
3707 version = bp->slowpath->drv_info_to_mcp.fcoe_stat.version; in bnx2x_update_mng_version()