Searched refs:sfi_list (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix_vsc9959.c | 2002 last = &psfp->sfi_list; in vsc9959_psfp_sfi_table_add() 2004 list_for_each_safe(pos, q, &psfp->sfi_list) { in vsc9959_psfp_sfi_table_add() 2037 last = &psfp->sfi_list; in vsc9959_psfp_sfi_table_add2() 2039 list_for_each_safe(pos, q, &psfp->sfi_list) { in vsc9959_psfp_sfi_table_add2() 2060 vsc9959_psfp_sfi_table_get(struct list_head *sfi_list, u32 index) in vsc9959_psfp_sfi_table_get() argument 2064 list_for_each_entry(tmp, sfi_list, list) in vsc9959_psfp_sfi_table_get() 2079 list_for_each_entry_safe(tmp, n, &psfp->sfi_list, list) in vsc9959_psfp_sfi_table_del() 2338 sfi_entry = vsc9959_psfp_sfi_table_get(&psfp->sfi_list, in vsc9959_psfp_filter_add() 2406 sfi = vsc9959_psfp_sfi_table_get(&psfp->sfi_list, stream->sfid); in vsc9959_psfp_filter_del() 2479 list_for_each_entry(sfi, &psfp->sfi_list, list) in vsc9959_update_stats() [all …]
|
/openbmc/linux/include/soc/mscc/ |
H A D | ocelot.h | 703 struct list_head sfi_list; member
|