Searched refs:type_check (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ipip.c | 196 unsigned int type_check; in mlxsw_sp_ipip_decap_config_gre4() local 208 type_check = has_ikey ? in mlxsw_sp_ipip_decap_config_gre4() 221 type_check, has_ikey, daddr4, ikey); in mlxsw_sp_ipip_decap_config_gre4() 414 unsigned int type_check; in mlxsw_sp_ipip_decap_config_gre6() local 425 type_check = has_ikey ? in mlxsw_sp_ipip_decap_config_gre6() 437 type_check, has_ikey, in mlxsw_sp_ipip_decap_config_gre6()
|
/linux/fs/smb/server/ |
H A D | smbacl.h | 101 bool type_check, bool get_write);
|
H A D | smbacl.c | 1417 bool type_check, bool get_write) in set_info_sec() argument 1471 if (type_check && !(le16_to_cpu(pntsd->type) & DACL_PRESENT)) in set_info_sec()
|
/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_gram.y | 99 static void type_check(symbol_ref_t *sym, expression_t *expression, int and_op); 1383 type_check(&$2, &$4, AIC_OP_OR); 1661 type_check(dest, immed, opcode); in format_1_instr() 1854 type_check(symbol_ref_t *sym, expression_t *expression, int opcode) in type_check() function
|