Searched defs:aq_nic_s (Results 1 – 1 of 1) sorted by relevance
123 struct aq_nic_s { struct124 atomic_t flags;125 u32 msg_enable;126 struct aq_vec_s *aq_vec[AQ_CFG_VECS_MAX];127 struct aq_ring_s *aq_ring_tx[AQ_HW_QUEUES_MAX];128 struct aq_hw_s *aq_hw;129 struct net_device *ndev;130 unsigned int aq_vecs;131 unsigned int packet_filter;132 unsigned int power_state;[all …]