Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_nicio.c677 struct hinic_wq *wq = &nic_io->sq_wq[q_id]; in hinic_get_sq_free_wqebbs()
693 struct hinic_wq *wq = &nic_io->sq_wq[q_id]; in hinic_get_sq_local_ci()
784 nic_io->sq_wq = kzalloc_aligned(num_qp * sizeof(*nic_io->sq_wq), in hinic_alloc_nicio()
786 if (!nic_io->sq_wq) { in hinic_alloc_nicio()
803 kfree(nic_io->sq_wq); in hinic_alloc_nicio()
824 kfree(nic_io->sq_wq); in hinic_free_nicio()
H A Dhinic_pmd_nicio.h209 struct hinic_wq *sq_wq; member
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.c1313 err = hinic_wq_allocate(nic_io->hwdev, &nic_io->sq_wq[q_id], in hinic_create_sq()
1333 sq->wq = &nic_io->sq_wq[q_id]; in hinic_create_sq()
1341 hinic_wq_free(nic_io->hwdev, &nic_io->sq_wq[q_id]); in hinic_create_sq()
H A Dhinic_pmd_ethdev.c608 txq->wq = &hwdev->nic_io->sq_wq[queue_idx]; in hinic_tx_queue_setup()