Lines Matching defs:enic
29 int enic_get_vnic_config(struct enic *enic) in enic_get_vnic_config()
116 int enic_add_vlan(struct enic *enic, u16 vlanid) in enic_add_vlan()
129 int enic_del_vlan(struct enic *enic, u16 vlanid) in enic_del_vlan()
142 int enic_set_nic_cfg(struct enic *enic, u8 rss_default_cpu, u8 rss_hash_type, in enic_set_nic_cfg()
165 int enic_set_rss_key(struct enic *enic, dma_addr_t key_pa, u64 len) in enic_set_rss_key()
173 int enic_set_rss_cpu(struct enic *enic, dma_addr_t cpu_pa, u64 len) in enic_set_rss_cpu()
181 void enic_free_vnic_resources(struct enic *enic) in enic_free_vnic_resources()
195 void enic_get_res_counts(struct enic *enic) in enic_get_res_counts()
214 void enic_init_vnic_resources(struct enic *enic) in enic_init_vnic_resources()
319 int enic_alloc_vnic_resources(struct enic *enic) in enic_alloc_vnic_resources()
417 void enic_ext_cq(struct enic *enic) in enic_ext_cq()