Searched refs:val64 (Results 1 – 2 of 2) sorted by relevance
1038 u64 val64[16]; in i2o_lan_get_stats() local1041 if (i2o_query_scalar(iop, i2o_dev->lct_data.tid, 0x0100, -1, val64, in i2o_lan_get_stats()1042 sizeof(val64)) < 0) in i2o_lan_get_stats()1046 priv->stats.gen.tx_packets = val64[0]; in i2o_lan_get_stats()1047 priv->stats.gen.tx_bytes = val64[1]; in i2o_lan_get_stats()1048 priv->stats.gen.rx_packets = val64[2]; in i2o_lan_get_stats()1049 priv->stats.gen.rx_bytes = val64[3]; in i2o_lan_get_stats()1050 priv->stats.gen.tx_errors = val64[4]; in i2o_lan_get_stats()1051 priv->stats.gen.rx_errors = val64[5]; in i2o_lan_get_stats()1052 priv->stats.gen.rx_dropped = val64[6]; in i2o_lan_get_stats()[all …]
211 unsigned long val64 = value & 0xffffffff; in pSeriesLP_xirr_info_set() local213 lpar_rc = plpar_eoi(val64); in pSeriesLP_xirr_info_set()215 panic(" bad return code EOI - rc = %ld, value=%lx \n", lpar_rc, val64); in pSeriesLP_xirr_info_set()