QLCNIC_FILL_STATS
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_frames);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_bytes);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_mcast_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_bcast_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_pause_cnt);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_ctrl_pkt);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_lt_64b_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_lt_127b_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_lt_255b_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_lt_511b_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_lt_1023b_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_lt_1518b_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_tx_gt_1518b_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_frames);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_bytes);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_mcast_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_bcast_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_pause_cnt);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_ctrl_pkt);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_lt_64b_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_lt_127b_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_lt_255b_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_lt_511b_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_lt_1023b_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_lt_1518b_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_gt_1518b_pkts);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_length_error);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_length_small);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_length_large);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_jabber);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_dropped);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_rx_crc_error);
*data++ = QLCNIC_FILL_STATS(mac_stats->mac_align_error);
*data++ = QLCNIC_FILL_STATS(esw_stats->unicast_frames);
*data++ = QLCNIC_FILL_STATS(esw_stats->multicast_frames);
*data++ = QLCNIC_FILL_STATS(esw_stats->broadcast_frames);
*data++ = QLCNIC_FILL_STATS(esw_stats->dropped_frames);
*data++ = QLCNIC_FILL_STATS(esw_stats->errors);
*data++ = QLCNIC_FILL_STATS(esw_stats->local_frames);
*data++ = QLCNIC_FILL_STATS(esw_stats->numbytes);
*data++ = QLCNIC_FILL_STATS(tx_ring->tx_stats.xmit_on);
*data++ = QLCNIC_FILL_STATS(tx_ring->tx_stats.xmit_off);
*data++ = QLCNIC_FILL_STATS(tx_ring->tx_stats.xmit_called);
*data++ = QLCNIC_FILL_STATS(tx_ring->tx_stats.xmit_finished);
*data++ = QLCNIC_FILL_STATS(tx_ring->tx_stats.tx_bytes);