Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_acl_tcam.c269 int acl_index = 0; in mlxsw_sp_acl_tcam_group_update() local
279 mlxsw_reg_pagt_acl_id_pack(pagt_pl, acl_index++, in mlxsw_sp_acl_tcam_group_update()
282 mlxsw_reg_pagt_size_set(pagt_pl, acl_index); in mlxsw_sp_acl_tcam_group_update()
/Linux-v5.4/drivers/target/
Dtarget_core_tpg.c200 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()
/Linux-v5.4/include/target/
Dtarget_core_base.h553 u32 acl_index; member