Searched refs:efx_mtd_partition (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sfc/ |
D | mtd.c | 20 container_of(mtd, struct efx_mtd_partition, mtd) 33 struct efx_mtd_partition *part = to_efx_mtd_partition(mtd); in efx_mtd_sync() 43 static void efx_mtd_remove_partition(struct efx_mtd_partition *part) in efx_mtd_remove_partition() 57 int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts, in efx_mtd_add() 60 struct efx_mtd_partition *part; in efx_mtd_add() 64 part = (struct efx_mtd_partition *)((char *)parts + in efx_mtd_add() 90 part = (struct efx_mtd_partition *)((char *)parts + in efx_mtd_add() 100 struct efx_mtd_partition *parts, *part, *next; in efx_mtd_remove() 107 parts = list_first_entry(&efx->mtd_list, struct efx_mtd_partition, in efx_mtd_remove() 118 struct efx_mtd_partition *part; in efx_mtd_rename()
|
D | mcdi.h | 107 struct efx_mtd_partition common; 383 void efx_mcdi_mtd_rename(struct efx_mtd_partition *part);
|
D | efx.h | 258 int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
|
D | net_driver.h | 1108 struct efx_mtd_partition { struct 1378 void (*mtd_rename)(struct efx_mtd_partition *part);
|
D | mcdi.c | 2261 void efx_mcdi_mtd_rename(struct efx_mtd_partition *part) in efx_mcdi_mtd_rename()
|