Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c959 esw_stats->unicast_frames = le64_to_cpu(stats->unicast_frames); in qlcnic_get_port_stats()
1046 esw_stats->unicast_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
1066 QLCNIC_ADD_ESW_STATS(esw_stats->unicast_frames, in qlcnic_get_eswitch_stats()
1067 port_stats.unicast_frames); in qlcnic_get_eswitch_stats()
Dqlcnic.h1335 __le64 unicast_frames; member
1350 u64 unicast_frames; member
Dqlcnic_ethtool.c1124 *data++ = QLCNIC_FILL_STATS(esw_stats->unicast_frames); in qlcnic_fill_stats()