Home
last modified time | relevance | path

Searched refs:hw_index (Results 1 – 21 of 21) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_tx.h54 unsigned int hw_index; member
81 unsigned int hw_index; member
H A Dsfc_ev.c344 SFC_ASSERT(rxq->hw_index == rxq_hw_index); in sfc_ev_rxq_flush_done()
375 SFC_ASSERT(rxq->hw_index == rxq_hw_index); in sfc_ev_rxq_flush_failed()
406 SFC_ASSERT(txq->hw_index == txq_hw_index); in sfc_ev_txq_flush_done()
646 sfc_ev_qstart(struct sfc_evq *evq, unsigned int hw_index) in sfc_ev_qstart() argument
656 sfc_log_init(sa, "hw_index=%u", hw_index); in sfc_ev_qstart()
660 evq->evq_index = hw_index; in sfc_ev_qstart()
666 if (sa->intr.lsc_intr && hw_index == sa->mgmt_evq_index) { in sfc_ev_qstart()
692 rc = efx_ev_qcreate_irq(sa->nic, hw_index, esmp, evq->entries, in sfc_ev_qstart()
H A Dsfc_dp_rx.h86 unsigned int hw_index; member
H A Dsfc_rx.h59 unsigned int hw_index; member
H A Dsfc_ev.h219 int sfc_ev_qstart(struct sfc_evq *evq, unsigned int hw_index);
H A Dsfc_dp_tx.h64 unsigned int hw_index; member
H A Dsfc_tx.c190 txq->hw_index = sw_index; in sfc_tx_qinit()
212 info.hw_index = txq->hw_index; in sfc_tx_qinit()
561 rc = efx_tx_qcreate(sa->nic, txq->hw_index, 0, &txq->mem, in sfc_tx_qstart()
H A Dsfc_rx.c817 rc = efx_rx_qcreate(sa->nic, rxq->hw_index, 0, rxq_info->type, in sfc_rx_qstart()
836 rc = efx_rx_qcreate_es_super_buffer(sa->nic, rxq->hw_index, 0, in sfc_rx_qstart()
1199 rxq->hw_index = sw_index; in sfc_rx_qinit()
1251 info.hw_index = rxq->hw_index; in sfc_rx_qinit()
H A Dsfc_ef10_essb_rx.c624 (info->hw_index << info->vi_window_shift); in sfc_ef10_essb_rx_qcreate()
H A Dsfc_ef10_rx.c689 (info->hw_index << info->vi_window_shift); in sfc_ef10_rx_qcreate()
H A Dsfc_ef100_rx.c802 (info->hw_index << info->vi_window_shift); in sfc_ef100_rx_qcreate()
H A Dsfc_ef10_tx.c986 (info->hw_index << info->vi_window_shift); in sfc_ef10_tx_qcreate()
H A Dsfc_ef100_tx.c873 (info->hw_index << info->vi_window_shift); in sfc_ef100_tx_qcreate()
H A Dsfc_flow.c1431 spec_filter->template.efs_dmaq_id = (uint16_t)rxq->hw_index; in sfc_flow_parse_queue()
1464 spec_filter->template.efs_dmaq_id = rxq->hw_index; in sfc_flow_parse_rss()
H A Dsfc_repr_proxy.c780 filter->specs[i].efs_dmaq_id = rxq_ctrl->hw_index; in sfc_repr_proxy_mport_filter_insert()
/dpdk/drivers/net/ionic/
H A Dionic_lif.c1352 q->hw_index = rte_le_to_cpu_32(comp.hw_index); in ionic_lif_adminq_init()
1356 IONIC_PRINT(DEBUG, "adminq->hw_index %d", q->hw_index); in ionic_lif_adminq_init()
1398 q->hw_index = rte_le_to_cpu_32(ctx.comp.q_init.hw_index); in ionic_lif_notifyq_init()
1402 IONIC_PRINT(DEBUG, "notifyq->hw_index %d", q->hw_index); in ionic_lif_notifyq_init()
1507 q->hw_index = rte_le_to_cpu_32(ctx.comp.q_init.hw_index); in ionic_lif_txq_init()
1511 IONIC_PRINT(DEBUG, "txq->hw_index %d", q->hw_index); in ionic_lif_txq_init()
1555 q->hw_index = rte_le_to_cpu_32(ctx.comp.q_init.hw_index); in ionic_lif_rxq_init()
1561 IONIC_PRINT(DEBUG, "rxq->hw_index %d", q->hw_index); in ionic_lif_rxq_init()
1623 lif->hw_index = rte_cpu_to_le_16(comp.hw_index); in ionic_lif_init()
H A Dionic_dev.h150 uint32_t hw_index; member
244 uint64_t val = IONIC_DBELL_QID(q->hw_index) | q->head_idx; in ionic_q_flush()
H A Dionic_lif.h126 uint32_t hw_index; member
H A Dionic_if.h491 __le16 hw_index; member
623 __le32 hw_index; member
/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c225 counter->hw_index = index_start + i; in ice_fdir_counter_pool_add()
349 ICE_WRITE_REG(hw, GLSTAT_FD_CNT0H(counter_free->hw_index), 0); in ice_fdir_counter_alloc()
350 ICE_WRITE_REG(hw, GLSTAT_FD_CNT0L(counter_free->hw_index), 0); in ice_fdir_counter_alloc()
1426 filter->input.cnt_index = filter->counter->hw_index; in ice_fdir_create_filter()
1591 hits_lo = ICE_READ_REG(hw, GLSTAT_FD_CNT0L(counter->hw_index)); in ice_fdir_query_count()
1592 hits_hi = ICE_READ_REG(hw, GLSTAT_FD_CNT0H(counter->hw_index)); in ice_fdir_query_count()
1601 ICE_WRITE_REG(hw, GLSTAT_FD_CNT0H(counter->hw_index), 0); in ice_fdir_query_count()
1602 ICE_WRITE_REG(hw, GLSTAT_FD_CNT0L(counter->hw_index), 0); in ice_fdir_query_count()
H A Dice_ethdev.h385 uint32_t hw_index; member