Searched refs:efx_mtd_partition (Results  1 – 6 of 6) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/sfc/ | 
| D | mtd.c | 20 	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()
  | 
| D | mcdi.h | 97 	struct efx_mtd_partition common; 369 void efx_mcdi_mtd_rename(struct efx_mtd_partition *part);
  | 
| D | efx.h | 223 int efx_mtd_add(struct efx_nic *efx, struct efx_mtd_partition *parts,
  | 
| D | net_driver.h | 1075 struct efx_mtd_partition {  struct 1317 	void (*mtd_rename)(struct efx_mtd_partition *part);
  | 
| D | falcon.c | 647 	struct efx_mtd_partition common; 849 static void falcon_mtd_rename(struct efx_mtd_partition *part)  in falcon_mtd_rename()
  | 
| D | mcdi.c | 2044 void efx_mcdi_mtd_rename(struct efx_mtd_partition *part)  in efx_mcdi_mtd_rename()
  |