Searched refs:QL_SIZEOF (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/staging/qlge/ |
D | qlge_ethtool.c | 43 #define QL_SIZEOF(m) sizeof_field(struct ql_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)}, 49 {"tx_mcast_pkts", QL_SIZEOF(nic_stats.tx_mcast_pkts), 51 {"tx_bcast_pkts", QL_SIZEOF(nic_stats.tx_bcast_pkts), 53 {"tx_ucast_pkts", QL_SIZEOF(nic_stats.tx_ucast_pkts), 55 {"tx_ctl_pkts", QL_SIZEOF(nic_stats.tx_ctl_pkts), 57 {"tx_pause_pkts", QL_SIZEOF(nic_stats.tx_pause_pkts), 59 {"tx_64_pkts", QL_SIZEOF(nic_stats.tx_64_pkt), 61 {"tx_65_to_127_pkts", QL_SIZEOF(nic_stats.tx_65_to_127_pkt), [all …]
|