Home
last modified time | relevance | path

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

/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.c314 *ptr++ = vpath_info->tx_stats.tx_data_octets; in vxge_get_ethtool_stats()
377 *ptr++ = xmac_stats->aggr_stats[k].tx_data_octets; in vxge_get_ethtool_stats()
394 *ptr++ = xmac_stats->port_stats[k].tx_data_octets; in vxge_get_ethtool_stats()
/drivers/target/iscsi/
Discsi_target_stat.c700 atomic_long_read(&sess->tx_data_octets)); in iscsi_stat_sess_txdata_octs_show()
Discsi_target.c2853 atomic_long_add(datain.length, &conn->sess->tx_data_octets); in iscsit_send_datain()
/drivers/scsi/qla4xxx/
Dql4_fw.h1379 uint64_t tx_data_octets; /* 02A0-02A7 */ member
Dql4_os.c1854 stats->txdata_octets = le64_to_cpu(ql_iscsi_stats->tx_data_octets); in qla4xxx_conn_get_stats()
/drivers/target/
Dtarget_core_transport.c2437 &cmd->se_lun->lun_stats.tx_data_octets); in target_complete_ok_work()
2467 &cmd->se_lun->lun_stats.tx_data_octets); in target_complete_ok_work()
Dtarget_core_stat.c651 (u32)(atomic_long_read(&lun->lun_stats.tx_data_octets) >> 20)); in target_stat_tgt_port_read_mbytes_show()
/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c525 &conn->sess->tx_data_octets); in cxgbit_xmit_datain_pdu()