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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c3077 u8 field_bsize; member in struct:mlx5_fields
3083 #define OFFLOAD(fw_field, field_bsize, field_mask, field, off, match_field) \
3084 {MLX5_ACTION_IN_FIELD_OUT_ ## fw_field, field_bsize, field_mask, \
3164 switch (f->field_bsize) {
3176 switch (f->field_bsize) {
3247 match_mask, f->field_bsize))
3264 first = find_first_bit(&mask, f->field_bsize);
3265 next_z = find_next_zero_bit(&mask, f->field_bsize, first);
3266 last = find_last_bit(&mask, f->field_bsize);
3294 start = find_first_bit(&field_mask, f->field_bsize);
[all...]

Completed in 88 milliseconds