Lines Matching refs:port_stats
1188 struct __qlcnic_esw_statistics port_stats; in qlcnic_get_eswitch_stats() local
1213 memset(&port_stats, 0, sizeof(struct __qlcnic_esw_statistics)); in qlcnic_get_eswitch_stats()
1215 rx_tx, &port_stats)) in qlcnic_get_eswitch_stats()
1218 esw_stats->size = port_stats.size; in qlcnic_get_eswitch_stats()
1219 esw_stats->version = port_stats.version; in qlcnic_get_eswitch_stats()
1221 port_stats.unicast_frames); in qlcnic_get_eswitch_stats()
1223 port_stats.multicast_frames); in qlcnic_get_eswitch_stats()
1225 port_stats.broadcast_frames); in qlcnic_get_eswitch_stats()
1227 port_stats.dropped_frames); in qlcnic_get_eswitch_stats()
1229 port_stats.errors); in qlcnic_get_eswitch_stats()
1231 port_stats.local_frames); in qlcnic_get_eswitch_stats()
1233 port_stats.numbytes); in qlcnic_get_eswitch_stats()