Searched refs:fcoe_stats (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_ethtool.c | 386 struct tp_fcoe_stats fcoe_stats; in collect_channel_stats() local 393 t4_get_fcoe_stats(adap, i, &fcoe_stats); in collect_channel_stats() 406 s->octets_ddp = fcoe_stats.octets_ddp; in collect_channel_stats() 407 s->frames_ddp = fcoe_stats.frames_ddp; in collect_channel_stats() 408 s->frames_drop = fcoe_stats.frames_drop; in collect_channel_stats()
|
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_debugfs.c | 711 vsi->fcoe_stats.rx_fcoe_packets, in i40e_dbg_dump_vsi_seid() 712 vsi->fcoe_stats.rx_fcoe_dwords, in i40e_dbg_dump_vsi_seid() 713 vsi->fcoe_stats.rx_fcoe_dropped); in i40e_dbg_dump_vsi_seid() 716 vsi->fcoe_stats.tx_fcoe_packets, in i40e_dbg_dump_vsi_seid() 717 vsi->fcoe_stats.tx_fcoe_dwords); in i40e_dbg_dump_vsi_seid() 720 vsi->fcoe_stats.fcoe_bad_fccrc, in i40e_dbg_dump_vsi_seid() 721 vsi->fcoe_stats.fcoe_last_error); in i40e_dbg_dump_vsi_seid() 723 vsi->fcoe_stats.fcoe_ddp_count); in i40e_dbg_dump_vsi_seid()
|
D | i40e_ethtool.c | 162 I40E_VSI_STAT("fcoe_bad_fccrc", fcoe_stats.fcoe_bad_fccrc), 163 I40E_VSI_STAT("rx_fcoe_dropped", fcoe_stats.rx_fcoe_dropped), 164 I40E_VSI_STAT("rx_fcoe_packets", fcoe_stats.rx_fcoe_packets), 165 I40E_VSI_STAT("rx_fcoe_dwords", fcoe_stats.rx_fcoe_dwords), 166 I40E_VSI_STAT("fcoe_ddp_count", fcoe_stats.fcoe_ddp_count), 167 I40E_VSI_STAT("fcoe_last_error", fcoe_stats.fcoe_last_error), 168 I40E_VSI_STAT("tx_fcoe_packets", fcoe_stats.tx_fcoe_packets), 169 I40E_VSI_STAT("tx_fcoe_dwords", fcoe_stats.tx_fcoe_dwords),
|
D | i40e.h | 483 struct i40e_fcoe_stats fcoe_stats; member
|
D | i40e_main.c | 760 fs = &vsi->fcoe_stats; in i40e_update_fcoe_stats()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_defs_svc.h | 328 struct bfa_fw_fcoe_stats_s fcoe_stats; member 379 struct bfa_fw_fcoe_port_stats_s fcoe_stats; member
|