Lines Matching defs:enic
147 struct enic { struct
158 struct enic_msix_entry msix[ENIC_INTR_MAX]; argument
167 struct enic_rx_coal rx_coalesce_setting; argument
173 spinlock_t enic_api_lock; argument
174 struct enic_port_profile *pp; argument
199 struct enic_rfs_flw_tbl rfs_h; argument
207 struct enic *enic = vdev->priv; in vnic_get_netdev() argument
228 static inline struct device *enic_get_dev(struct enic *enic) in enic_get_dev()
233 static inline unsigned int enic_cq_rq(struct enic *enic, unsigned int rq) in enic_cq_rq()
238 static inline unsigned int enic_cq_wq(struct enic *enic, unsigned int wq) in enic_cq_wq()
258 static inline unsigned int enic_msix_rq_intr(struct enic *enic, in enic_msix_rq_intr()
264 static inline unsigned int enic_msix_wq_intr(struct enic *enic, in enic_msix_wq_intr()
270 static inline unsigned int enic_msix_err_intr(struct enic *enic) in enic_msix_err_intr()
275 static inline unsigned int enic_msix_notify_intr(struct enic *enic) in enic_msix_notify_intr()
280 static inline bool enic_is_err_intr(struct enic *enic, int intr) in enic_is_err_intr()
293 static inline bool enic_is_notify_intr(struct enic *enic, int intr) in enic_is_notify_intr()
306 static inline int enic_dma_map_check(struct enic *enic, dma_addr_t dma_addr) in enic_dma_map_check()