Home
last modified time | relevance | path

Searched refs:fcoe_stats (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_debugfs.c709 vsi->fcoe_stats.rx_fcoe_packets, in i40e_dbg_dump_vsi_seid()
710 vsi->fcoe_stats.rx_fcoe_dwords, in i40e_dbg_dump_vsi_seid()
711 vsi->fcoe_stats.rx_fcoe_dropped); in i40e_dbg_dump_vsi_seid()
714 vsi->fcoe_stats.tx_fcoe_packets, in i40e_dbg_dump_vsi_seid()
715 vsi->fcoe_stats.tx_fcoe_dwords); in i40e_dbg_dump_vsi_seid()
718 vsi->fcoe_stats.fcoe_bad_fccrc, in i40e_dbg_dump_vsi_seid()
719 vsi->fcoe_stats.fcoe_last_error); in i40e_dbg_dump_vsi_seid()
721 vsi->fcoe_stats.fcoe_ddp_count); in i40e_dbg_dump_vsi_seid()
Di40e_ethtool.c161 I40E_VSI_STAT("fcoe_bad_fccrc", fcoe_stats.fcoe_bad_fccrc),
162 I40E_VSI_STAT("rx_fcoe_dropped", fcoe_stats.rx_fcoe_dropped),
163 I40E_VSI_STAT("rx_fcoe_packets", fcoe_stats.rx_fcoe_packets),
164 I40E_VSI_STAT("rx_fcoe_dwords", fcoe_stats.rx_fcoe_dwords),
165 I40E_VSI_STAT("fcoe_ddp_count", fcoe_stats.fcoe_ddp_count),
166 I40E_VSI_STAT("fcoe_last_error", fcoe_stats.fcoe_last_error),
167 I40E_VSI_STAT("tx_fcoe_packets", fcoe_stats.tx_fcoe_packets),
168 I40E_VSI_STAT("tx_fcoe_dwords", fcoe_stats.tx_fcoe_dwords),
Di40e.h457 struct i40e_fcoe_stats fcoe_stats; member
Di40e_main.c684 fs = &vsi->fcoe_stats; in i40e_update_fcoe_stats()
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_defs_svc.h328 struct bfa_fw_fcoe_stats_s fcoe_stats; member
379 struct bfa_fw_fcoe_port_stats_s fcoe_stats; member