Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_acl_tcam.c212 int acl_index = 0; in mlxsw_sp_acl_tcam_group_update() local
222 mlxsw_reg_pagt_acl_id_pack(pagt_pl, acl_index++, in mlxsw_sp_acl_tcam_group_update()
225 mlxsw_reg_pagt_size_set(pagt_pl, acl_index); in mlxsw_sp_acl_tcam_group_update()
/openbmc/linux/drivers/target/
H A Dtarget_core_stat.c932 ret = snprintf(page, PAGE_SIZE, "%u\n", nacl->acl_index); in target_stat_auth_indx_show()
1295 ret = snprintf(page, PAGE_SIZE, "%u\n", nacl->acl_index); in target_stat_iport_port_auth_indx_show()
H A Dtarget_core_tpg.c198 acl->acl_index = scsi_get_new_index(SCSI_AUTH_INTR_INDEX); in target_alloc_node_acl()
/openbmc/linux/include/target/
H A Dtarget_core_base.h571 u32 acl_index; member