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