Home
last modified time | relevance | path

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

/Linux-v4.19/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.h65 #define FORE200E_DEV(d) ((struct fore200e*)((d)->dev_data))
796 struct fore200e;
808 u32 (*dma_map)(struct fore200e*, void*, int, int);
809 void (*dma_unmap)(struct fore200e*, u32, int, int);
810 void (*dma_sync_for_cpu)(struct fore200e*, u32, int, int);
811 void (*dma_sync_for_device)(struct fore200e*, u32, int, int);
812 int (*dma_chunk_alloc)(struct fore200e*, struct chunk*, int, int, int);
813 void (*dma_chunk_free)(struct fore200e*, struct chunk*);
814 int (*configure)(struct fore200e*);
815 int (*map)(struct fore200e*);
[all …]
DMakefile6 fore_200e-y := fore200e.o
DKconfig339 See the file <file:Documentation/networking/fore200e.txt> for
/Linux-v4.19/Documentation/translations/zh_CN/
Dmagic-number.txt129 FW_HEADER_MAGIC 0x65726F66 fw_header drivers/atm/fore200e.h
/Linux-v4.19/Documentation/process/
Dmagic-number.rst134 FW_HEADER_MAGIC 0x65726F66 fw_header ``drivers/atm/fore200e.h``
/Linux-v4.19/Documentation/networking/
D00-INDEX83 fore200e.txt