Home
last modified time | relevance | path

Searched refs:acl_index (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_tcam.c271 int acl_index = 0; in mlxsw_sp_acl_tcam_group_update() local
281 mlxsw_reg_pagt_acl_id_pack(pagt_pl, acl_index++, in mlxsw_sp_acl_tcam_group_update()
284 mlxsw_reg_pagt_size_set(pagt_pl, acl_index); in mlxsw_sp_acl_tcam_group_update()
/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_tpg.c197 acl->acl_index = scsi_get_new_index(SCSI_AUTH_INTR_INDEX); in target_alloc_node_acl()
Dtarget_core_stat.c936 ret = snprintf(page, PAGE_SIZE, "%u\n", nacl->acl_index); in target_stat_auth_indx_show()
1300 ret = snprintf(page, PAGE_SIZE, "%u\n", nacl->acl_index); in target_stat_iport_port_auth_indx_show()
/kernel/linux/linux-5.10/include/target/
Dtarget_core_base.h559 u32 acl_index; member