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