ef4_mtd_partition
int ef4_mtd_add(struct ef4_nic *efx, struct ef4_mtd_partition *parts,
struct ef4_mtd_partition common;
static void falcon_mtd_rename(struct ef4_mtd_partition *part)
parts = list_first_entry(&efx->mtd_list, struct ef4_mtd_partition,
struct ef4_mtd_partition *part;
container_of(mtd, struct ef4_mtd_partition, mtd)
struct ef4_mtd_partition *part = to_ef4_mtd_partition(mtd);
static void ef4_mtd_remove_partition(struct ef4_mtd_partition *part)
int ef4_mtd_add(struct ef4_nic *efx, struct ef4_mtd_partition *parts,
struct ef4_mtd_partition *part;
part = (struct ef4_mtd_partition *)((char *)parts +
part = (struct ef4_mtd_partition *)((char *)parts +
struct ef4_mtd_partition *parts, *part, *next;
void (*mtd_rename)(struct ef4_mtd_partition *part);