Searched refs:secondary_list (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | efx.c | 214 &efx->secondary_list); in efx_associate() 228 &other->secondary_list); in efx_associate() 247 list_for_each_entry_safe(other, next, &efx->secondary_list, node) { in efx_dissociate()
|
H A D | net_driver.h | 835 * @secondary_list: List of &struct efx_nic instances for the secondary PCI 991 struct list_head secondary_list; member
|
H A D | efx_common.c | 989 INIT_LIST_HEAD(&efx->secondary_list); in efx_init_struct()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | efx.c | 215 &efx->secondary_list); in efx_associate() 229 &other->secondary_list); in efx_associate() 248 list_for_each_entry_safe(other, next, &efx->secondary_list, node) { in efx_dissociate()
|
H A D | net_driver.h | 825 * @secondary_list: List of &struct efx_nic instances for the secondary PCI 984 struct list_head secondary_list; member
|
H A D | efx_common.c | 983 INIT_LIST_HEAD(&efx->secondary_list); in efx_init_struct()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | efx.c | 225 &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 D | net_driver.h | 793 * @secondary_list: List of &struct efx_nic instances for the secondary PCI 950 struct list_head secondary_list; member
|
H A D | efx_common.c | 998 INIT_LIST_HEAD(&efx->secondary_list); in efx_siena_init_struct()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 1179 &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 D | net_driver.h | 644 * @secondary_list: List of &struct ef4_nic instances for the secondary PCI 769 struct list_head secondary_list; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | efx.c | 1169 &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() 2631 INIT_LIST_HEAD(&efx->secondary_list); in ef4_init_struct()
|
H A D | net_driver.h | 644 * @secondary_list: List of &struct ef4_nic instances for the secondary PCI 769 struct list_head secondary_list; member
|
Completed in 33 milliseconds