Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c22 #define QLC_SIZEOF(m) sizeof_field(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)},
31 {"xmit_called", QLC_SIZEOF(stats.xmitcalled),
33 {"xmit_finished", QLC_SIZEOF(stats.xmitfinished),
35 {"tx dma map error", QLC_SIZEOF(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)},
39 {"rx dma map error", QLC_SIZEOF(stats.rx_dma_map_error),
41 {"rx_pkts", QLC_SIZEOF(stats.rx_pkts), QLC_OFF(stats.rx_pkts)},
[all …]