HomeSort by: relevance | last modified time | path
    Searched refs:ixgbe_softc (Results 1 - 15 of 15) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_fdir.h 48 void ixgbe_init_fdir(struct ixgbe_softc *);
ixgbe_osdep.c 46 return ((struct ixgbe_softc *)hw->back)->dev;
95 return bus_space_read_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag,
96 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle, reg);
102 bus_space_write_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag,
103 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle,
110 return bus_space_read_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag,
111 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle,
118 bus_space_write_4(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag,
119 ((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_handle,
126 bus_space_barrier(((struct ixgbe_softc *)hw->back)->osdep.mem_bus_space_tag
    [all...]
ixgbe_bypass.h 49 void ixgbe_bypass_init(struct ixgbe_softc *);
ixgbe_netmap.h 53 void ixgbe_netmap_attach(struct ixgbe_softc *);
ixgbe_sriov.h 73 void ixgbe_initialize_iov(struct ixgbe_softc *);
74 void ixgbe_recalculate_max_frame(struct ixgbe_softc *);
75 void ixgbe_ping_all_vfs(struct ixgbe_softc *);
78 void ixgbe_align_all_queue_indices(struct ixgbe_softc *);
if_bypass.c 49 ixgbe_bypass_mutex_enter(struct ixgbe_softc *sc)
62 ixgbe_bypass_mutex_clear(struct ixgbe_softc *sc)
77 ixgbe_bypass_wd_mutex_enter(struct ixgbe_softc *sc)
88 ixgbe_bypass_wd_mutex_clear(struct ixgbe_softc *sc)
122 struct ixgbe_softc *sc = (struct ixgbe_softc *)node.sysctl_data;
164 struct ixgbe_softc *sc = (struct ixgbe_softc *)node.sysctl_data;
228 struct ixgbe_softc *sc = (struct ixgbe_softc *)node.sysctl_data
    [all...]
ixgbe.h 325 struct ixgbe_softc *sc;
358 struct ixgbe_softc *sc;
408 struct ixgbe_softc *sc;
469 struct ixgbe_softc { struct
593 void (*init_locked)(struct ixgbe_softc *);
743 ixgbe_fw_recovery_mode_swflag(struct ixgbe_softc *sc)
756 void ixgbe_drain_all(struct ixgbe_softc *);
758 int ixgbe_allocate_queues(struct ixgbe_softc *);
759 void ixgbe_free_queues(struct ixgbe_softc *);
760 int ixgbe_setup_transmit_structures(struct ixgbe_softc *);
    [all...]
if_sriov.c 83 ixgbe_align_all_queue_indices(struct ixgbe_softc *sc)
106 ixgbe_send_vf_ack(struct ixgbe_softc *sc, struct ixgbe_vf *vf, u32 msg)
113 ixgbe_send_vf_nack(struct ixgbe_softc *sc, struct ixgbe_vf *vf, u32 msg)
120 ixgbe_process_vf_ack(struct ixgbe_softc *sc, struct ixgbe_vf *vf)
153 ixgbe_update_max_frame(struct ixgbe_softc * sc, int max_frame)
205 ixgbe_ping_all_vfs(struct ixgbe_softc *sc)
218 ixgbe_vf_set_default_vlan(struct ixgbe_softc *sc, struct ixgbe_vf *vf,
258 ixgbe_clear_vfmbmem(struct ixgbe_softc *sc, struct ixgbe_vf *vf)
273 ixgbe_vf_frame_size_compatible(struct ixgbe_softc *sc, struct ixgbe_vf *vf)
320 ixgbe_process_vf_reset(struct ixgbe_softc *sc, struct ixgbe_vf *vf
    [all...]
if_fdir.c 44 ixgbe_init_fdir(struct ixgbe_softc *sc)
59 struct ixgbe_softc *sc = context;
88 struct ixgbe_softc *sc = txr->sc;
ixv.c 92 static void ixv_init_locked(struct ixgbe_softc *);
95 static void ixv_init_device_features(struct ixgbe_softc *);
98 static int ixv_allocate_pci_resources(struct ixgbe_softc *,
100 static void ixv_free_deferred_handlers(struct ixgbe_softc *);
101 static int ixv_allocate_msix(struct ixgbe_softc *,
103 static int ixv_configure_interrupts(struct ixgbe_softc *);
104 static void ixv_free_pci_resources(struct ixgbe_softc *);
107 static int ixv_setup_interface(device_t, struct ixgbe_softc *);
108 static void ixv_schedule_admin_tasklet(struct ixgbe_softc *);
109 static int ixv_negotiate_api(struct ixgbe_softc *);
    [all...]
ixgbe.c 165 static void ixgbe_quirks(struct ixgbe_softc *);
176 static void ixgbe_init_locked(struct ixgbe_softc *);
179 static void ixgbe_init_device_features(struct ixgbe_softc *);
180 static int ixgbe_check_fan_failure(struct ixgbe_softc *, u32, bool);
181 static void ixgbe_add_media_types(struct ixgbe_softc *);
184 static int ixgbe_allocate_pci_resources(struct ixgbe_softc *,
186 static void ixgbe_free_deferred_handlers(struct ixgbe_softc *);
187 static void ixgbe_get_slot_info(struct ixgbe_softc *);
188 static int ixgbe_allocate_msix(struct ixgbe_softc *,
190 static int ixgbe_allocate_legacy(struct ixgbe_softc *,
    [all...]
ixgbe_netmap.c 159 struct ixgbe_softc *sc = ifp->if_softc;
210 struct ixgbe_softc *sc = ifp->if_softc;
394 struct ixgbe_softc *sc = ifp->if_softc;
511 ixgbe_netmap_attach(struct ixgbe_softc *sc)
ix_txrx.c 126 static int ixgbe_dma_malloc(struct ixgbe_softc *, bus_size_t,
128 static void ixgbe_dma_free(struct ixgbe_softc *, struct ixgbe_dma_alloc *);
147 struct ixgbe_softc *sc = txr->sc;
197 struct ixgbe_softc *sc = ifp->if_softc;
215 struct ixgbe_softc *sc = ifp->if_softc;
359 struct ixgbe_softc *sc = txr->sc;
377 struct ixgbe_softc *sc = txr->sc;
389 ixgbe_drain_all(struct ixgbe_softc *sc)
414 struct ixgbe_softc *sc = txr->sc;
610 struct ixgbe_softc *sc = txr->sc
    [all...]
ixgbe_api.h 232 void ixgbe_ensure_disabled_intr(struct ixgbe_softc *);
ixgbe_type.h 4248 struct ixgbe_softc *back;

Completed in 27 milliseconds