Searched refs:QL_OFF (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/staging/qlge/ |
D | qlge_ethtool.c | 44 #define QL_OFF(m) offsetof(struct qlge_adapter, m) macro 47 {"tx_pkts", QL_SIZEOF(nic_stats.tx_pkts), QL_OFF(nic_stats.tx_pkts)}, 48 {"tx_bytes", QL_SIZEOF(nic_stats.tx_bytes), QL_OFF(nic_stats.tx_bytes)}, 50 QL_OFF(nic_stats.tx_mcast_pkts)}, 52 QL_OFF(nic_stats.tx_bcast_pkts)}, 54 QL_OFF(nic_stats.tx_ucast_pkts)}, 56 QL_OFF(nic_stats.tx_ctl_pkts)}, 58 QL_OFF(nic_stats.tx_pause_pkts)}, 60 QL_OFF(nic_stats.tx_64_pkt)}, 62 QL_OFF(nic_stats.tx_65_to_127_pkt)}, [all …]
|