Lines Matching refs:fcoe_stat

3410 	struct fcoe_stats_info *fcoe_stat =  in bnx2x_drv_info_fcoe_stat()  local
3411 &bp->slowpath->drv_info_to_mcp.fcoe_stat; in bnx2x_drv_info_fcoe_stat()
3416 memcpy(fcoe_stat->mac_local + MAC_PAD, bp->fip_mac, ETH_ALEN); in bnx2x_drv_info_fcoe_stat()
3418 fcoe_stat->qos_priority = in bnx2x_drv_info_fcoe_stat()
3434 ADD_64_LE(fcoe_stat->rx_bytes_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3435 fcoe_stat->rx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3438 ADD_64_LE(fcoe_stat->rx_bytes_hi, 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_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3454 fcoe_stat->rx_frames_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->tx_bytes_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3470 fcoe_stat->tx_bytes_lo, in bnx2x_drv_info_fcoe_stat()
3473 ADD_64_LE(fcoe_stat->tx_bytes_hi, 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_frames_hi, LE32_0, in bnx2x_drv_info_fcoe_stat()
3489 fcoe_stat->tx_frames_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()
3692 version = bp->slowpath->drv_info_to_mcp.fcoe_stat.version; in bnx2x_update_mng_version()