Searched refs:ixgbe_t (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_main.c | 42 static int ixgbe_register_mac(ixgbe_t *); 43 static int ixgbe_identify_hardware(ixgbe_t *); 44 static int ixgbe_regs_map(ixgbe_t *); 45 static void ixgbe_init_properties(ixgbe_t *); 46 static int ixgbe_init_driver_settings(ixgbe_t *); 47 static void ixgbe_init_locks(ixgbe_t *); 48 static void ixgbe_destroy_locks(ixgbe_t *); 49 static int ixgbe_init(ixgbe_t *); 50 static int ixgbe_chip_start(ixgbe_t *); 51 static void ixgbe_chip_stop(ixgbe_t *); [all …]
|
H A D | ixgbe_log.c | 41 ixgbe_t *ixgbep = (ixgbe_t *)arg; in ixgbe_notice() 62 ixgbe_t *ixgbep = (ixgbe_t *)arg; in ixgbe_log() 83 ixgbe_t *ixgbep = (ixgbe_t *)arg; in ixgbe_error()
|
H A D | ixgbe_gld.c | 40 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_start() 73 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_stop() 100 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_promisc() 131 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_multicst() 156 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_ioctl() 228 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_getcapab() 292 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_setprop() 445 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_getprop() 517 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_propinfo() 608 ixgbe_set_priv_prop(ixgbe_t *ixgbe, const char *pr_name, in ixgbe_set_priv_prop() [all …]
|
H A D | ixgbe_sw.h | 753 } ixgbe_t; typedef 822 int ixgbe_alloc_dma(ixgbe_t *); 823 void ixgbe_free_dma(ixgbe_t *); 832 int ixgbe_start(ixgbe_t *, boolean_t); 833 void ixgbe_stop(ixgbe_t *, boolean_t); 834 int ixgbe_driver_setup_link(ixgbe_t *, boolean_t); 835 int ixgbe_multicst_add(ixgbe_t *, const uint8_t *); 836 int ixgbe_multicst_remove(ixgbe_t *, const uint8_t *); 837 enum ioc_reply ixgbe_loopback_ioctl(ixgbe_t *, struct iocblk *, mblk_t *); 839 void ixgbe_enable_watchdog_timer(ixgbe_t *); [all …]
|
H A D | ixgbe_debug.c | 40 ixgbe_t *ixgbe = (ixgbe_t *)adapter; in ixgbe_dump_interrupt() 152 ixgbe_t *ixgbe = (ixgbe_t *)adapter; in ixgbe_dump_addr() 165 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_pci_dump() 429 ixgbe_t *ixgbe = (ixgbe_t *)adapter; in ixgbe_dump_regs()
|
H A D | ixgbe_buf.c | 35 static int ixgbe_alloc_dma_buffer(ixgbe_t *, dma_buffer_t *, size_t); 123 ixgbe_alloc_dma(ixgbe_t *ixgbe) in ixgbe_alloc_dma() 169 ixgbe_free_dma(ixgbe_t *ixgbe) in ixgbe_free_dma() 201 ixgbe_t *ixgbe = rx_ring->ixgbe; in ixgbe_alloc_rx_ring_data() 317 ixgbe_t *ixgbe = tx_ring->ixgbe; in ixgbe_alloc_tbd_ring() 446 ixgbe_t *ixgbe = rx_data->rx_ring->ixgbe; in ixgbe_alloc_rbd_ring() 557 ixgbe_alloc_dma_buffer(ixgbe_t *ixgbe, dma_buffer_t *buf, size_t size) in ixgbe_alloc_dma_buffer() 662 ixgbe_t *ixgbe = tx_ring->ixgbe; in ixgbe_alloc_tcb_lists() 828 ixgbe_t *ixgbe = rx_data->rx_ring->ixgbe; in ixgbe_alloc_rcb_lists() 890 ixgbe_t *ixgbe; in ixgbe_free_rcb_lists()
|
H A D | ixgbe_rx.c | 57 ixgbe_t *ixgbe; in ixgbe_rx_recycle() 147 ixgbe_t *ixgbe; in ixgbe_rx_copy() 195 ixgbe_t *ixgbe = rx_data->rx_ring->ixgbe; in ixgbe_rx_bind() 282 ixgbe_t *ixgbe = rx_data->rx_ring->ixgbe; in ixgbe_lro_bind() 392 ixgbe_t *ixgbe; in ixgbe_lro_copy() 560 ixgbe_t *ixgbe = rx_ring->ixgbe; in ixgbe_ring_rx()
|
H A D | ixgbe_stat.c | 39 ixgbe_t *ixgbe; in ixgbe_update_stats() 47 ixgbe = (ixgbe_t *)ks->ks_private; in ixgbe_update_stats() 211 ixgbe_init_stats(ixgbe_t *ixgbe) in ixgbe_init_stats() 476 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_stat() 781 ixgbe_t *ixgbe = rx_ring->ixgbe; in ixgbe_rx_ring_stat() 811 ixgbe_t *ixgbe = tx_ring->ixgbe; in ixgbe_tx_ring_stat()
|
H A D | ixgbe_tx.c | 86 ixgbe_t *ixgbe = tx_ring->ixgbe; in ixgbe_ring_tx() 1209 ixgbe_t *ixgbe = tx_ring->ixgbe; in ixgbe_tx_recycle_legacy() 1371 ixgbe_t *ixgbe = tx_ring->ixgbe; in ixgbe_tx_recycle_head_wb()
|