Lines Matching refs:enic
41 #define ENIC_SETTING(enic, f) ((enic->config.flags & VENETF_##f) ? 1 : 0) argument
138 struct enic;
140 int enic_get_vnic_config(struct enic *);
141 int enic_add_vlan(struct enic *enic, u16 vlanid);
142 int enic_del_vlan(struct enic *enic, u16 vlanid);
143 int enic_set_nic_cfg(struct enic *enic, u8 rss_default_cpu, u8 rss_hash_type,
146 int enic_set_rss_key(struct enic *enic, dma_addr_t key_pa, u64 len);
147 int enic_set_rss_cpu(struct enic *enic, dma_addr_t cpu_pa, u64 len);
148 void enic_get_res_counts(struct enic *enic);
149 void enic_init_vnic_resources(struct enic *enic);
150 int enic_alloc_vnic_resources(struct enic *);
151 void enic_free_vnic_resources(struct enic *);