Home
last modified time | relevance | path

Searched refs:efx_mtd_partition (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/sfc/
Dmtd.c20 container_of(mtd, struct efx_mtd_partition, mtd)
42 struct efx_mtd_partition *part = to_efx_mtd_partition(mtd); in efx_mtd_sync()
52 static void efx_mtd_remove_partition(struct efx_mtd_partition *part) in efx_mtd_remove_partition()
66 int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts, in efx_mtd_add()
69 struct efx_mtd_partition *part; in efx_mtd_add()
73 part = (struct efx_mtd_partition *)((char *)parts + in efx_mtd_add()
99 part = (struct efx_mtd_partition *)((char *)parts + in efx_mtd_add()
109 struct efx_mtd_partition *parts, *part, *next; in efx_mtd_remove()
116 parts = list_first_entry(&efx->mtd_list, struct efx_mtd_partition, in efx_mtd_remove()
127 struct efx_mtd_partition *part; in efx_mtd_rename()
Dmcdi.h91 struct efx_mtd_partition common;
358 void efx_mcdi_mtd_rename(struct efx_mtd_partition *part);
Defx.h209 int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
Dnet_driver.h1101 struct efx_mtd_partition { struct
1337 void (*mtd_rename)(struct efx_mtd_partition *part);
Dfalcon.c634 struct efx_mtd_partition common;
836 static void falcon_mtd_rename(struct efx_mtd_partition *part) in falcon_mtd_rename()
Dmcdi.c1881 void efx_mcdi_mtd_rename(struct efx_mtd_partition *part) in efx_mcdi_mtd_rename()