Home
last modified time | relevance | path

Searched refs:ixgbe_t (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c42 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 Dixgbe_log.c41 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 Dixgbe_gld.c42 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_start()
75 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_stop()
102 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_promisc()
133 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_multicst()
158 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_ioctl()
230 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_getcapab()
308 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_setprop()
492 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_getprop()
617 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_propinfo()
792 ixgbe_set_priv_prop(ixgbe_t *ixgbe, const char *pr_name, in ixgbe_set_priv_prop()
[all …]
H A Dixgbe_sw.h756 } ixgbe_t; typedef
828 int ixgbe_alloc_dma(ixgbe_t *);
829 void ixgbe_free_dma(ixgbe_t *);
838 int ixgbe_start(ixgbe_t *, boolean_t);
839 void ixgbe_stop(ixgbe_t *, boolean_t);
840 int ixgbe_driver_setup_link(ixgbe_t *, boolean_t);
841 int ixgbe_multicst_add(ixgbe_t *, const uint8_t *);
842 int ixgbe_multicst_remove(ixgbe_t *, const uint8_t *);
843 enum ioc_reply ixgbe_loopback_ioctl(ixgbe_t *, struct iocblk *, mblk_t *);
845 void ixgbe_enable_watchdog_timer(ixgbe_t *);
[all …]
H A Dixgbe_debug.c40 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 Dixgbe_buf.c35 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 Dixgbe_transceiver.c25 ixgbe_transceiver_is_8472(ixgbe_t *ixgbe, boolean_t *valp) in ixgbe_transceiver_is_8472()
67 ixgbe_t *ixgbe = arg; in ixgbe_transceiver_info()
113 ixgbe_t *ixgbe = arg; in ixgbe_transceiver_read()
H A Dixgbe_rx.c58 ixgbe_t *ixgbe; in ixgbe_rx_recycle()
148 ixgbe_t *ixgbe; in ixgbe_rx_copy()
196 ixgbe_t *ixgbe = rx_data->rx_ring->ixgbe; in ixgbe_rx_bind()
283 ixgbe_t *ixgbe = rx_data->rx_ring->ixgbe; in ixgbe_lro_bind()
393 ixgbe_t *ixgbe; in ixgbe_lro_copy()
561 ixgbe_t *ixgbe = rx_ring->ixgbe; in ixgbe_ring_rx()
H A Dixgbe_stat.c41 ixgbe_t *ixgbe; in ixgbe_update_stats()
49 ixgbe = (ixgbe_t *)ks->ks_private; in ixgbe_update_stats()
223 ixgbe_init_stats(ixgbe_t *ixgbe) in ixgbe_init_stats()
493 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_stat()
835 ixgbe_t *ixgbe = rx_ring->ixgbe; in ixgbe_rx_ring_stat()
865 ixgbe_t *ixgbe = tx_ring->ixgbe; in ixgbe_tx_ring_stat()
H A Dixgbe_osdep.c58 ixgbe_t *ixgbe = OS_DEP(hw)->ixgbe; in ixgbe_removed()
H A Dixgbe_tx.c88 ixgbe_t *ixgbe = tx_ring->ixgbe; in ixgbe_ring_tx()
1213 ixgbe_t *ixgbe = tx_ring->ixgbe; in ixgbe_tx_recycle_legacy()
1375 ixgbe_t *ixgbe = tx_ring->ixgbe; in ixgbe_tx_recycle_head_wb()
/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A DREADME.illumos12 ixgbe_hw of the ixgbe_t. Importantly, we also remove the current