Home
last modified time | relevance | path

Searched refs:atge_t (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/atge/
H A Datge_main.c145 static int atge_add_intr(atge_t *);
146 static int atge_alloc_dma(atge_t *);
147 static void atge_remove_intr(atge_t *);
148 static void atge_free_dma(atge_t *);
149 static void atge_device_reset(atge_t *);
150 static void atge_device_init(atge_t *);
151 static void atge_device_start(atge_t *);
152 static void atge_disable_intrs(atge_t *);
153 atge_dma_t *atge_alloc_a_dma_blk(atge_t *, ddi_dma_attr_t *, int, int);
155 static void atge_rxfilter(atge_t *);
[all …]
H A Datge.h407 } atge_t; typedef
425 extern atge_dma_t *atge_alloc_a_dma_blk(atge_t *, ddi_dma_attr_t *,
428 extern atge_dma_t *atge_buf_alloc(atge_t *, size_t, int);
431 extern void atge_device_restart(atge_t *);
434 extern void atge_stop_timer(atge_t *);
435 extern void atge_start_timer(atge_t *);
438 extern void atge_device_stop(atge_t *);
439 extern void atge_tx_reclaim(atge_t *, int);
H A Datge_l1e.c55 void atge_l1e_device_reset(atge_t *);
56 void atge_l1e_stop_rx_mac(atge_t *);
57 void atge_l1e_stop_tx_mac(atge_t *);
104 void atge_l1e_rx_next_pkt(atge_t *, uint32_t);
107 atge_rx_desc_free(atge_t *atgep) in atge_rx_desc_free()
135 atge_l1e_alloc_dma(atge_t *atgep) in atge_l1e_alloc_dma()
241 atge_l1e_free_dma(atge_t *atgep) in atge_l1e_free_dma()
286 atge_l1e_init_rx_pages(atge_t *atgep) in atge_l1e_init_rx_pages()
319 atge_l1e_init_tx_ring(atge_t *atgep) in atge_l1e_init_tx_ring()
336 atge_l1e_program_dma(atge_t *atgep) in atge_l1e_program_dma()
[all …]
H A Datge_l1c.c154 atge_l1c_alloc_dma(atge_t *atgep) in atge_l1c_alloc_dma()
268 atge_l1c_free_dma(atge_t *atgep) in atge_l1c_free_dma()
335 atge_l1c_init_rx_ring(atge_t *atgep) in atge_l1c_init_rx_ring()
362 atge_l1c_init_tx_ring(atge_t *atgep) in atge_l1c_init_tx_ring()
373 atge_l1c_init_rr_ring(atge_t *atgep) in atge_l1c_init_rr_ring()
387 atge_l1c_init_smb(atge_t *atgep) in atge_l1c_init_smb()
399 atge_l1c_init_cmb(atge_t *atgep) in atge_l1c_init_cmb()
411 atge_l1c_program_dma(atge_t *atgep) in atge_l1c_program_dma()
529 atge_l1c_clear_stats(atge_t *atgep) in atge_l1c_clear_stats()
557 atge_l1c_gather_stats(atge_t *atgep) in atge_l1c_gather_stats()
[all …]
H A Datge_l1.c126 atge_l1_alloc_dma(atge_t *atgep) in atge_l1_alloc_dma()
240 atge_l1_free_dma(atge_t *atgep) in atge_l1_free_dma()
299 atge_l1_init_rx_ring(atge_t *atgep) in atge_l1_init_rx_ring()
325 atge_l1_init_tx_ring(atge_t *atgep) in atge_l1_init_tx_ring()
337 atge_l1_init_rr_ring(atge_t *atgep) in atge_l1_init_rr_ring()
351 atge_l1_init_smb(atge_t *atgep) in atge_l1_init_smb()
363 atge_l1_init_cmb(atge_t *atgep) in atge_l1_init_cmb()
375 atge_l1_sync_mbox(atge_t *atgep) in atge_l1_sync_mbox()
393 atge_l1_program_dma(atge_t *atgep) in atge_l1_program_dma()
450 atge_l1_gather_stats(atge_t *atgep) in atge_l1_gather_stats()
[all …]
H A Datge_mii.c66 atge_t *atgep = arg; in atge_mii_read()
109 atge_t *atgep = arg; in atge_mii_write()
137 atge_t *atgep = arg; in atge_l1e_mii_reset()
185 atge_t *atgep = arg; in atge_l1_mii_reset()
244 atge_t *atgep = arg; in atge_l1c_mii_reset()