Symbol: efx_mtd_partition
drivers/net/ethernet/sfc/efx.h
182
int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
drivers/net/ethernet/sfc/mcdi.c
2473
void efx_mcdi_mtd_rename(struct efx_mtd_partition *part)
drivers/net/ethernet/sfc/mcdi.h
104
struct efx_mtd_partition common;
drivers/net/ethernet/sfc/mcdi.h
454
void efx_mcdi_mtd_rename(struct efx_mtd_partition *part);
drivers/net/ethernet/sfc/mtd.c
100
struct efx_mtd_partition *parts, *part, *next;
drivers/net/ethernet/sfc/mtd.c
107
parts = list_first_entry(&efx->mtd_list, struct efx_mtd_partition,
drivers/net/ethernet/sfc/mtd.c
118
struct efx_mtd_partition *part;
drivers/net/ethernet/sfc/mtd.c
17
container_of(mtd, struct efx_mtd_partition, mtd)
drivers/net/ethernet/sfc/mtd.c
30
struct efx_mtd_partition *part = to_efx_mtd_partition(mtd);
drivers/net/ethernet/sfc/mtd.c
40
static void efx_mtd_remove_partition(struct efx_mtd_partition *part)
drivers/net/ethernet/sfc/mtd.c
54
int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
drivers/net/ethernet/sfc/mtd.c
57
struct efx_mtd_partition *part;
drivers/net/ethernet/sfc/mtd.c
61
part = (struct efx_mtd_partition *)((char *)parts +
drivers/net/ethernet/sfc/mtd.c
90
part = (struct efx_mtd_partition *)((char *)parts +
drivers/net/ethernet/sfc/net_driver.h
1504
void (*mtd_rename)(struct efx_mtd_partition *part);
drivers/net/ethernet/sfc/siena/efx.h
166
int efx_siena_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
drivers/net/ethernet/sfc/siena/mcdi.c
2250
void efx_siena_mcdi_mtd_rename(struct efx_mtd_partition *part)
drivers/net/ethernet/sfc/siena/mcdi.h
104
struct efx_mtd_partition common;
drivers/net/ethernet/sfc/siena/mcdi.h
383
void efx_siena_mcdi_mtd_rename(struct efx_mtd_partition *part);
drivers/net/ethernet/sfc/siena/mtd.c
100
struct efx_mtd_partition *parts, *part, *next;
drivers/net/ethernet/sfc/siena/mtd.c
107
parts = list_first_entry(&efx->mtd_list, struct efx_mtd_partition,
drivers/net/ethernet/sfc/siena/mtd.c
118
struct efx_mtd_partition *part;
drivers/net/ethernet/sfc/siena/mtd.c
17
container_of(mtd, struct efx_mtd_partition, mtd)
drivers/net/ethernet/sfc/siena/mtd.c
30
struct efx_mtd_partition *part = to_efx_mtd_partition(mtd);
drivers/net/ethernet/sfc/siena/mtd.c
40
static void efx_siena_mtd_remove_partition(struct efx_mtd_partition *part)
drivers/net/ethernet/sfc/siena/mtd.c
54
int efx_siena_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
drivers/net/ethernet/sfc/siena/mtd.c
57
struct efx_mtd_partition *part;
drivers/net/ethernet/sfc/siena/mtd.c
61
part = (struct efx_mtd_partition *)((char *)parts +
drivers/net/ethernet/sfc/siena/mtd.c
90
part = (struct efx_mtd_partition *)((char *)parts +
drivers/net/ethernet/sfc/siena/net_driver.h
1396
void (*mtd_rename)(struct efx_mtd_partition *part);