Home
last modified time | relevance | path

Searched defs:atgep (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/io/atge/
H A Datge_main.c425 atge_mac_config(atge_t *atgep) in atge_mac_config()
510 atge_t *atgep = arg; in atge_mii_notify() local
537 atge_tx_reclaim(atge_t *atgep, int end) in atge_tx_reclaim()
590 atge_add_intr_handler(atge_t *atgep, int intr_type) in atge_add_intr_handler()
721 atge_remove_intr(atge_t *atgep) in atge_remove_intr()
748 atge_enable_intrs(atge_t *atgep) in atge_enable_intrs()
795 atge_add_intr(atge_t *atgep) in atge_add_intr()
846 atge_identify_hardware(atge_t *atgep) in atge_identify_hardware()
894 atge_get_macaddr(atge_t *atgep) in atge_get_macaddr()
934 atge_device_reset(atge_t *atgep) in atge_device_reset()
[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_l1e.c107 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()
419 atge_l1e_receive(atge_t *atgep) in atge_l1e_receive()
588 atge_l1e_rx_next_pkt(atge_t *atgep, uint32_t len) in atge_l1e_rx_next_pkt()
667 atge_l1e_clear_stats(atge_t *atgep) in atge_l1e_clear_stats()
695 atge_l1e_gather_stats(atge_t *atgep) in atge_l1e_gather_stats()
[all …]
H A Datge_mii.c66 atge_t *atgep = arg; in atge_mii_read() local
109 atge_t *atgep = arg; in atge_mii_write() local
137 atge_t *atgep = arg; in atge_l1e_mii_reset() local
185 atge_t *atgep = arg; in atge_l1_mii_reset() local
244 atge_t *atgep = arg; in atge_l1c_mii_reset() local
H A Datge.h157 #define ATGE_MODEL(atgep) atgep->atge_model argument
158 #define ATGE_VID(atgep) atgep->atge_vid argument
159 #define ATGE_DID(atgep) atgep->atge_did argument