Searched defs:enic (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic.h | 108 struct enic { struct 123 struct enic_fdir fdir; argument 125 int dev_fd; 128 int eventfd; 131 int promisc; 140 bool vxlan; 173 struct enic_soft_stats soft_stats; argument 182 LIST_HEAD(enic_memzone_list, enic_memzone_entry) memzone_list; argument 186 LIST_HEAD(enic_flows, rte_flow) flows; argument 212 struct enic_flowman *fm; argument [all …]
|
| H A D | enic_main.c | 427 struct enic *enic = pmd_priv(eth_dev); in enic_link_update() local 442 struct enic *enic = pmd_priv(dev); in enic_intr_handler() local 535 struct enic *enic = pmd_priv(eth_dev); in enic_pick_rx_handler() local 568 int enic_enable(struct enic *enic) in enic_enable() 700 struct enic *enic; in enic_free_rq() local 1014 struct enic *enic; in enic_free_wq() local 1088 int enic_disable(struct enic *enic) in enic_disable() 1859 struct enic *enic = priv; in lock_devcmd() local 1866 struct enic *enic = priv; in unlock_devcmd() local 1871 int enic_probe(struct enic *enic) in enic_probe() [all …]
|
| H A D | enic_ethdev.c | 81 struct enic *enic = pmd_priv(dev); in enicpmd_dev_filter_ctrl() local 259 struct enic *enic = pmd_priv(dev); in enicpmd_dev_rx_queue_count() local 782 struct enic *enic = pmd_priv(dev); in enicpmd_dev_rss_reta_query() local 808 struct enic *enic = pmd_priv(dev); in enicpmd_dev_rss_reta_update() local 838 struct enic *enic = pmd_priv(dev); in enicpmd_dev_rss_hash_update() local 847 struct enic *enic = pmd_priv(dev); in enicpmd_dev_rss_hash_conf_get() local 875 struct enic *enic = pmd_priv(dev); in enicpmd_dev_rxq_info_get() local 910 struct enic *enic = pmd_priv(dev); in enicpmd_dev_txq_info_get() local 1060 struct enic *enic; in enicpmd_dev_fw_version_get() local 1135 struct enic *enic; in enic_parse_zero_one() local [all …]
|
| H A D | enic_res.c | 24 int enic_get_vnic_config(struct enic *enic) in enic_get_vnic_config() 217 int enic_set_nic_cfg(struct enic *enic, uint8_t rss_default_cpu, in enic_set_nic_cfg() 237 int enic_set_rss_key(struct enic *enic, dma_addr_t key_pa, uint64_t len) in enic_set_rss_key() 245 int enic_set_rss_cpu(struct enic *enic, dma_addr_t cpu_pa, uint64_t len) in enic_set_rss_cpu() 253 void enic_free_vnic_resources(struct enic *enic) in enic_free_vnic_resources() 268 void enic_get_res_counts(struct enic *enic) in enic_get_res_counts()
|
| H A D | enic_clsf.c | 45 void enic_fdir_info(struct enic *enic) in enic_fdir_info() 297 void enic_clsf_destroy(struct enic *enic) in enic_clsf_destroy() 318 int enic_clsf_init(struct enic *enic) in enic_clsf_init()
|
| H A D | enic_rxtx.c | 52 struct enic *enic = vnic_dev_priv(sop_rq->vdev); in enic_recv_pkts() local 229 struct enic *enic; in enic_noscatter_recv_pkts() local 373 unsigned int enic_cleanup_wq(__rte_unused struct enic *enic, struct vnic_wq *wq) in enic_cleanup_wq() 442 struct enic *enic = vnic_dev_priv(wq->vdev); in enic_xmit_pkts() local 593 struct enic *enic) in enqueue_simple_pkts() 645 struct enic *enic; in enic_simple_xmit_pkts() local
|
| H A D | enic_flow.c | 35 struct enic *enic; member 1022 fixup_l5_layer(struct enic *enic, struct filter_generic_1 *gp, in fixup_l5_layer() 1060 struct enic *enic, in enic_copy_filter() 1135 enic_copy_action_v1(__rte_unused struct enic *enic, in enic_copy_action_v1() 1182 enic_copy_action_v2(struct enic *enic, in enic_copy_action_v2() 1321 enic_get_filter_cap(struct enic *enic) in enic_get_filter_cap() 1331 enic_get_action_cap(struct enic *enic) in enic_get_action_cap() 1504 struct enic *enic = pmd_priv(dev); in enic_flow_parse() local 1724 struct enic *enic = pmd_priv(dev); in enic_flow_create() local 1751 struct enic *enic = pmd_priv(dev); in enic_flow_destroy() local [all …]
|
| H A D | enic_rxtx_vec_avx2.c | 18 rx_one(struct cq_enet_rq_desc *cqd, struct rte_mbuf *mb, struct enic *enic) in rx_one() 49 struct enic *enic; in enic_noscatter_vec_recv_pkts() local 812 struct enic *enic = pmd_priv(eth_dev); in enic_use_vector_rx_handler() local
|
| H A D | enic_res.h | 56 #define ENIC_SETTING(enic, f) ((enic->config.flags & VENETF_##f) ? 1 : 0) argument
|
| H A D | enic_fm_flow.c | 1159 enic_fm_find_vnic(struct enic *enic, const struct rte_pci_addr *addr, in enic_fm_find_vnic() 1264 struct enic *enic; in enic_fm_copy_action() local 2586 struct enic *enic; in enic_fm_flow_create() local 2646 struct enic *enic = pmd_priv(dev); in enic_fm_flow_destroy() local 2667 struct enic *enic = pmd_priv(dev); in enic_fm_flow_flush() local 2828 enic_fm_init(struct enic *enic) in enic_fm_init() 2926 enic_fm_destroy(struct enic *enic) in enic_fm_destroy() 3201 delete_rep_flows(struct enic *enic) in delete_rep_flows() 3222 begin_fm(struct enic *enic) in begin_fm()
|