Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c1113 esw_stats->unicast_frames = le64_to_cpu(stats->unicast_frames); in qlcnic_get_port_stats()
1205 esw_stats->unicast_frames = QLCNIC_STATS_NOT_AVAIL; in qlcnic_get_eswitch_stats()
1225 QLCNIC_ADD_ESW_STATS(esw_stats->unicast_frames, in qlcnic_get_eswitch_stats()
1226 port_stats.unicast_frames); in qlcnic_get_eswitch_stats()
Dqlcnic.h1477 __le64 unicast_frames; member
1492 u64 unicast_frames; member
Dqlcnic_ethtool.c1297 *data++ = QLCNIC_FILL_STATS(esw_stats->unicast_frames); in qlcnic_fill_stats()