Searched refs:dest_ix (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c1247 int dest_ix = 0; local
1254 dest[dest_ix].type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
1255 dest[dest_ix].ft = attr->dest_ft;
1256 dest_ix++;
1258 dest[dest_ix].type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE;
1259 dest[dest_ix].ft = nic_attr->hairpin_ft;
1260 dest_ix++;
1262 dest[dest_ix].type = MLX5_FLOW_DESTINATION_TYPE_TIR;
1263 dest[dest_ix].tir_num = nic_attr->hairpin_tirn;
1264 dest_ix
[all...]

Completed in 150 milliseconds