Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dhyp-stub.S25 ventry el2_sync_invalid // Synchronous EL2t
26 ventry el2_irq_invalid // IRQ EL2t
27 ventry el2_fiq_invalid // FIQ EL2t
28 ventry el2_error_invalid // Error EL2t
30 ventry elx_sync // Synchronous EL2h
31 ventry el2_irq_invalid // IRQ EL2h
32 ventry el2_fiq_invalid // FIQ EL2h
33 ventry el2_error_invalid // Error EL2h
35 ventry elx_sync // Synchronous 64-bit EL1
36 ventry el1_irq_invalid // IRQ 64-bit EL1
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c187 struct mlxsw_sp_acl_tcam_ventry *ventry; member
1050 struct mlxsw_sp_acl_tcam_ventry *ventry, in mlxsw_sp_acl_tcam_entry_create() argument
1060 entry->ventry = ventry; in mlxsw_sp_acl_tcam_entry_create()
1064 entry->priv, ventry->rulei); in mlxsw_sp_acl_tcam_entry_create()
1110 struct mlxsw_sp_acl_tcam_ventry *ventry, in mlxsw_sp_acl_tcam_ventry_add() argument
1122 ventry->vchunk = vchunk; in mlxsw_sp_acl_tcam_ventry_add()
1123 ventry->rulei = rulei; in mlxsw_sp_acl_tcam_ventry_add()
1127 ventry->entry = mlxsw_sp_acl_tcam_entry_create(mlxsw_sp, ventry, in mlxsw_sp_acl_tcam_ventry_add()
1129 if (IS_ERR(ventry->entry)) { in mlxsw_sp_acl_tcam_ventry_add()
1131 err = PTR_ERR(ventry->entry); in mlxsw_sp_acl_tcam_ventry_add()
[all …]
/linux/drivers/net/vxlan/
H A Dvxlan_vnifilter.c252 struct nlattr *ventry; in vxlan_fill_vni_filter_entry() local
259 ventry = nla_nest_start(skb, VXLAN_VNIFILTER_ENTRY); in vxlan_fill_vni_filter_entry()
260 if (!ventry) in vxlan_fill_vni_filter_entry()
286 nla_nest_end(skb, ventry); in vxlan_fill_vni_filter_entry()
291 nla_nest_cancel(skb, ventry); in vxlan_fill_vni_filter_entry()