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