Searched refs:efx_mtd_partition (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | mtd.c | 17 container_of(mtd, struct efx_mtd_partition, mtd) 30 struct efx_mtd_partition *part = to_efx_mtd_partition(mtd); in efx_mtd_sync() 40 static void efx_mtd_remove_partition(struct efx_mtd_partition *part) in efx_mtd_remove_partition() 54 int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts, in efx_mtd_add() 57 struct efx_mtd_partition *part; in efx_mtd_add() 61 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()
|
H A D | efx.h | 183 int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
|
H A D | mcdi.h | 104 struct efx_mtd_partition common; 444 void efx_mcdi_mtd_rename(struct efx_mtd_partition *part);
|
H A D | net_driver.h | 1191 struct efx_mtd_partition { struct 1465 void (*mtd_rename)(struct efx_mtd_partition *part);
|
H A D | mcdi.c | 2475 void efx_mcdi_mtd_rename(struct efx_mtd_partition *part) in efx_mcdi_mtd_rename()
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | mtd.c | 17 container_of(mtd, struct efx_mtd_partition, mtd) 30 struct efx_mtd_partition *part = to_efx_mtd_partition(mtd); in efx_mtd_sync() 40 static void efx_siena_mtd_remove_partition(struct efx_mtd_partition *part) in efx_siena_mtd_remove_partition() 54 int efx_siena_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts, in efx_siena_mtd_add() 57 struct efx_mtd_partition *part; in efx_siena_mtd_add() 61 part = (struct efx_mtd_partition *)((char *)parts + in efx_siena_mtd_add() 90 part = (struct efx_mtd_partition *)((char *)parts + in efx_siena_mtd_add() 100 struct efx_mtd_partition *parts, *part, *next; in efx_siena_mtd_remove() 107 parts = list_first_entry(&efx->mtd_list, struct efx_mtd_partition, in efx_siena_mtd_remove() 118 struct efx_mtd_partition *part; in efx_siena_mtd_rename()
|
H A D | efx.h | 166 int efx_siena_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
|
H A D | mcdi.h | 104 struct efx_mtd_partition common; 383 void efx_siena_mcdi_mtd_rename(struct efx_mtd_partition *part);
|
H A D | net_driver.h | 1135 struct efx_mtd_partition { struct 1416 void (*mtd_rename)(struct efx_mtd_partition *part);
|
H A D | mcdi.c | 2250 void efx_siena_mcdi_mtd_rename(struct efx_mtd_partition *part) in efx_siena_mcdi_mtd_rename()
|