Searched refs:QLC_OFF (Results 1 – 1 of 1) sorted by relevance
/linux-2.6.39/drivers/net/qlcnic/ |
D | qlcnic_ethtool.c | 24 #define QLC_OFF(m) offsetof(struct qlcnic_adapter, m) macro 28 QLC_SIZEOF(stats.xmitcalled), QLC_OFF(stats.xmitcalled)}, 30 QLC_SIZEOF(stats.xmitfinished), QLC_OFF(stats.xmitfinished)}, 32 QLC_SIZEOF(stats.rxdropped), QLC_OFF(stats.rxdropped)}, 34 QLC_SIZEOF(stats.txdropped), QLC_OFF(stats.txdropped)}, 36 QLC_SIZEOF(stats.csummed), QLC_OFF(stats.csummed)}, 38 QLC_SIZEOF(stats.rx_pkts), QLC_OFF(stats.rx_pkts)}, 40 QLC_SIZEOF(stats.lro_pkts), QLC_OFF(stats.lro_pkts)}, 42 QLC_SIZEOF(stats.rxbytes), QLC_OFF(stats.rxbytes)}, 44 QLC_SIZEOF(stats.txbytes), QLC_OFF(stats.txbytes)}, [all …]
|