Home
last modified time | relevance | path

Searched refs:sfi_list (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c2009 last = &psfp->sfi_list; in vsc9959_psfp_sfi_table_add()
2011 list_for_each_safe(pos, q, &psfp->sfi_list) { in vsc9959_psfp_sfi_table_add()
2044 last = &psfp->sfi_list; in vsc9959_psfp_sfi_table_add2()
2046 list_for_each_safe(pos, q, &psfp->sfi_list) { in vsc9959_psfp_sfi_table_add2()
2067 vsc9959_psfp_sfi_table_get(struct list_head *sfi_list, u32 index) in vsc9959_psfp_sfi_table_get() argument
2071 list_for_each_entry(tmp, sfi_list, list) in vsc9959_psfp_sfi_table_get()
2086 list_for_each_entry_safe(tmp, n, &psfp->sfi_list, list) in vsc9959_psfp_sfi_table_del()
2345 sfi_entry = vsc9959_psfp_sfi_table_get(&psfp->sfi_list, in vsc9959_psfp_filter_add()
2413 sfi = vsc9959_psfp_sfi_table_get(&psfp->sfi_list, stream->sfid); in vsc9959_psfp_filter_del()
2486 list_for_each_entry(sfi, &psfp->sfi_list, list) in vsc9959_update_stats()
[all …]
/linux/include/soc/mscc/
H A Docelot.h703 struct list_head sfi_list; member