Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_tcam.c208 int acl_index = 0; in mlxsw_sp_acl_tcam_group_update() local
218 mlxsw_reg_pagt_acl_id_pack(pagt_pl, acl_index++, in mlxsw_sp_acl_tcam_group_update()
221 mlxsw_reg_pagt_size_set(pagt_pl, acl_index); in mlxsw_sp_acl_tcam_group_update()
/linux-6.6.21/drivers/target/
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()
Dtarget_core_tpg.c198 acl->acl_index = scsi_get_new_index(SCSI_AUTH_INTR_INDEX); in target_alloc_node_acl()
/linux-6.6.21/include/target/
Dtarget_core_base.h571 u32 acl_index; member