Linux Kernel
3.7.1
|
#include <linux/bitops.h>
#include <linux/module.h>
#include <linux/mtd/mtd.h>
#include <linux/delay.h>
#include <linux/slab.h>
#include <linux/rtnetlink.h>
#include "net_driver.h"
#include "spi.h"
#include "efx.h"
#include "nic.h"
#include "mcdi.h"
#include "mcdi_pcol.h"
Go to the source code of this file.
Data Structures | |
struct | efx_mtd_partition |
struct | efx_mtd_ops |
struct | efx_mtd |
struct | siena_nvram_type_info |
Macros | |
#define | EFX_SPI_VERIFY_BUF_LEN 16 |
#define | efx_for_each_partition(part, efx_mtd) |
#define | to_efx_mtd_partition(mtd) container_of(mtd, struct efx_mtd_partition, mtd) |
Functions | |
void | efx_mtd_remove (struct efx_nic *efx) |
void | efx_mtd_rename (struct efx_nic *efx) |
int | efx_mtd_probe (struct efx_nic *efx) |
#define to_efx_mtd_partition | ( | mtd | ) | container_of(mtd, struct efx_mtd_partition, mtd) |