Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/
Daq_nic.h82 struct aq_nic_s { struct
83 atomic_t flags;
84 struct aq_vec_s *aq_vec[AQ_CFG_VECS_MAX];
85 struct aq_ring_s *aq_ring_tx[AQ_CFG_VECS_MAX * AQ_CFG_TCS_MAX];
86 struct aq_hw_s *aq_hw;
87 struct net_device *ndev;
88 unsigned int aq_vecs;
89 unsigned int packet_filter;
90 unsigned int power_state;
114 static inline struct device *aq_nic_get_dev(struct aq_nic_s *self) in aq_nic_get_dev() argument