Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ethtool.c23 #define QLC_SIZEOF(m) FIELD_SIZEOF(struct qlcnic_adapter, m) macro
30 {"xmit_on", QLC_SIZEOF(stats.xmit_on), QLC_OFF(stats.xmit_on)},
31 {"xmit_off", QLC_SIZEOF(stats.xmit_off), QLC_OFF(stats.xmit_off)},
32 {"xmit_called", QLC_SIZEOF(stats.xmitcalled),
34 {"xmit_finished", QLC_SIZEOF(stats.xmitfinished),
36 {"tx dma map error", QLC_SIZEOF(stats.tx_dma_map_error),
38 {"tx_bytes", QLC_SIZEOF(stats.txbytes), QLC_OFF(stats.txbytes)},
39 {"tx_dropped", QLC_SIZEOF(stats.txdropped), QLC_OFF(stats.txdropped)},
40 {"rx dma map error", QLC_SIZEOF(stats.rx_dma_map_error),
42 {"rx_pkts", QLC_SIZEOF(stats.rx_pkts), QLC_OFF(stats.rx_pkts)},
[all …]