Searched refs:ef4_mtd_partition (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/ |
D | mtd.c | 20 container_of(mtd, struct ef4_mtd_partition, mtd) 33 struct ef4_mtd_partition *part = to_ef4_mtd_partition(mtd); in ef4_mtd_sync() 43 static void ef4_mtd_remove_partition(struct ef4_mtd_partition *part) in ef4_mtd_remove_partition() 57 int ef4_mtd_add(struct ef4_nic *efx, struct ef4_mtd_partition *parts, in ef4_mtd_add() 60 struct ef4_mtd_partition *part; in ef4_mtd_add() 64 part = (struct ef4_mtd_partition *)((char *)parts + in ef4_mtd_add() 90 part = (struct ef4_mtd_partition *)((char *)parts + in ef4_mtd_add() 100 struct ef4_mtd_partition *parts, *part, *next; in ef4_mtd_remove() 107 parts = list_first_entry(&efx->mtd_list, struct ef4_mtd_partition, in ef4_mtd_remove() 118 struct ef4_mtd_partition *part; in ef4_mtd_rename()
|
D | efx.h | 222 int ef4_mtd_add(struct ef4_nic *efx, struct ef4_mtd_partition *parts,
|
D | net_driver.h | 917 struct ef4_mtd_partition { struct 1133 void (*mtd_rename)(struct ef4_mtd_partition *part);
|
D | falcon.c | 652 struct ef4_mtd_partition common; 854 static void falcon_mtd_rename(struct ef4_mtd_partition *part) in falcon_mtd_rename()
|