Home
last modified time | relevance | path

Searched refs:fore200e (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/atm/
Dfore200e.c178 fore200e_chunk_alloc(struct fore200e* fore200e, struct chunk* chunk, int size, int alignment, int d… in fore200e_chunk_alloc() argument
198 …chunk->dma_addr = fore200e->bus->dma_map(fore200e, chunk->align_addr, chunk->align_size, direction… in fore200e_chunk_alloc()
207 fore200e_chunk_free(struct fore200e* fore200e, struct chunk* chunk) in fore200e_chunk_free() argument
209 fore200e->bus->dma_unmap(fore200e, chunk->dma_addr, chunk->dma_size, chunk->direction); in fore200e_chunk_free()
224 fore200e_poll(struct fore200e* fore200e, volatile u32* addr, u32 val, int msecs) in fore200e_poll() argument
248 fore200e_io_poll(struct fore200e* fore200e, volatile u32 __iomem *addr, u32 val, int msecs) in fore200e_io_poll() argument
254 if ((ok = (fore200e->bus->read(addr) == val))) in fore200e_io_poll()
262 fore200e->bus->read(addr), val); in fore200e_io_poll()
271 fore200e_free_rx_buf(struct fore200e* fore200e) in fore200e_free_rx_buf() argument
279 if ((buffer = fore200e->host_bsq[ scheme ][ magn ].buffer) != NULL) { in fore200e_free_rx_buf()
[all …]
Dfore200e.h64 #define FORE200E_DEV(d) ((struct fore200e*)((d)->dev_data))
795 struct fore200e;
807 u32 (*dma_map)(struct fore200e*, void*, int, int);
808 void (*dma_unmap)(struct fore200e*, u32, int, int);
809 void (*dma_sync_for_cpu)(struct fore200e*, u32, int, int);
810 void (*dma_sync_for_device)(struct fore200e*, u32, int, int);
811 int (*dma_chunk_alloc)(struct fore200e*, struct chunk*, int, int, int);
812 void (*dma_chunk_free)(struct fore200e*, struct chunk*);
813 int (*configure)(struct fore200e*);
814 int (*map)(struct fore200e*);
[all …]
DMakefile5 fore_200e-y := fore200e.o
DKconfig338 See the file <file:Documentation/networking/fore200e.txt> for
/linux-4.4.14/Documentation/zh_CN/
Dmagic-number.txt129 FW_HEADER_MAGIC 0x65726F66 fw_header drivers/atm/fore200e.h
/linux-4.4.14/Documentation/
Dmagic-number.txt129 FW_HEADER_MAGIC 0x65726F66 fw_header drivers/atm/fore200e.h
/linux-4.4.14/Documentation/networking/
D00-INDEX87 fore200e.txt