Searched refs:type_check (Results 1 – 3 of 3) 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()
|
H A D | reg.h | 8684 unsigned int type_check, bool gre_key_check, in mlxsw_reg_rtdp_ipip_pack() argument 8689 mlxsw_reg_rtdp_ipip_type_check_set(payload, type_check); in mlxsw_reg_rtdp_ipip_pack() 8697 unsigned int type_check, bool gre_key_check, in mlxsw_reg_rtdp_ipip4_pack() argument 8700 mlxsw_reg_rtdp_ipip_pack(payload, irif, sip_check, type_check, in mlxsw_reg_rtdp_ipip4_pack() 8708 unsigned int type_check, bool gre_key_check, in mlxsw_reg_rtdp_ipip6_pack() argument 8711 mlxsw_reg_rtdp_ipip_pack(payload, irif, sip_check, type_check, in mlxsw_reg_rtdp_ipip6_pack()
|
/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
|