Lines Matching refs:ncs

925 	struct ncsi_channel_stats *ncs;
935 ncs = &nc->stats;
936 ncs->hnc_cnt_hi = ntohl(rsp->cnt_hi);
937 ncs->hnc_cnt_lo = ntohl(rsp->cnt_lo);
938 ncs->hnc_rx_bytes = ntohl(rsp->rx_bytes);
939 ncs->hnc_tx_bytes = ntohl(rsp->tx_bytes);
940 ncs->hnc_rx_uc_pkts = ntohl(rsp->rx_uc_pkts);
941 ncs->hnc_rx_mc_pkts = ntohl(rsp->rx_mc_pkts);
942 ncs->hnc_rx_bc_pkts = ntohl(rsp->rx_bc_pkts);
943 ncs->hnc_tx_uc_pkts = ntohl(rsp->tx_uc_pkts);
944 ncs->hnc_tx_mc_pkts = ntohl(rsp->tx_mc_pkts);
945 ncs->hnc_tx_bc_pkts = ntohl(rsp->tx_bc_pkts);
946 ncs->hnc_fcs_err = ntohl(rsp->fcs_err);
947 ncs->hnc_align_err = ntohl(rsp->align_err);
948 ncs->hnc_false_carrier = ntohl(rsp->false_carrier);
949 ncs->hnc_runt_pkts = ntohl(rsp->runt_pkts);
950 ncs->hnc_jabber_pkts = ntohl(rsp->jabber_pkts);
951 ncs->hnc_rx_pause_xon = ntohl(rsp->rx_pause_xon);
952 ncs->hnc_rx_pause_xoff = ntohl(rsp->rx_pause_xoff);
953 ncs->hnc_tx_pause_xon = ntohl(rsp->tx_pause_xon);
954 ncs->hnc_tx_pause_xoff = ntohl(rsp->tx_pause_xoff);
955 ncs->hnc_tx_s_collision = ntohl(rsp->tx_s_collision);
956 ncs->hnc_tx_m_collision = ntohl(rsp->tx_m_collision);
957 ncs->hnc_l_collision = ntohl(rsp->l_collision);
958 ncs->hnc_e_collision = ntohl(rsp->e_collision);
959 ncs->hnc_rx_ctl_frames = ntohl(rsp->rx_ctl_frames);
960 ncs->hnc_rx_64_frames = ntohl(rsp->rx_64_frames);
961 ncs->hnc_rx_127_frames = ntohl(rsp->rx_127_frames);
962 ncs->hnc_rx_255_frames = ntohl(rsp->rx_255_frames);
963 ncs->hnc_rx_511_frames = ntohl(rsp->rx_511_frames);
964 ncs->hnc_rx_1023_frames = ntohl(rsp->rx_1023_frames);
965 ncs->hnc_rx_1522_frames = ntohl(rsp->rx_1522_frames);
966 ncs->hnc_rx_9022_frames = ntohl(rsp->rx_9022_frames);
967 ncs->hnc_tx_64_frames = ntohl(rsp->tx_64_frames);
968 ncs->hnc_tx_127_frames = ntohl(rsp->tx_127_frames);
969 ncs->hnc_tx_255_frames = ntohl(rsp->tx_255_frames);
970 ncs->hnc_tx_511_frames = ntohl(rsp->tx_511_frames);
971 ncs->hnc_tx_1023_frames = ntohl(rsp->tx_1023_frames);
972 ncs->hnc_tx_1522_frames = ntohl(rsp->tx_1522_frames);
973 ncs->hnc_tx_9022_frames = ntohl(rsp->tx_9022_frames);
974 ncs->hnc_rx_valid_bytes = ntohl(rsp->rx_valid_bytes);
975 ncs->hnc_rx_runt_pkts = ntohl(rsp->rx_runt_pkts);
976 ncs->hnc_rx_jabber_pkts = ntohl(rsp->rx_jabber_pkts);
986 struct ncsi_channel_stats *ncs;
996 ncs = &nc->stats;
997 ncs->ncsi_rx_cmds = ntohl(rsp->rx_cmds);
998 ncs->ncsi_dropped_cmds = ntohl(rsp->dropped_cmds);
999 ncs->ncsi_cmd_type_errs = ntohl(rsp->cmd_type_errs);
1000 ncs->ncsi_cmd_csum_errs = ntohl(rsp->cmd_csum_errs);
1001 ncs->ncsi_rx_pkts = ntohl(rsp->rx_pkts);
1002 ncs->ncsi_tx_pkts = ntohl(rsp->tx_pkts);
1003 ncs->ncsi_tx_aen_pkts = ntohl(rsp->tx_aen_pkts);
1013 struct ncsi_channel_stats *ncs;
1023 ncs = &nc->stats;
1024 ncs->pt_tx_pkts = ntohl(rsp->tx_pkts);
1025 ncs->pt_tx_dropped = ntohl(rsp->tx_dropped);
1026 ncs->pt_tx_channel_err = ntohl(rsp->tx_channel_err);
1027 ncs->pt_tx_us_err = ntohl(rsp->tx_us_err);
1028 ncs->pt_rx_pkts = ntohl(rsp->rx_pkts);
1029 ncs->pt_rx_dropped = ntohl(rsp->rx_dropped);
1030 ncs->pt_rx_channel_err = ntohl(rsp->rx_channel_err);
1031 ncs->pt_rx_us_err = ntohl(rsp->rx_us_err);
1032 ncs->pt_rx_os_err = ntohl(rsp->rx_os_err);