Home
last modified time | relevance | path

Searched refs:type_check (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ipip.c155 unsigned int type_check; in mlxsw_sp_ipip_decap_config_gre4() local
167 type_check = has_ikey ? in mlxsw_sp_ipip_decap_config_gre4()
180 type_check, has_ikey, daddr4, ikey); in mlxsw_sp_ipip_decap_config_gre4()
Dreg.h8122 unsigned int type_check, bool gre_key_check, in mlxsw_reg_rtdp_ipip4_pack() argument
8127 mlxsw_reg_rtdp_ipip_type_check_set(payload, type_check); in mlxsw_reg_rtdp_ipip4_pack()
/Linux-v5.15/fs/ksmbd/
Dsmbacl.h209 bool type_check);
Dsmbacl.c1322 bool type_check) in set_info_sec() argument
1376 if (type_check && !(le16_to_cpu(pntsd->type) & DACL_PRESENT)) in set_info_sec()
/Linux-v5.15/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y99 static void type_check(symbol_ref_t *sym, expression_t *expression, int and_op);
1382 type_check(&$2, &$4, AIC_OP_OR);
1660 type_check(dest, immed, opcode); in format_1_instr()
1853 type_check(symbol_ref_t *sym, expression_t *expression, int opcode) in type_check() function