Searched defs:enic (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/net/enic/ |
| H A D | enic.h | 89 struct enic { struct 105 int dev_fd; 108 int eventfd; 111 int promisc; 121 bool geneve; 122 bool vxlan; 156 struct enic_soft_stats soft_stats; argument 165 LIST_HEAD(enic_memzone_list, enic_memzone_entry) memzone_list; argument 169 LIST_HEAD(enic_flows, rte_flow) flows; argument 195 struct enic_flowman *fm; argument [all …]
|
| H A D | enic_main.c | 428 struct enic *enic = pmd_priv(eth_dev); in enic_link_update() local 443 struct enic *enic = pmd_priv(dev); in enic_intr_handler() local 536 struct enic *enic = pmd_priv(eth_dev); in enic_pick_rx_handler() local 574 int enic_enable(struct enic *enic) in enic_enable() 703 struct enic *enic; in enic_free_rq() local 1030 struct enic *enic; in enic_free_wq() local 1104 int enic_disable(struct enic *enic) in enic_disable() 1894 struct enic *enic = priv; in lock_devcmd() local 1901 struct enic *enic = priv; in unlock_devcmd() local 1906 int enic_probe(struct enic *enic) in enic_probe() [all …]
|
| H A D | enic_ethdev.c | 80 struct enic *enic = pmd_priv(dev); in enicpmd_dev_flow_ops_get() local 242 struct enic *enic; in enicpmd_dev_rx_queue_count() local 767 struct enic *enic = pmd_priv(dev); in enicpmd_dev_rss_reta_query() local 793 struct enic *enic = pmd_priv(dev); in enicpmd_dev_rss_reta_update() local 823 struct enic *enic = pmd_priv(dev); in enicpmd_dev_rss_hash_update() local 832 struct enic *enic = pmd_priv(dev); in enicpmd_dev_rss_hash_conf_get() local 860 struct enic *enic = pmd_priv(dev); in enicpmd_dev_rxq_info_get() local 895 struct enic *enic = pmd_priv(dev); in enicpmd_dev_txq_info_get() local 1068 struct enic *enic; in enicpmd_dev_fw_version_get() local 1148 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() 240 int enic_set_nic_cfg(struct enic *enic, uint8_t rss_default_cpu, in enic_set_nic_cfg() 260 int enic_set_rss_key(struct enic *enic, dma_addr_t key_pa, uint64_t len) in enic_set_rss_key() 268 int enic_set_rss_cpu(struct enic *enic, dma_addr_t cpu_pa, uint64_t len) in enic_set_rss_cpu() 276 void enic_free_vnic_resources(struct enic *enic) in enic_free_vnic_resources() 291 void enic_get_res_counts(struct enic *enic) in enic_get_res_counts()
|
| H A D | enic_rxtx.c | 41 struct enic *enic = vnic_dev_priv(sop_rq->vdev); in enic_recv_pkts_common() local 255 struct enic *enic; in enic_noscatter_recv_pkts() local 404 unsigned int enic_cleanup_wq(__rte_unused struct enic *enic, struct vnic_wq *wq) in enic_cleanup_wq() 473 struct enic *enic = vnic_dev_priv(wq->vdev); in enic_xmit_pkts() local 624 struct enic *enic) in enqueue_simple_pkts() 676 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() 1324 enic_get_filter_cap(struct enic *enic) in enic_get_filter_cap() 1334 enic_get_action_cap(struct enic *enic) in enic_get_action_cap() 1507 struct enic *enic = pmd_priv(dev); in enic_flow_parse() local 1729 struct enic *enic = pmd_priv(dev); in enic_flow_create() local 1756 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 | 58 #define ENIC_SETTING(enic, f) ((enic->config.flags & VENETF_##f) ? 1 : 0) argument
|
| H A D | enic_fm_flow.c | 1488 enic_fm_find_vnic(struct enic *enic, const struct rte_pci_addr *addr, in enic_fm_find_vnic() 1575 enic_fm_check_transfer_dst(struct enic *enic, uint16_t dst_port_id, in enic_fm_check_transfer_dst() 1622 struct enic *enic; in enic_fm_copy_action() local 2976 struct enic *enic; in enic_fm_flow_create() local 3036 struct enic *enic = pmd_priv(dev); in enic_fm_flow_destroy() local 3057 struct enic *enic = pmd_priv(dev); in enic_fm_flow_flush() local 3218 enic_fm_init(struct enic *enic) in enic_fm_init() 3318 enic_fm_destroy(struct enic *enic) in enic_fm_destroy() 3593 delete_rep_flows(struct enic *enic) in delete_rep_flows() 3614 begin_fm(struct enic *enic) in begin_fm()
|