| /Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | dr_ste_v0.c | 273 static void dr_ste_v0_set_lu_type(u8 *hw_ste_p, u16 lu_type) in dr_ste_v0_set_lu_type() argument 275 MLX5_SET(ste_general, hw_ste_p, entry_sub_type, lu_type); in dr_ste_v0_set_lu_type() 278 static void dr_ste_v0_set_next_lu_type(u8 *hw_ste_p, u16 lu_type) in dr_ste_v0_set_next_lu_type() argument 280 MLX5_SET(ste_general, hw_ste_p, next_lu_type, lu_type); in dr_ste_v0_set_next_lu_type() 301 static void dr_ste_v0_init_full(u8 *hw_ste_p, u16 lu_type, in dr_ste_v0_init_full() argument 305 dr_ste_v0_set_lu_type(hw_ste_p, lu_type); in dr_ste_v0_init_full() 316 static void dr_ste_v0_init(u8 *hw_ste_p, u16 lu_type, in dr_ste_v0_init() argument 322 dr_ste_v0_init_full(hw_ste_p, lu_type, entry_type, gvmi); in dr_ste_v0_init() 783 sb->lu_type = DR_STE_CALC_LU_TYPE(ETHL2_SRC_DST, sb->rx, sb->inner); in dr_ste_v0_build_eth_l2_src_dst_init() 809 sb->lu_type = DR_STE_CALC_LU_TYPE(ETHL3_IPV6_DST, sb->rx, sb->inner); in dr_ste_v0_build_eth_l3_ipv6_dst_init() [all …]
|
| D | dr_ste_v1.c | 291 static void dr_ste_v1_set_lu_type(u8 *hw_ste_p, u16 lu_type) in dr_ste_v1_set_lu_type() argument 293 MLX5_SET(ste_match_bwc_v1, hw_ste_p, entry_format, lu_type >> 8); in dr_ste_v1_set_lu_type() 294 MLX5_SET(ste_match_bwc_v1, hw_ste_p, match_definer_ctx_idx, lu_type & 0xFF); in dr_ste_v1_set_lu_type() 297 static void dr_ste_v1_set_next_lu_type(u8 *hw_ste_p, u16 lu_type) in dr_ste_v1_set_next_lu_type() argument 299 MLX5_SET(ste_match_bwc_v1, hw_ste_p, next_entry_format, lu_type >> 8); in dr_ste_v1_set_next_lu_type() 300 MLX5_SET(ste_match_bwc_v1, hw_ste_p, hash_definer_ctx_idx, lu_type & 0xFF); in dr_ste_v1_set_next_lu_type() 324 static void dr_ste_v1_init(u8 *hw_ste_p, u16 lu_type, in dr_ste_v1_init() argument 327 dr_ste_v1_set_lu_type(hw_ste_p, lu_type); in dr_ste_v1_init() 982 sb->lu_type = DR_STE_CALC_DFNR_TYPE(ETHL2_SRC_DST, sb->inner); in dr_ste_v1_build_eth_l2_src_dst_init() 1006 sb->lu_type = DR_STE_CALC_DFNR_TYPE(IPV6_DES, sb->inner); in dr_ste_v1_build_eth_l3_ipv6_dst_init() [all …]
|
| D | dr_ste.h | 148 void (*ste_init)(u8 *hw_ste_p, u16 lu_type, 150 void (*set_next_lu_type)(u8 *hw_ste_p, u16 lu_type);
|
| D | dr_ste.c | 143 ste_ctx->set_next_lu_type(hw_ste, next_htbl->lu_type); in dr_ste_always_hit_htbl() 390 ste_ctx->ste_init(formatted_ste, htbl->lu_type, is_rx, gvmi); in mlx5dr_ste_set_formatted_ste() 469 u16 lu_type, u16 byte_mask) in mlx5dr_ste_htbl_alloc() argument 484 htbl->lu_type = lu_type; in mlx5dr_ste_htbl_alloc() 647 sb->lu_type, in mlx5dr_ste_build_ste_arr() 663 ste_ctx->set_next_lu_type(ste_arr, sb->lu_type); in mlx5dr_ste_build_ste_arr() 1054 sb->lu_type = MLX5DR_STE_LU_TYPE_DONT_CARE; in mlx5dr_ste_build_empty_always_hit()
|
| D | dr_types.h | 178 u16 lu_type; member 214 u16 lu_type; member 225 u16 lu_type, u16 byte_mask);
|
| D | dr_matcher.c | 838 nic_matcher->ste_builder[0].lu_type, in dr_matcher_init_nic()
|
| D | dr_rule.c | 397 cur_htbl->lu_type, in dr_rule_rehash_htbl()
|
| /Linux-v5.15/fs/nfsd/ |
| D | xdr4.h | 203 u32 lu_type; member
|
| D | nfs4xdr.c | 944 if (xdr_stream_decode_u32(argp->xdr, &locku->lu_type) < 0) in nfsd4_decode_locku() 946 if ((locku->lu_type < NFS4_READ_LT) || (locku->lu_type > NFS4_WRITEW_LT)) in nfsd4_decode_locku()
|
| /Linux-v5.15/drivers/net/ethernet/marvell/mvpp2/ |
| D | mvpp2_cls.c | 458 u8 lu_type) in mvpp2_cls_flow_lu_type_set() argument 461 fe->data[1] |= MVPP2_CLS_FLOW_TBL1_LU_TYPE(lu_type); in mvpp2_cls_flow_lu_type_set()
|