Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.h54 unsigned int hw_index; member
80 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
655 sfc_log_init(sa, "hw_index=%u", hw_index); in sfc_ev_qstart()
659 evq->evq_index = hw_index; in sfc_ev_qstart()
665 if ((sa->intr.lsc_intr && hw_index == sa->mgmt_evq_index) || in sfc_ev_qstart()
674 rc = efx_ev_qcreate(sa->nic, hw_index, esmp, evq->entries, in sfc_ev_qstart()
H A Dsfc_ev.h94 int sfc_ev_qstart(struct sfc_evq *evq, unsigned int hw_index);
H A Dsfc_rx.h59 unsigned int hw_index; member
H A Dsfc_dp_rx.h85 unsigned int hw_index; member
H A Dsfc_dp_tx.h63 unsigned int hw_index; member
H A Dsfc_tx.c164 txq->hw_index = sw_index; in sfc_tx_qinit()
186 info.hw_index = txq->hw_index; in sfc_tx_qinit()
483 rc = efx_tx_qcreate(sa->nic, txq->hw_index, 0, &txq->mem, in sfc_tx_qstart()
H A Dsfc_flow.c1335 spec_filter->template.efs_dmaq_id = (uint16_t)rxq->hw_index; in sfc_flow_parse_queue()
1367 rxq_hw_index_min = rxq->hw_index; in sfc_flow_parse_rss()
1378 if (rxq->hw_index < rxq_hw_index_min) in sfc_flow_parse_rss()
1379 rxq_hw_index_min = rxq->hw_index; in sfc_flow_parse_rss()
1381 if (rxq->hw_index > rxq_hw_index_max) in sfc_flow_parse_rss()
1382 rxq_hw_index_max = rxq->hw_index; in sfc_flow_parse_rss()
1443 sfc_rss_conf->rss_tbl[i] = rxq->hw_index - rxq_hw_index_min; in sfc_flow_parse_rss()
H A Dsfc_rx.c791 rc = efx_rx_qcreate(sa->nic, rxq->hw_index, 0, rxq_info->type, in sfc_rx_qstart()
810 rc = efx_rx_qcreate_es_super_buffer(sa->nic, rxq->hw_index, 0, in sfc_rx_qstart()
1153 rxq->hw_index = sw_index; in sfc_rx_qinit()
1199 info.hw_index = rxq->hw_index; in sfc_rx_qinit()
H A Dsfc_ef10_essb_rx.c619 (info->hw_index << info->vi_window_shift); in sfc_ef10_essb_rx_qcreate()
H A Dsfc_ef10_rx.c685 (info->hw_index << info->vi_window_shift); in sfc_ef10_rx_qcreate()
H A Dsfc_ef100_rx.c735 (info->hw_index << info->vi_window_shift); in sfc_ef100_rx_qcreate()
H A Dsfc_ef100_tx.c801 (info->hw_index << info->vi_window_shift); in sfc_ef100_tx_qcreate()
H A Dsfc_ef10_tx.c962 (info->hw_index << info->vi_window_shift); in sfc_ef10_tx_qcreate()
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_lif.c1181 q->hw_index = comp.hw_index; in ionic_lif_adminq_init()
1185 IONIC_PRINT(DEBUG, "adminq->hw_index %d", q->hw_index); in ionic_lif_adminq_init()
1233 q->hw_index = ctx.comp.q_init.hw_index; in ionic_lif_notifyq_init()
1237 IONIC_PRINT(DEBUG, "notifyq->hw_index %d", q->hw_index); in ionic_lif_notifyq_init()
1344 q->hw_index = ctx.comp.q_init.hw_index; in ionic_lif_txq_init()
1348 IONIC_PRINT(DEBUG, "txq->hw_index %d", q->hw_index); in ionic_lif_txq_init()
1392 q->hw_index = ctx.comp.q_init.hw_index; in ionic_lif_rxq_init()
1398 IONIC_PRINT(DEBUG, "rxq->hw_index %d", q->hw_index); in ionic_lif_rxq_init()
1477 lif->hw_index = comp.hw_index; in ionic_lif_init()
H A Dionic_lif.h89 uint32_t hw_index; member
H A Dionic_dev.h152 uint32_t hw_index; member
H A Dionic_dev.c464 writeq(IONIC_DBELL_QID(q->hw_index) | q->head_idx, q->db); in ionic_q_flush()
H A Dionic_if.h467 __le16 hw_index; member
542 __le32 hw_index; member
/f-stack/dpdk/drivers/net/ice/
H A Dice_fdir_filter.c232 counter->hw_index = index_start + i; in ice_fdir_counter_pool_add()
356 ICE_WRITE_REG(hw, GLSTAT_FD_CNT0H(counter_free->hw_index), 0); in ice_fdir_counter_alloc()
357 ICE_WRITE_REG(hw, GLSTAT_FD_CNT0L(counter_free->hw_index), 0); in ice_fdir_counter_alloc()
1310 filter->input.cnt_index = filter->counter->hw_index; in ice_fdir_create_filter()
1432 hits_lo = ICE_READ_REG(hw, GLSTAT_FD_CNT0L(counter->hw_index)); in ice_fdir_query_count()
1433 hits_hi = ICE_READ_REG(hw, GLSTAT_FD_CNT0H(counter->hw_index)); in ice_fdir_query_count()
1442 ICE_WRITE_REG(hw, GLSTAT_FD_CNT0H(counter->hw_index), 0); in ice_fdir_query_count()
1443 ICE_WRITE_REG(hw, GLSTAT_FD_CNT0L(counter->hw_index), 0); in ice_fdir_query_count()
H A Dice_ethdev.h334 uint32_t hw_index; member