Home
last modified time | relevance | path

Searched refs:mtd_list (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/sfc/siena/
H A Dmtd.c83 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()
H A Dnet_driver.h1026 struct list_head mtd_list; member
H A Defx_common.c996 INIT_LIST_HEAD(&efx->mtd_list); in efx_siena_init_struct()
/linux/drivers/net/ethernet/sfc/falcon/
H A Dmtd.c80 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()
H A Dnet_driver.h839 struct list_head mtd_list; member
H A Defx.c2634 INIT_LIST_HEAD(&efx->mtd_list); in ef4_init_struct()
/linux/drivers/net/ethernet/sfc/
H A Dmtd.c83 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()
H A Dnet_driver.h1069 struct list_head mtd_list; member
H A Defx_common.c986 INIT_LIST_HEAD(&efx->mtd_list); in efx_init_struct()