Searched refs:ef4_mtd_partition (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.10/drivers/net/ethernet/sfc/falcon/ | 
| D | mtd.c | 17 	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()
 
 | 
| D | efx.h | 219 int ef4_mtd_add(struct ef4_nic *efx, struct ef4_mtd_partition *parts,
 | 
| D | net_driver.h | 914 struct ef4_mtd_partition {  struct1130 	void (*mtd_rename)(struct ef4_mtd_partition *part);
 
 | 
| D | falcon.c | 649 	struct ef4_mtd_partition common;851 static void falcon_mtd_rename(struct ef4_mtd_partition *part)  in falcon_mtd_rename()
 
 |