Home
last modified time | relevance | path

Searched refs:queue_info (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_tx.c420 u32 queue_info, int nr_descs, in hinic_fill_sq_wqe_header() argument
435 ctrl->queue_info = queue_info; in hinic_fill_sq_wqe_header()
439 ctrl->queue_info |= in hinic_fill_sq_wqe_header()
443 ctrl->queue_info = in hinic_fill_sq_wqe_header()
548 *queue_info |= in hinic_set_l4_csum_info()
556 u32 *queue_info, struct rte_mbuf *mbuf, in hinic_set_tso_info() argument
567 *queue_info = SQ_CTRL_QUEUE_INFO_CLEAR(*queue_info, MSS); in hinic_set_tso_info()
573 u32 *queue_info, u16 vlan_tag, u16 vlan_pri) in hinic_set_vlan_tx_offload() argument
583 struct hinic_sq_task *task, u32 *queue_info, in hinic_fill_tx_offload_info() argument
1128 u32 queue_info, tx_bytes = 0; in hinic_xmit_pkts() local
[all …]
H A Dhinic_pmd_tx.h60 u32 queue_info; member
/f-stack/dpdk/app/proc-info/
H A Dmain.c784 struct rte_eth_rxq_info queue_info; in show_port() local
798 printf("%u", queue_info.nb_desc); in show_port()
800 if (queue_info.scattered_rx) in show_port()
803 if (queue_info.conf.rx_drop_en) in show_port()
809 if (queue_info.rx_buf_size != 0) in show_port()
811 queue_info.rx_buf_size); in show_port()
814 queue_info.mp->name, in show_port()
815 queue_info.mp->socket_id); in show_port()
817 if (queue_info.conf.offloads != 0) in show_port()
834 j, queue_info.nb_desc); in show_port()
[all …]
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_eth_rx_adapter.c286 struct eth_rx_queue_info *queue_info; in rxa_intr_queue() local
291 queue_info->queue_enabled && queue_info->wt == 0; in rxa_intr_queue()
298 struct eth_rx_queue_info *queue_info; in rxa_polled_queue() local
303 queue_info->queue_enabled && queue_info->wt != 0; in rxa_polled_queue()
590 wt = queue_info->wt; in rxa_calc_wrr_sequence()
858 struct eth_rx_queue_info *queue_info; in rxa_intr_ring_enqueue() local
1013 queue_info->intr_enabled = 1; in rxa_intr_ring_dequeue()
1619 struct eth_rx_queue_info *queue_info; in rxa_update_queue() local
1631 enabled = queue_info->queue_enabled; in rxa_update_queue()
1639 queue_info->queue_enabled = !!add; in rxa_update_queue()
[all …]
/f-stack/dpdk/lib/librte_bbdev/
H A Drte_bbdev.c812 struct rte_bbdev_queue_info *queue_info) in rte_bbdev_queue_info_get() argument
819 if (queue_info == NULL) { in rte_bbdev_queue_info_get()
825 memset(queue_info, 0, sizeof(*queue_info)); in rte_bbdev_queue_info_get()
826 queue_info->conf = dev->data->queues[queue_id].conf; in rte_bbdev_queue_info_get()
827 queue_info->started = dev->data->queues[queue_id].started; in rte_bbdev_queue_info_get()
H A Drte_bbdev.h380 struct rte_bbdev_queue_info *queue_info);