Lines Matching refs:port_stats
1193 struct __qlcnic_esw_statistics port_stats; in qlcnic_get_eswitch_stats() local
1218 memset(&port_stats, 0, sizeof(struct __qlcnic_esw_statistics)); in qlcnic_get_eswitch_stats()
1220 rx_tx, &port_stats)) in qlcnic_get_eswitch_stats()
1223 esw_stats->size = port_stats.size; in qlcnic_get_eswitch_stats()
1224 esw_stats->version = port_stats.version; in qlcnic_get_eswitch_stats()
1226 port_stats.unicast_frames); in qlcnic_get_eswitch_stats()
1228 port_stats.multicast_frames); in qlcnic_get_eswitch_stats()
1230 port_stats.broadcast_frames); in qlcnic_get_eswitch_stats()
1232 port_stats.dropped_frames); in qlcnic_get_eswitch_stats()
1234 port_stats.errors); in qlcnic_get_eswitch_stats()
1236 port_stats.local_frames); in qlcnic_get_eswitch_stats()
1238 port_stats.numbytes); in qlcnic_get_eswitch_stats()