Home
last modified time | relevance | path

Searched refs:vnic_cq (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/net/enic/base/
H A Dvnic_cq.h48 struct vnic_cq { struct
64 void vnic_cq_free(struct vnic_cq *cq); argument
65 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index,
68 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable,
73 void vnic_cq_clean(struct vnic_cq *cq);
74 int vnic_cq_mem_size(struct vnic_cq *cq, unsigned int desc_count,
H A Dvnic_cq.c10 void vnic_cq_free(struct vnic_cq *cq) in vnic_cq_free()
17 int vnic_cq_alloc(struct vnic_dev *vdev, struct vnic_cq *cq, unsigned int index, in vnic_cq_alloc()
43 void vnic_cq_init(struct vnic_cq *cq, unsigned int flow_control_enable, in vnic_cq_init()
68 void vnic_cq_clean(struct vnic_cq *cq) in vnic_cq_clean()
/f-stack/dpdk/drivers/net/enic/
H A Dmeson.build5 'base/vnic_cq.c',
H A Denic_rxtx.c58 struct vnic_cq *cq; in enic_recv_pkts()
227 struct vnic_cq *cq; in enic_noscatter_recv_pkts()
H A Denic.h165 struct vnic_cq *cq;
H A Denic_rxtx_vec_avx2.c47 struct vnic_cq *cq; in enic_noscatter_vec_recv_pkts()
H A Denic_ethdev.c261 struct vnic_cq *cq; in enicpmd_dev_rx_queue_count()
H A Denic_main.c1731 enic->cq = rte_zmalloc("enic_vnic_cq", sizeof(struct vnic_cq) * in enic_dev_init()