Searched refs:lu_type (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_ste.c | 240 void mlx5dr_ste_init(u8 *hw_ste_p, u8 lu_type, u8 entry_type, in mlx5dr_ste_init() argument 244 MLX5_SET(ste_general, hw_ste_p, entry_sub_type, lu_type); in mlx5dr_ste_init() 312 MLX5_SET(ste_general, hw_ste, next_lu_type, next_htbl->lu_type); in dr_ste_always_hit_htbl() 572 mlx5dr_ste_init(formatted_ste, htbl->lu_type, nic_dmn->ste_type, gvmi); in mlx5dr_ste_set_formatted_ste() 664 u8 lu_type, u16 byte_mask) in mlx5dr_ste_htbl_alloc() argument 679 htbl->lu_type = lu_type; in mlx5dr_ste_htbl_alloc() 749 sb->lu_type, in mlx5dr_ste_build_ste_arr() 765 MLX5_SET(ste_general, ste_arr, next_lu_type, sb->lu_type); in mlx5dr_ste_build_ste_arr() 1112 sb->lu_type = DR_STE_CALC_LU_TYPE(ETHL2_SRC_DST, rx, inner); in mlx5dr_ste_build_eth_l2_src_des() 1154 sb->lu_type = DR_STE_CALC_LU_TYPE(ETHL3_IPV6_DST, rx, inner); in mlx5dr_ste_build_eth_l3_ipv6_dst() [all …]
|
D | dr_types.h | 150 u8 lu_type; member 186 u8 lu_type; member 197 u8 lu_type, u16 byte_mask); 214 void mlx5dr_ste_init(u8 *hw_ste_p, u8 lu_type, u8 entry_type, u16 gvmi);
|
D | dr_matcher.c | 555 nic_matcher->ste_builder[0].lu_type, in dr_matcher_init_nic()
|
D | dr_rule.c | 384 cur_htbl->lu_type, in dr_rule_rehash_htbl()
|
/Linux-v5.4/fs/nfsd/ |
D | xdr4.h | 208 u32 lu_type; member
|
D | nfs4xdr.c | 791 locku->lu_type = be32_to_cpup(p++); in nfsd4_decode_locku() 792 if ((locku->lu_type < NFS4_READ_LT) || (locku->lu_type > NFS4_WRITEW_LT)) in nfsd4_decode_locku()
|
/Linux-v5.4/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()
|