Home
last modified time | relevance | path

Searched refs:tx_data_octets (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/neterion/vxge/
Dvxge-traffic.h386 /*0x008*/ u64 tx_data_octets; member
742 /*0x010*/ u64 tx_data_octets; member
893 u64 tx_data_octets; member
Dvxge-ethtool.c307 *ptr++ = vpath_info->tx_stats.tx_data_octets; in vxge_get_ethtool_stats()
370 *ptr++ = xmac_stats->aggr_stats[k].tx_data_octets; in vxge_get_ethtool_stats()
387 *ptr++ = xmac_stats->port_stats[k].tx_data_octets; in vxge_get_ethtool_stats()
/linux-4.4.14/include/target/
Dtarget_core_base.h705 atomic_long_t tx_data_octets; member
/linux-4.4.14/include/target/iscsi/
Discsi_target_core.h652 atomic_long_t tx_data_octets; member
/linux-4.4.14/drivers/target/iscsi/
Discsi_target_stat.c708 atomic_long_read(&sess->tx_data_octets)); in iscsi_stat_sess_txdata_octs_show()
Discsi_target.c2657 atomic_long_add(datain.length, &conn->sess->tx_data_octets); in iscsit_send_datain()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_fw.h1380 uint64_t tx_data_octets; /* 02A0-02A7 */ member
Dql4_os.c1800 stats->txdata_octets = le64_to_cpu(ql_iscsi_stats->tx_data_octets); in qla4xxx_conn_get_stats()
/linux-4.4.14/drivers/target/
Dtarget_core_transport.c2098 &cmd->se_lun->lun_stats.tx_data_octets); in target_complete_ok_work()
2128 &cmd->se_lun->lun_stats.tx_data_octets); in target_complete_ok_work()
Dtarget_core_stat.c663 (u32)(atomic_long_read(&lun->lun_stats.tx_data_octets) >> 20)); in target_stat_tgt_port_read_mbytes_show()