Searched refs:type_check (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ipip.c | 192 unsigned int type_check; in mlxsw_sp_ipip_decap_config_gre4() local 204 type_check = has_ikey ? in mlxsw_sp_ipip_decap_config_gre4() 217 type_check, has_ikey, daddr4, ikey); in mlxsw_sp_ipip_decap_config_gre4() 493 unsigned int type_check; in mlxsw_sp2_ipip_decap_config_gre6() local 504 type_check = has_ikey ? in mlxsw_sp2_ipip_decap_config_gre6() 516 type_check, has_ikey, in mlxsw_sp2_ipip_decap_config_gre6()
|
D | reg.h | 8424 unsigned int type_check, bool gre_key_check, in mlxsw_reg_rtdp_ipip_pack() argument 8429 mlxsw_reg_rtdp_ipip_type_check_set(payload, type_check); in mlxsw_reg_rtdp_ipip_pack() 8437 unsigned int type_check, bool gre_key_check, in mlxsw_reg_rtdp_ipip4_pack() argument 8440 mlxsw_reg_rtdp_ipip_pack(payload, irif, sip_check, type_check, in mlxsw_reg_rtdp_ipip4_pack() 8448 unsigned int type_check, bool gre_key_check, in mlxsw_reg_rtdp_ipip6_pack() argument 8451 mlxsw_reg_rtdp_ipip_pack(payload, irif, sip_check, type_check, in mlxsw_reg_rtdp_ipip6_pack()
|
/linux-5.19.10/fs/ksmbd/ |
D | smbacl.h | 210 bool type_check);
|
D | smbacl.c | 1356 bool type_check) in set_info_sec() argument 1410 if (type_check && !(le16_to_cpu(pntsd->type) & DACL_PRESENT)) in set_info_sec()
|
/linux-5.19.10/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 99 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
|