Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_ctx.c814 esw_stats->local_frames = le64_to_cpu(stats->local_frames); in qlcnic_get_port_stats()
844 esw_stats->local_frames = QLCNIC_ESW_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
868 QLCNIC_ADD_ESW_STATS(esw_stats->local_frames, in qlcnic_get_eswitch_stats()
869 port_stats.local_frames); in qlcnic_get_eswitch_stats()
Dqlcnic.h1210 __le64 local_frames; member
Dqlcnic_ethtool.c725 data[ind++] = QLCNIC_FILL_ESWITCH_STATS(stats->local_frames); in qlcnic_fill_device_stats()