| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ring.c | 391 int cp_ring_index = queue_index + BNXT_RX_VEC_START; in bnxt_alloc_cmpl_ring() 502 struct bnxt_rx_queue *rxq = bp->rx_queues[queue_index]; in bnxt_alloc_rx_ring() 513 queue_index, cpr->hw_stats_ctx_id, in bnxt_alloc_rx_ring() 530 struct bnxt_rx_queue *rxq = bp->rx_queues[queue_index]; in bnxt_alloc_rx_agg_ring() 565 struct bnxt_rx_queue *rxq = bp->rx_queues[queue_index]; in bnxt_alloc_hwrm_rx_ring() 571 rc = bnxt_alloc_cmpl_ring(bp, queue_index, cpr); in bnxt_alloc_hwrm_rx_ring() 580 if (!BNXT_NUM_ASYNC_CPR(bp) && !queue_index) { in bnxt_alloc_hwrm_rx_ring() 592 rc = bnxt_alloc_rx_ring(bp, queue_index); in bnxt_alloc_hwrm_rx_ring() 596 rc = bnxt_alloc_rx_agg_ring(bp, queue_index); in bnxt_alloc_hwrm_rx_ring() 611 rxq->index = queue_index; in bnxt_alloc_hwrm_rx_ring() [all …]
|
| H A D | bnxt_ring.h | 75 int bnxt_alloc_hwrm_rx_ring(struct bnxt *bp, int queue_index);
|
| H A D | bnxt_hwrm.h | 202 void bnxt_free_hwrm_rx_ring(struct bnxt *bp, int queue_index);
|
| H A D | bnxt_hwrm.c | 2550 void bnxt_free_hwrm_rx_ring(struct bnxt *bp, int queue_index) in bnxt_free_hwrm_rx_ring() argument 2552 struct bnxt_rx_queue *rxq = bp->rx_queues[queue_index]; in bnxt_free_hwrm_rx_ring() 2562 bp->grp_info[queue_index].rx_fw_ring_id = in bnxt_free_hwrm_rx_ring() 2572 bp->grp_info[queue_index].ag_fw_ring_id = in bnxt_free_hwrm_rx_ring() 2579 bp->grp_info[queue_index].cp_fw_ring_id = INVALID_HW_RING_ID; in bnxt_free_hwrm_rx_ring()
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_lm.c | 21 attr.queue_index = i; in mlx5_vdpa_logging_enable() 76 attr.queue_index = i; in mlx5_vdpa_dirty_bitmap_set()
|
| H A D | mlx5_vdpa_virtq.c | 139 .queue_index = virtq->index, in mlx5_vdpa_virtq_modify() 328 attr.queue_index = index; in mlx5_vdpa_virtq_setup()
|
| /f-stack/dpdk/drivers/net/ark/ |
| H A D | ark_ethdev_rx.c | 55 uint16_t queue_index; member 172 queue->queue_index = queue_idx; in eth_ark_dev_rx_queue_setup() 531 *pnb, queue->queue_index, in eth_ark_rx_seed_recovery() 590 stats->q_ipackets[queue->queue_index] = ipackets; in eth_rx_queue_stats_get() 591 stats->q_ibytes[queue->queue_index] = ibytes; in eth_rx_queue_stats_get() 592 stats->q_errors[queue->queue_index] = idropped; in eth_rx_queue_stats_get()
|
| H A D | ark_ethdev_tx.c | 46 uint16_t queue_index; member 246 queue->queue_index = queue_idx; in eth_ark_tx_queue_setup() 424 stats->q_opackets[queue->queue_index] = pkts; in eth_tx_queue_stats_get() 425 stats->q_obytes[queue->queue_index] = bytes; in eth_tx_queue_stats_get()
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_devx_cmds.h | 300 uint32_t queue_index; member
|
| H A D | mlx5_devx_cmds.c | 1640 MLX5_SET16(virtio_q, virtctx, queue_index, attr->queue_index); in mlx5_devx_cmd_create_virtq() 1695 MLX5_SET16(virtio_q, virtctx, queue_index, attr->queue_index); in mlx5_devx_cmd_modify_virtq()
|
| H A D | mlx5_prm.h | 2295 u8 queue_index[0x10]; member
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.c | 688 igc_write_ivar(struct igc_hw *hw, uint8_t queue_index, in igc_write_ivar() argument 692 uint8_t reg_index = queue_index >> 1; in igc_write_ivar() 708 if (queue_index & 1) in igc_write_ivar()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 4350 uint16_t queue_index = 0xFFFF; in flow_dv_validate_action_sample() local 4397 queue_index = ((const struct rte_flow_action_queue *) in flow_dv_validate_action_sample() 4486 (queue_index == 0xFFFF || in flow_dv_validate_action_sample() 4487 mlx5_rxq_get_type(dev, queue_index) != MLX5_RXQ_TYPE_HAIRPIN)) { in flow_dv_validate_action_sample() 5261 uint16_t queue_index = 0xFFFF; in flow_dv_validate() local 5677 queue_index = ((const struct rte_flow_action_queue *) in flow_dv_validate() 5691 queue_index = rss->queue[0]; in flow_dv_validate() 6134 (queue_index == 0xFFFF || in flow_dv_validate() 6135 mlx5_rxq_get_type(dev, queue_index) != MLX5_RXQ_TYPE_HAIRPIN || in flow_dv_validate() 6136 ((conf = mlx5_rxq_get_hairpin_conf(dev, queue_index)) != NULL && in flow_dv_validate()
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_hsi.h | 4552 uint8_t queue_index; member 4618 uint8_t queue_index; member
|