Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/qlcnic/
Dqlcnic_ctx.c812 esw_stats->unicast_frames = le64_to_cpu(stats->unicast_frames); in qlcnic_get_port_stats()
839 esw_stats->unicast_frames = QLCNIC_ESW_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
858 QLCNIC_ADD_ESW_STATS(esw_stats->unicast_frames, in qlcnic_get_eswitch_stats()
859 port_stats.unicast_frames); in qlcnic_get_eswitch_stats()
Dqlcnic.h1205 __le64 unicast_frames; member
Dqlcnic_ethtool.c720 data[ind++] = QLCNIC_FILL_ESWITCH_STATS(stats->unicast_frames); in qlcnic_fill_device_stats()