Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ipip.c196 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 Dreg.h8684 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 Daicasm_gram.y99 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