Home
last modified time | relevance | path

Searched refs:ef4_mtd_partition (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/sfc/falcon/
H A Dmtd.c17 container_of(mtd, struct ef4_mtd_partition, mtd)
30 struct ef4_mtd_partition *part = to_ef4_mtd_partition(mtd); in ef4_mtd_sync()
40 static void ef4_mtd_remove_partition(struct ef4_mtd_partition *part) in ef4_mtd_remove_partition()
54 int ef4_mtd_add(struct ef4_nic *efx, struct ef4_mtd_partition *parts, in ef4_mtd_add()
57 struct ef4_mtd_partition *part; in ef4_mtd_add()
61 part = (struct ef4_mtd_partition *)((char *)parts + in ef4_mtd_add()
87 part = (struct ef4_mtd_partition *)((char *)parts + in ef4_mtd_add()
97 struct ef4_mtd_partition *parts, *part, *next; in ef4_mtd_remove()
104 parts = list_first_entry(&efx->mtd_list, struct ef4_mtd_partition, in ef4_mtd_remove()
115 struct ef4_mtd_partition *part; in ef4_mtd_rename()
H A Defx.h219 int ef4_mtd_add(struct ef4_nic *efx, struct ef4_mtd_partition *parts,
H A Dnet_driver.h914 struct ef4_mtd_partition { struct
1130 void (*mtd_rename)(struct ef4_mtd_partition *part);
H A Dfalcon.c649 struct ef4_mtd_partition common;
851 static void falcon_mtd_rename(struct ef4_mtd_partition *part) in falcon_mtd_rename()