Lines Matching defs:enic
144 struct enic { struct
155 struct enic_msix_entry msix[ENIC_INTR_MAX]; argument
164 struct enic_rx_coal rx_coalesce_setting; argument
170 spinlock_t enic_api_lock; argument
171 struct enic_port_profile *pp; argument
196 struct enic_rfs_flw_tbl rfs_h; argument
204 struct enic *enic = vdev->priv; in vnic_get_netdev() argument
225 static inline struct device *enic_get_dev(struct enic *enic) in enic_get_dev()
230 static inline unsigned int enic_cq_rq(struct enic *enic, unsigned int rq) in enic_cq_rq()
235 static inline unsigned int enic_cq_wq(struct enic *enic, unsigned int wq) in enic_cq_wq()
255 static inline unsigned int enic_msix_rq_intr(struct enic *enic, in enic_msix_rq_intr()
261 static inline unsigned int enic_msix_wq_intr(struct enic *enic, in enic_msix_wq_intr()
267 static inline unsigned int enic_msix_err_intr(struct enic *enic) in enic_msix_err_intr()
272 static inline unsigned int enic_msix_notify_intr(struct enic *enic) in enic_msix_notify_intr()
277 static inline bool enic_is_err_intr(struct enic *enic, int intr) in enic_is_err_intr()
290 static inline bool enic_is_notify_intr(struct enic *enic, int intr) in enic_is_notify_intr()
303 static inline int enic_dma_map_check(struct enic *enic, dma_addr_t dma_addr) in enic_dma_map_check()