| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_tx.h | 54 unsigned int hw_index; member 80 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 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 D | sfc_ev.h | 94 int sfc_ev_qstart(struct sfc_evq *evq, unsigned int hw_index);
|
| H A D | sfc_rx.h | 59 unsigned int hw_index; member
|
| H A D | sfc_dp_rx.h | 85 unsigned int hw_index; member
|
| H A D | sfc_dp_tx.h | 63 unsigned int hw_index; member
|
| H A D | sfc_tx.c | 164 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 D | sfc_flow.c | 1335 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 D | sfc_rx.c | 791 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 D | sfc_ef10_essb_rx.c | 619 (info->hw_index << info->vi_window_shift); in sfc_ef10_essb_rx_qcreate()
|
| H A D | sfc_ef10_rx.c | 685 (info->hw_index << info->vi_window_shift); in sfc_ef10_rx_qcreate()
|
| H A D | sfc_ef100_rx.c | 735 (info->hw_index << info->vi_window_shift); in sfc_ef100_rx_qcreate()
|
| H A D | sfc_ef100_tx.c | 801 (info->hw_index << info->vi_window_shift); in sfc_ef100_tx_qcreate()
|
| H A D | sfc_ef10_tx.c | 962 (info->hw_index << info->vi_window_shift); in sfc_ef10_tx_qcreate()
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_lif.c | 1181 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 D | ionic_lif.h | 89 uint32_t hw_index; member
|
| H A D | ionic_dev.h | 152 uint32_t hw_index; member
|
| H A D | ionic_dev.c | 464 writeq(IONIC_DBELL_QID(q->hw_index) | q->head_idx, q->db); in ionic_q_flush()
|
| H A D | ionic_if.h | 467 __le16 hw_index; member 542 __le32 hw_index; member
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_fdir_filter.c | 232 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 D | ice_ethdev.h | 334 uint32_t hw_index; member
|