Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c1158 mac_stats->mac_rx_bytes = le64_to_cpu(stats->mac_rx_bytes); in qlcnic_get_mac_stats()
Dqlcnic.h1411 __le64 mac_rx_bytes; member
1450 u64 mac_rx_bytes; member
Dqlcnic_ethtool.c1275 *data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_bytes); in qlcnic_fill_stats()
/linux-5.19.10/drivers/scsi/qla4xxx/
Dql4_fw.h1307 uint64_t mac_rx_bytes; /* 0080–0087 */ member
Dql4_os.c1131 host_stats->macrx_bytes = le64_to_cpu(ql_iscsi_stats->mac_rx_bytes); in qla4xxx_get_host_stats()