Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/atlantic/
H A Datl_types.h117 struct aq_hw_s { struct
118 u16 device_id;
119 u16 vendor_id;
120 bool adapter_stopped;
122 u8 rbl_enabled:1;
123 struct aq_hw_cfg_s *aq_nic_cfg;
124 const struct aq_fw_ops *aq_fw_ops;
148 int (*init)(struct aq_hw_s *self); argument