Home
last modified time | relevance | path

Searched refs:lu_type (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste.c240 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 …]
Ddr_types.h150 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);
Ddr_matcher.c555 nic_matcher->ste_builder[0].lu_type, in dr_matcher_init_nic()
Ddr_rule.c384 cur_htbl->lu_type, in dr_rule_rehash_htbl()
/Linux-v5.4/fs/nfsd/
Dxdr4.h208 u32 lu_type; member
Dnfs4xdr.c791 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/
Dmvpp2_cls.c458 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()