Searched defs:ixgbe (Results 1 – 9 of 9) sorted by relevance
391 ixgbe_t *ixgbe; in ixgbe_attach() local636 ixgbe_t *ixgbe; in ixgbe_detach() local702 ixgbe_t *ixgbe; in ixgbe_quiesce() local736 ixgbe_unconfigure(dev_info_t *devinfo, ixgbe_t *ixgbe) in ixgbe_unconfigure()868 ixgbe_register_mac(ixgbe_t *ixgbe) in ixgbe_register_mac()899 ixgbe_identify_hardware(ixgbe_t *ixgbe) in ixgbe_identify_hardware()975 ixgbe_regs_map(ixgbe_t *ixgbe) in ixgbe_regs_map()1007 ixgbe_init_properties(ixgbe_t *ixgbe) in ixgbe_init_properties()1026 ixgbe_init_driver_settings(ixgbe_t *ixgbe) in ixgbe_init_driver_settings()1118 ixgbe_init_locks(ixgbe_t *ixgbe) in ixgbe_init_locks()[all …]
526 struct ixgbe *ixgbe; member595 struct ixgbe *ixgbe; /* Pointer to ixgbe struct */ member603 struct ixgbe *ixgbe; /* Pointer to ixgbe struct */ member610 struct ixgbe *ixgbe; /* point to my adapter */ member622 typedef struct ixgbe { struct626 struct ixgbe_hw hw; argument627 struct ixgbe_osdep osdep; argument636 uint32_t ixgbe_state; argument652 ixgbe_intr_vector_t vect_map[MAX_INTR_VECTOR]; argument657 ixgbe_rx_ring_t *rx_rings; /* Array of rx rings */ argument[all …]
40 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_start() local73 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_stop() local100 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_promisc() local131 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_multicst() local156 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_ioctl() local228 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_getcapab() local292 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_setprop() local445 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_getprop() local517 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_propinfo() local608 ixgbe_set_priv_prop(ixgbe_t *ixgbe, const char *pr_name, in ixgbe_set_priv_prop()[all …]
39 ixgbe_t *ixgbe; in ixgbe_update_stats() local211 ixgbe_init_stats(ixgbe_t *ixgbe) in ixgbe_init_stats()476 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_m_stat() local781 ixgbe_t *ixgbe = rx_ring->ixgbe; in ixgbe_rx_ring_stat() local811 ixgbe_t *ixgbe = tx_ring->ixgbe; in ixgbe_tx_ring_stat() local
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() local317 ixgbe_t *ixgbe = tx_ring->ixgbe; in ixgbe_alloc_tbd_ring() local446 ixgbe_t *ixgbe = rx_data->rx_ring->ixgbe; in ixgbe_alloc_rbd_ring() local557 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() local828 ixgbe_t *ixgbe = rx_data->rx_ring->ixgbe; in ixgbe_alloc_rcb_lists() local890 ixgbe_t *ixgbe; in ixgbe_free_rcb_lists() local
40 ixgbe_t *ixgbe = (ixgbe_t *)adapter; in ixgbe_dump_interrupt() local152 ixgbe_t *ixgbe = (ixgbe_t *)adapter; in ixgbe_dump_addr() local165 ixgbe_t *ixgbe = (ixgbe_t *)arg; in ixgbe_pci_dump() local429 ixgbe_t *ixgbe = (ixgbe_t *)adapter; in ixgbe_dump_regs() local
57 ixgbe_t *ixgbe; in ixgbe_rx_recycle() local147 ixgbe_t *ixgbe; in ixgbe_rx_copy() local195 ixgbe_t *ixgbe = rx_data->rx_ring->ixgbe; in ixgbe_rx_bind() local282 ixgbe_t *ixgbe = rx_data->rx_ring->ixgbe; in ixgbe_lro_bind() local392 ixgbe_t *ixgbe; in ixgbe_lro_copy() local560 ixgbe_t *ixgbe = rx_ring->ixgbe; in ixgbe_ring_rx() local
86 ixgbe_t *ixgbe = tx_ring->ixgbe; in ixgbe_ring_tx() local1209 ixgbe_t *ixgbe = tx_ring->ixgbe; in ixgbe_tx_recycle_legacy() local1371 ixgbe_t *ixgbe = tx_ring->ixgbe; in ixgbe_tx_recycle_head_wb() local
138 struct ixgbe *ixgbe; member