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.c1108 esw_stats->unicast_frames = le64_to_cpu(stats->unicast_frames); in qlcnic_get_port_stats()
1200 esw_stats->unicast_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
1220 QLCNIC_ADD_ESW_STATS(esw_stats->unicast_frames, in qlcnic_get_eswitch_stats()
1221 port_stats.unicast_frames); in qlcnic_get_eswitch_stats()
Dqlcnic.h1483 __le64 unicast_frames; member
1498 u64 unicast_frames; member
Dqlcnic_ethtool.c1293 *data++ = QLCNIC_FILL_STATS(esw_stats->unicast_frames); in qlcnic_fill_stats()