Searched refs:QLC_OFF (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_ethtool.c | 23 #define QLC_OFF(m) offsetof(struct qlcnic_adapter, m) macro 29 {"xmit_on", QLC_SIZEOF(stats.xmit_on), QLC_OFF(stats.xmit_on)}, 30 {"xmit_off", QLC_SIZEOF(stats.xmit_off), QLC_OFF(stats.xmit_off)}, 32 QLC_OFF(stats.xmitcalled)}, 34 QLC_OFF(stats.xmitfinished)}, 36 QLC_OFF(stats.tx_dma_map_error)}, 37 {"tx_bytes", QLC_SIZEOF(stats.txbytes), QLC_OFF(stats.txbytes)}, 38 {"tx_dropped", QLC_SIZEOF(stats.txdropped), QLC_OFF(stats.txdropped)}, 40 QLC_OFF(stats.rx_dma_map_error)}, 41 {"rx_pkts", QLC_SIZEOF(stats.rx_pkts), QLC_OFF(stats.rx_pkts)}, [all …]
|