Home
last modified time | relevance | path

Searched defs:aq_dev (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/aq/
H A Daq_device.h95 struct aq_dev { struct
96 device_t dev;
97 if_ctx_t ctx;
98 if_softc_ctx_t scctx;
99 if_shared_ctx_t sctx;
100 struct ifmedia * media;
102 struct aq_hw hw;
104 enum aq_media_type media_type;
105 uint32_t link_speeds;
106 uint32_t chip_features;
[all …]
H A Daq_irq.c58 aq_update_hw_stats(struct aq_dev *aq_dev) in aq_update_hw_stats()
126 aq_thermal_report_shutdown(struct aq_dev *aq_dev) in aq_thermal_report_shutdown()
155 aq_thermal_report_hot(struct aq_dev *aq_dev) in aq_thermal_report_hot()
183 aq_thermal_poll(struct aq_dev *aq_dev) in aq_thermal_poll()
258 aq_link_report_up(struct aq_dev *aq_dev, uint32_t link_speed, in aq_link_report_up()
282 aq_link_report_down(struct aq_dev *aq_dev) in aq_link_report_down()
313 struct aq_dev *aq_dev = iflib_get_softc(ctx); in aq_if_update_admin_status() local
408 struct aq_dev *aq_dev = ring->dev; in aq_isr_rx() local
423 struct aq_dev *aq_dev = arg; in aq_linkstat_isr() local
H A Daq_media.c74 aq_mediastatus_update(struct aq_dev *aq_dev, uint32_t link_speed, in aq_mediastatus_update()
99 struct aq_dev *aq_dev = iflib_get_softc(if_getsoftc(ifp)); in aq_mediastatus() local
113 struct aq_dev *aq_dev = iflib_get_softc(if_getsoftc(ifp)); in aq_mediachange() local
174 aq_add_media_types(struct aq_dev *aq_dev, int media_link_speed) in aq_add_media_types()
186 aq_initmedia(struct aq_dev *aq_dev) in aq_initmedia()
H A Daq_ring.c226 struct aq_dev *aq_dev = arg; in aq_ring_rx_refill() local
251 struct aq_dev *aq_dev = arg; in aq_isc_rxd_flush() local
262 struct aq_dev *aq_dev = arg; in aq_isc_rxd_available() local
320 struct aq_dev *aq_dev = arg; in aq_isc_rxd_pkt_get() local
412 aq_setup_offloads(struct aq_dev *aq_dev, if_pkt_info_t pi, volatile struct aq_tx_desc *txd, in aq_setup_offloads()
428 aq_ring_tso_setup(struct aq_dev *aq_dev, if_pkt_info_t pi, uint32_t *hdrlen, in aq_ring_tso_setup()
474 struct aq_dev *aq_dev = arg; in aq_isc_txd_encap() local
566 struct aq_dev *aq_dev = arg; in aq_isc_txd_flush() local
585 struct aq_dev *aq_dev = arg; in aq_isc_txd_credits_update() local
H A Daq_hw.h172 void *aq_dev; member