Lines Matching defs:nix
181 struct nix { struct
184 struct nix_af *nix_af; argument
187 union nix_cint_hw_s *cint_base; argument
188 union nix_cq_ctx_s *cq_ctx_base; argument
189 union nix_qint_hw_s *qint_base; argument
190 union nix_rq_ctx_s *rq_ctx_base; argument
191 union nix_rsse_s *rss_base; argument
192 union nix_sq_ctx_s *sq_ctx_base; argument
201 void __iomem *nix_base; /** PF reg base */ argument
204 struct nix_stats tx_stats; argument
205 struct nix_stats rx_stats; argument
220 struct nix_aq_cq_dis { argument
270 static inline u64 nix_pf_reg_read(struct nix *nix, u64 offset) in nix_pf_reg_read()
279 static inline void nix_pf_reg_write(struct nix *nix, u64 offset, in nix_pf_reg_write()