Home
last modified time | relevance | path

Searched refs:secondary_list (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Defx.c222 &efx->secondary_list); in efx_associate()
236 &other->secondary_list); in efx_associate()
255 list_for_each_entry_safe(other, next, &efx->secondary_list, node) { in efx_dissociate()
H A Dnet_driver.h949 struct list_head secondary_list; member
H A Defx_common.c987 INIT_LIST_HEAD(&efx->secondary_list); in efx_init_struct()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Defx.c1179 &efx->secondary_list); in ef4_associate()
1193 &other->secondary_list); in ef4_associate()
1212 list_for_each_entry_safe(other, next, &efx->secondary_list, node) { in ef4_dissociate()
2642 INIT_LIST_HEAD(&efx->secondary_list); in ef4_init_struct()
H A Dnet_driver.h769 struct list_head secondary_list; member