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