Lines Matching refs:data_index
181 u64 *data, int data_index);
2448 u64 *data, int data_index) in __mlxsw_sp_port_get_stats() argument
2462 data[data_index + i] = hw_stats[i].getter(ppcnt_pl); in __mlxsw_sp_port_get_stats()
2465 data[data_index + i] = mlxsw_sp_cells_bytes(mlxsw_sp, in __mlxsw_sp_port_get_stats()
2466 data[data_index + i]); in __mlxsw_sp_port_get_stats()
2474 int i, data_index = 0; in mlxsw_sp_port_get_stats() local
2478 data, data_index); in mlxsw_sp_port_get_stats()
2479 data_index = MLXSW_SP_PORT_HW_STATS_LEN; in mlxsw_sp_port_get_stats()
2483 data, data_index); in mlxsw_sp_port_get_stats()
2484 data_index += MLXSW_SP_PORT_HW_RFC_2863_STATS_LEN; in mlxsw_sp_port_get_stats()
2488 data, data_index); in mlxsw_sp_port_get_stats()
2489 data_index += MLXSW_SP_PORT_HW_RFC_2819_STATS_LEN; in mlxsw_sp_port_get_stats()
2493 data, data_index); in mlxsw_sp_port_get_stats()
2494 data_index += MLXSW_SP_PORT_HW_RFC_3635_STATS_LEN; in mlxsw_sp_port_get_stats()
2498 data, data_index); in mlxsw_sp_port_get_stats()
2499 data_index += MLXSW_SP_PORT_HW_DISCARD_STATS_LEN; in mlxsw_sp_port_get_stats()
2504 data, data_index); in mlxsw_sp_port_get_stats()
2505 data_index += MLXSW_SP_PORT_HW_PRIO_STATS_LEN; in mlxsw_sp_port_get_stats()
2511 data, data_index); in mlxsw_sp_port_get_stats()
2512 data_index += MLXSW_SP_PORT_HW_TC_STATS_LEN; in mlxsw_sp_port_get_stats()
2517 data, data_index); in mlxsw_sp_port_get_stats()
2518 data_index += mlxsw_sp_port->mlxsw_sp->ptp_ops->get_stats_count(); in mlxsw_sp_port_get_stats()