efx_mtd_partition
int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
void efx_mcdi_mtd_rename(struct efx_mtd_partition *part)
struct efx_mtd_partition common;
void efx_mcdi_mtd_rename(struct efx_mtd_partition *part);
struct efx_mtd_partition *parts, *part, *next;
parts = list_first_entry(&efx->mtd_list, struct efx_mtd_partition,
struct efx_mtd_partition *part;
container_of(mtd, struct efx_mtd_partition, mtd)
struct efx_mtd_partition *part = to_efx_mtd_partition(mtd);
static void efx_mtd_remove_partition(struct efx_mtd_partition *part)
int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
struct efx_mtd_partition *part;
part = (struct efx_mtd_partition *)((char *)parts +
part = (struct efx_mtd_partition *)((char *)parts +
void (*mtd_rename)(struct efx_mtd_partition *part);
int efx_siena_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
void efx_siena_mcdi_mtd_rename(struct efx_mtd_partition *part)
struct efx_mtd_partition common;
void efx_siena_mcdi_mtd_rename(struct efx_mtd_partition *part);
struct efx_mtd_partition *parts, *part, *next;
parts = list_first_entry(&efx->mtd_list, struct efx_mtd_partition,
struct efx_mtd_partition *part;
container_of(mtd, struct efx_mtd_partition, mtd)
struct efx_mtd_partition *part = to_efx_mtd_partition(mtd);
static void efx_siena_mtd_remove_partition(struct efx_mtd_partition *part)
int efx_siena_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
struct efx_mtd_partition *part;
part = (struct efx_mtd_partition *)((char *)parts +
part = (struct efx_mtd_partition *)((char *)parts +
void (*mtd_rename)(struct efx_mtd_partition *part);