Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c1157 mac_stats->mac_tx_frames = le64_to_cpu(stats->mac_tx_frames); in qlcnic_get_mac_stats()
Dqlcnic.h1395 __le64 mac_tx_frames; member
1435 u64 mac_tx_frames; member
Dqlcnic_ethtool.c1257 *data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_frames); in qlcnic_fill_stats()
/drivers/scsi/qla4xxx/
Dql4_fw.h1292 uint64_t mac_tx_frames; /* 0000–0007 */ member
Dql4_os.c1113 host_stats->mactx_frames = le64_to_cpu(ql_iscsi_stats->mac_tx_frames); in qla4xxx_get_host_stats()