Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_nicio.c685 struct hinic_wq *wq = &nic_io->rq_wq[q_id]; in hinic_get_rq_free_wqebbs()
740 struct hinic_wq *wq = &nic_io->rq_wq[q_id]; in hinic_get_rq_local_ci()
792 nic_io->rq_wq = kzalloc_aligned(num_qp * sizeof(*nic_io->rq_wq), in hinic_alloc_nicio()
794 if (!nic_io->rq_wq) { in hinic_alloc_nicio()
821 kfree(nic_io->rq_wq); in hinic_free_nicio()
H A Dhinic_pmd_nicio.h210 struct hinic_wq *rq_wq; member
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.c226 err = hinic_wq_allocate(hwdev, &nic_io->rq_wq[q_id], in hinic_create_rq()
232 rq->wq = &nic_io->rq_wq[q_id]; in hinic_create_rq()
245 hinic_wq_free(hwdev, &nic_io->rq_wq[q_id]); in hinic_create_rq()
H A Dhinic_pmd_ethdev.c461 rxq->wq = &hwdev->nic_io->rq_wq[queue_idx]; in hinic_rx_queue_setup()