Searched refs:mtd_list (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sfc/siena/ |
D | mtd.c | 83 list_add_tail(&part->node, &efx->mtd_list); in efx_siena_mtd_add() 104 if (list_empty(&efx->mtd_list)) in efx_siena_mtd_remove() 107 parts = list_first_entry(&efx->mtd_list, struct efx_mtd_partition, in efx_siena_mtd_remove() 110 list_for_each_entry_safe(part, next, &efx->mtd_list, node) in efx_siena_mtd_remove() 122 list_for_each_entry(part, &efx->mtd_list, node) in efx_siena_mtd_rename()
|
D | net_driver.h | 1026 struct list_head mtd_list; member
|
D | efx_common.c | 996 INIT_LIST_HEAD(&efx->mtd_list); in efx_siena_init_struct()
|
/linux-6.12.1/drivers/net/ethernet/sfc/falcon/ |
D | mtd.c | 80 list_add_tail(&part->node, &efx->mtd_list); in ef4_mtd_add() 101 if (list_empty(&efx->mtd_list)) in ef4_mtd_remove() 104 parts = list_first_entry(&efx->mtd_list, struct ef4_mtd_partition, in ef4_mtd_remove() 107 list_for_each_entry_safe(part, next, &efx->mtd_list, node) in ef4_mtd_remove() 119 list_for_each_entry(part, &efx->mtd_list, node) in ef4_mtd_rename()
|
D | net_driver.h | 839 struct list_head mtd_list; member
|
D | efx.c | 2634 INIT_LIST_HEAD(&efx->mtd_list); in ef4_init_struct()
|
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | mtd.c | 83 list_add_tail(&part->node, &efx->mtd_list); in efx_mtd_add() 104 if (list_empty(&efx->mtd_list)) in efx_mtd_remove() 107 parts = list_first_entry(&efx->mtd_list, struct efx_mtd_partition, in efx_mtd_remove() 110 list_for_each_entry_safe(part, next, &efx->mtd_list, node) in efx_mtd_remove() 122 list_for_each_entry(part, &efx->mtd_list, node) in efx_mtd_rename()
|
D | net_driver.h | 1069 struct list_head mtd_list; member
|
D | efx_common.c | 986 INIT_LIST_HEAD(&efx->mtd_list); in efx_init_struct()
|