Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/atlantic/
H A Datl_types.h124 const struct aq_fw_ops *aq_fw_ops; member
147 struct aq_fw_ops { struct
148 int (*init)(struct aq_hw_s *self);
150 int (*deinit)(struct aq_hw_s *self);
152 int (*reset)(struct aq_hw_s *self);
158 int (*set_state)(struct aq_hw_s *self,
161 int (*update_link_status)(struct aq_hw_s *self);
163 int (*update_stats)(struct aq_hw_s *self);
168 int (*get_temp)(struct aq_hw_s *self, int *temp);
178 int (*set_flow_control)(struct aq_hw_s *self);
[all …]