| /dpdk/drivers/net/sfc/ |
| H A D | sfc_tx.h | 54 unsigned int hw_index; member 81 unsigned int hw_index; member
|
| H A D | sfc_ev.c | 344 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 D | sfc_dp_rx.h | 86 unsigned int hw_index; member
|
| H A D | sfc_rx.h | 59 unsigned int hw_index; member
|
| H A D | sfc_ev.h | 219 int sfc_ev_qstart(struct sfc_evq *evq, unsigned int hw_index);
|
| H A D | sfc_dp_tx.h | 64 unsigned int hw_index; member
|
| H A D | sfc_tx.c | 190 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 D | sfc_rx.c | 817 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 D | sfc_ef10_essb_rx.c | 624 (info->hw_index << info->vi_window_shift); in sfc_ef10_essb_rx_qcreate()
|
| H A D | sfc_ef10_rx.c | 689 (info->hw_index << info->vi_window_shift); in sfc_ef10_rx_qcreate()
|
| H A D | sfc_ef100_rx.c | 802 (info->hw_index << info->vi_window_shift); in sfc_ef100_rx_qcreate()
|
| H A D | sfc_ef10_tx.c | 986 (info->hw_index << info->vi_window_shift); in sfc_ef10_tx_qcreate()
|
| H A D | sfc_ef100_tx.c | 873 (info->hw_index << info->vi_window_shift); in sfc_ef100_tx_qcreate()
|
| H A D | sfc_flow.c | 1431 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 D | sfc_repr_proxy.c | 780 filter->specs[i].efs_dmaq_id = rxq_ctrl->hw_index; in sfc_repr_proxy_mport_filter_insert()
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_lif.c | 1352 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 D | ionic_dev.h | 150 uint32_t hw_index; member 244 uint64_t val = IONIC_DBELL_QID(q->hw_index) | q->head_idx; in ionic_q_flush()
|
| H A D | ionic_lif.h | 126 uint32_t hw_index; member
|
| H A D | ionic_if.h | 491 __le16 hw_index; member 623 __le32 hw_index; member
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_fdir_filter.c | 225 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 D | ice_ethdev.h | 385 uint32_t hw_index; member
|