Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c225 &efx->secondary_list); in efx_associate()
239 &other->secondary_list); in efx_associate()
258 list_for_each_entry_safe(other, next, &efx->secondary_list, node) { in efx_dissociate()
H A Dnet_driver.h787 * @secondary_list: List of &struct efx_nic instances for the secondary PCI
942 struct list_head secondary_list; member
/linux/drivers/net/ethernet/sfc/falcon/
H A Defx.c1169 &efx->secondary_list); in ef4_associate()
1183 &other->secondary_list); in ef4_associate()
1202 list_for_each_entry_safe(other, next, &efx->secondary_list, node) { in ef4_dissociate()
2623 INIT_LIST_HEAD(&efx->secondary_list); in ef4_init_struct()
H A Dnet_driver.h644 * @secondary_list: List of &struct ef4_nic instances for the secondary PCI
769 struct list_head secondary_list; member
/linux/drivers/net/ethernet/sfc/
H A Dnet_driver.h867 * @secondary_list: List of &struct efx_nic instances for the secondary PCI
1023 struct list_head secondary_list; member
H A Defx_common.c967 INIT_LIST_HEAD(&efx->secondary_list); in efx_init_struct()