• Home
  • Raw
  • Download

Lines Matching defs:fore200e

165 fore200e_chunk_alloc(struct fore200e* fore200e, struct chunk* chunk, int size, int alignment, int d…  in fore200e_chunk_alloc()
197 fore200e_chunk_free(struct fore200e* fore200e, struct chunk* chunk) in fore200e_chunk_free()
210 fore200e_dma_chunk_alloc(struct fore200e *fore200e, struct chunk *chunk, in fore200e_dma_chunk_alloc()
227 fore200e_dma_chunk_free(struct fore200e* fore200e, struct chunk* chunk) in fore200e_dma_chunk_free()
242 fore200e_poll(struct fore200e* fore200e, volatile u32* addr, u32 val, int msecs) in fore200e_poll()
266 fore200e_io_poll(struct fore200e* fore200e, volatile u32 __iomem *addr, u32 val, int msecs) in fore200e_io_poll()
289 fore200e_free_rx_buf(struct fore200e* fore200e) in fore200e_free_rx_buf()
313 fore200e_uninit_bs_queue(struct fore200e* fore200e) in fore200e_uninit_bs_queue()
334 fore200e_reset(struct fore200e* fore200e, int diag) in fore200e_reset()
362 fore200e_shutdown(struct fore200e* fore200e) in fore200e_shutdown()
451 fore200e_pca_irq_check(struct fore200e* fore200e) in fore200e_pca_irq_check()
467 fore200e_pca_irq_ack(struct fore200e* fore200e) in fore200e_pca_irq_ack()
474 fore200e_pca_reset(struct fore200e* fore200e) in fore200e_pca_reset()
482 static int fore200e_pca_map(struct fore200e* fore200e) in fore200e_pca_map()
506 fore200e_pca_unmap(struct fore200e* fore200e) in fore200e_pca_unmap()
515 static int fore200e_pca_configure(struct fore200e *fore200e) in fore200e_pca_configure()
556 fore200e_pca_prom_read(struct fore200e* fore200e, struct prom_data* prom) in fore200e_pca_prom_read()
605 fore200e_pca_proc_read(struct fore200e* fore200e, char *page) in fore200e_pca_proc_read()
644 static void fore200e_sba_irq_enable(struct fore200e *fore200e) in fore200e_sba_irq_enable()
650 static int fore200e_sba_irq_check(struct fore200e *fore200e) in fore200e_sba_irq_check()
655 static void fore200e_sba_irq_ack(struct fore200e *fore200e) in fore200e_sba_irq_ack()
661 static void fore200e_sba_reset(struct fore200e *fore200e) in fore200e_sba_reset()
668 static int __init fore200e_sba_map(struct fore200e *fore200e) in fore200e_sba_map()
698 static void fore200e_sba_unmap(struct fore200e *fore200e) in fore200e_sba_unmap()
708 static int __init fore200e_sba_configure(struct fore200e *fore200e) in fore200e_sba_configure()
714 static int __init fore200e_sba_prom_read(struct fore200e *fore200e, struct prom_data *prom) in fore200e_sba_prom_read()
738 static int fore200e_sba_proc_read(struct fore200e *fore200e, char *page) in fore200e_sba_proc_read()
770 fore200e_tx_irq(struct fore200e* fore200e) in fore200e_tx_irq()
904 fore200e_supply(struct fore200e* fore200e) in fore200e_supply()
962 fore200e_push_rpd(struct fore200e* fore200e, struct atm_vcc* vcc, struct rpd* rpd) in fore200e_push_rpd()
1054 fore200e_collect_rpd(struct fore200e* fore200e, struct rpd* rpd) in fore200e_collect_rpd()
1087 fore200e_rx_irq(struct fore200e* fore200e) in fore200e_rx_irq()
1142 fore200e_irq(struct fore200e* fore200e) in fore200e_irq()
1160 struct fore200e* fore200e = FORE200E_DEV((struct atm_dev*)dev); in fore200e_interrupt() local
1185 struct fore200e* fore200e = (struct fore200e*) data; in fore200e_tx_tasklet() local
1199 struct fore200e* fore200e = (struct fore200e*) data; in fore200e_rx_tasklet() local
1225 fore200e_activate_vcin(struct fore200e* fore200e, int activate, struct atm_vcc* vcc, int mtu) in fore200e_activate_vcin()
1308 struct fore200e* fore200e = FORE200E_DEV(vcc->dev); in fore200e_open() local
1417 struct fore200e* fore200e = FORE200E_DEV(vcc->dev); in fore200e_close() local
1467 struct fore200e* fore200e = FORE200E_DEV(vcc->dev); in fore200e_send() local
1658 fore200e_getstats(struct fore200e* fore200e) in fore200e_getstats()
1769 fore200e_set_oc3(struct fore200e* fore200e, u32 reg, u32 value, u32 mask) in fore200e_set_oc3()
1805 fore200e_setloop(struct fore200e* fore200e, int loop_mode) in fore200e_setloop()
1841 fore200e_fetch_stats(struct fore200e* fore200e, struct sonet_stats __user *arg) in fore200e_fetch_stats()
1872 struct fore200e* fore200e = FORE200E_DEV(dev); in fore200e_ioctl() local
1902 struct fore200e* fore200e = FORE200E_DEV(vcc->dev); in fore200e_change_qos() local
1947 static int fore200e_irq_request(struct fore200e *fore200e) in fore200e_irq_request()
1969 static int fore200e_get_esi(struct fore200e *fore200e) in fore200e_get_esi()
1998 static int fore200e_alloc_rx_buf(struct fore200e *fore200e) in fore200e_alloc_rx_buf()
2063 static int fore200e_init_bs_queue(struct fore200e *fore200e) in fore200e_init_bs_queue()
2125 static int fore200e_init_rx_queue(struct fore200e *fore200e) in fore200e_init_rx_queue()
2184 static int fore200e_init_tx_queue(struct fore200e *fore200e) in fore200e_init_tx_queue()
2246 static int fore200e_init_cmd_queue(struct fore200e *fore200e) in fore200e_init_cmd_queue()
2287 static void fore200e_param_bs_queue(struct fore200e *fore200e, in fore200e_param_bs_queue()
2301 static int fore200e_initialize(struct fore200e *fore200e) in fore200e_initialize()
2352 static void fore200e_monitor_putc(struct fore200e *fore200e, char c) in fore200e_monitor_putc()
2363 static int fore200e_monitor_getc(struct fore200e *fore200e) in fore200e_monitor_getc()
2387 static void fore200e_monitor_puts(struct fore200e *fore200e, char *str) in fore200e_monitor_puts()
2406 static int fore200e_load_and_start_fw(struct fore200e *fore200e) in fore200e_load_and_start_fw()
2464 static int fore200e_register(struct fore200e *fore200e, struct device *parent) in fore200e_register()
2490 static int fore200e_init(struct fore200e *fore200e, struct device *parent) in fore200e_init()
2543 struct fore200e *fore200e; in fore200e_sba_probe() local
2577 struct fore200e *fore200e = dev_get_drvdata(&op->dev); in fore200e_sba_remove() local
2607 struct fore200e* fore200e; in fore200e_pca_detect() local
2663 struct fore200e *fore200e; in fore200e_pca_remove_one() local
2725 struct fore200e* fore200e = FORE200E_DEV(dev); in fore200e_proc_read() local