Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sfc/
Defx.c1155 &efx->secondary_list); in efx_associate()
1169 &other->secondary_list); in efx_associate()
1188 list_for_each_entry_safe(other, next, &efx->secondary_list, node) { in efx_dissociate()
2706 INIT_LIST_HEAD(&efx->secondary_list); in efx_init_struct()
Dnet_driver.h937 struct list_head secondary_list; member