Home
last modified time | relevance | path

Searched refs:enic_alloc_wq (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/enic/
H A Denic.h400 int enic_alloc_wq(struct enic *enic, uint16_t queue_idx,
H A Denic_vf_representor.c65 err = enic_alloc_wq(&vf->enic, queue_idx, socket_id, nb_desc); in enic_vf_dev_tx_queue_setup()
H A Denic_ethdev.c183 ret = enic_alloc_wq(enic, queue_idx, socket_id, nb_desc); in enicpmd_dev_tx_queue_setup()
H A Denic_main.c1026 int enic_alloc_wq(struct enic *enic, uint16_t queue_idx, in enic_alloc_wq() function