Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c1152 mac_stats->mac_tx_frames = le64_to_cpu(stats->mac_tx_frames); in qlcnic_get_mac_stats()
Dqlcnic.h1401 __le64 mac_tx_frames; member
1441 u64 mac_tx_frames; member
Dqlcnic_ethtool.c1257 *data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_frames); in qlcnic_fill_stats()
/Linux-v5.4/drivers/scsi/qla4xxx/
Dql4_fw.h1293 uint64_t mac_tx_frames; /* 0000–0007 */ member
Dql4_os.c1074 host_stats->mactx_frames = le64_to_cpu(ql_iscsi_stats->mac_tx_frames); in qla4xxx_get_host_stats()