Home
last modified time | relevance | path

Searched refs:sw_index (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_tx.c41 sfc_sw_index_t sw_index; in sfc_txq_info_by_ethdev_qid() local
190 txq->hw_index = sw_index; in sfc_tx_qinit()
257 sw_index, rc); in sfc_tx_qinit()
360 sfc_sw_index_t sw_index; in sfc_tx_fini_queues() local
463 sfc_sw_index_t sw_index; in sfc_tx_configure() local
661 ethdev_qid, sw_index); in sfc_tx_qstop()
694 sfc_sw_index_t sw_index; in sfc_tx_start() local
719 for (sw_index = 0; sw_index < sas->txq_count; ++sw_index) { in sfc_tx_start()
732 while (sw_index-- > 0) in sfc_tx_start()
746 sfc_sw_index_t sw_index; in sfc_tx_stop() local
[all …]
H A Dsfc_rx.c722 ethdev_qid, sw_index); in sfc_rx_qflush()
726 ethdev_qid, sw_index); in sfc_rx_qflush()
1141 ethdev_qid, sw_index); in sfc_rx_qinit()
1545 sfc_sw_index_t sw_index; in sfc_rxq_info_by_ethdev_qid() local
1558 sfc_sw_index_t sw_index; in sfc_rxq_ctrl_by_ethdev_qid() local
1571 sfc_sw_index_t sw_index; in sfc_rx_start() local
1585 for (sw_index = 0; sw_index < sas->rxq_count; ++sw_index) { in sfc_rx_start()
1598 while (sw_index-- > 0) in sfc_rx_start()
1613 sfc_sw_index_t sw_index; in sfc_rx_stop() local
1837 for (sw_index = 0; sw_index < EFX_RSS_TBL_SIZE; ++sw_index) in sfc_rx_configure()
[all …]
H A Dsfc_tx.h111 int sfc_tx_qinit_info(struct sfc_adapter *sa, sfc_sw_index_t sw_index);
112 int sfc_tx_qinit(struct sfc_adapter *sa, sfc_sw_index_t sw_index,
115 void sfc_tx_qfini(struct sfc_adapter *sa, sfc_sw_index_t sw_index);
118 int sfc_tx_qstart(struct sfc_adapter *sa, sfc_sw_index_t sw_index);
119 void sfc_tx_qstop(struct sfc_adapter *sa, sfc_sw_index_t sw_index);
H A Dsfc_repr_proxy.c332 return &sas->txq_info[dp_txq->sw_index]; in sfc_repr_proxy_txq_info_get()
347 rp->dp_txq[i].sw_index = sw_index; in sfc_repr_proxy_txq_attach()
365 rp->dp_txq[i].sw_index = 0; in sfc_repr_proxy_txq_detach()
401 sfc_tx_qinit_info(sa, txq->sw_index); in sfc_repr_proxy_txq_init()
403 rc = sfc_tx_qinit(sa, txq->sw_index, in sfc_repr_proxy_txq_init()
424 sfc_tx_qfini(sa, txq->sw_index); in sfc_repr_proxy_txq_init()
457 sfc_tx_qfini(sa, txq->sw_index); in sfc_repr_proxy_txq_fini()
505 rp->dp_rxq[i].sw_index = sw_index; in sfc_repr_proxy_rxq_attach()
523 rp->dp_rxq[i].sw_index = 0; in sfc_repr_proxy_rxq_detach()
614 sfc_rx_qfini(sa, rxq->sw_index); in sfc_repr_proxy_rxq_fini()
[all …]
H A Dsfc_rx.h132 int sfc_rx_qinit_info(struct sfc_adapter *sa, sfc_sw_index_t sw_index,
138 void sfc_rx_qfini(struct sfc_adapter *sa, sfc_sw_index_t sw_index);
139 int sfc_rx_qstart(struct sfc_adapter *sa, sfc_sw_index_t sw_index);
140 void sfc_rx_qstop(struct sfc_adapter *sa, sfc_sw_index_t sw_index);
H A Dsfc_repr_proxy.h88 sfc_sw_index_t sw_index; member
99 sfc_sw_index_t sw_index; member
H A Dsfc_ethdev.c482 sfc_sw_index_t sw_index; in sfc_rx_queue_setup() local
515 sfc_sw_index_t sw_index; in sfc_rx_queue_release() local
528 sfc_rx_qfini(sa, sw_index); in sfc_rx_queue_release()
541 sfc_sw_index_t sw_index; in sfc_tx_queue_setup() local
571 sfc_sw_index_t sw_index; in sfc_tx_queue_release() local
587 sfc_tx_qfini(sa, sw_index); in sfc_tx_queue_release()
1399 sfc_sw_index_t sw_index; in sfc_rx_queue_start() local
1440 sfc_sw_index_t sw_index; in sfc_rx_queue_stop() local
1447 sfc_rx_qstop(sa, sw_index); in sfc_rx_queue_stop()
1463 sfc_sw_index_t sw_index; in sfc_tx_queue_start() local
[all …]
H A Dsfc_mae_counter.c509 return &sfc_sa2shared(sa)->rxq_info[sa->counter_rxq.sw_index]; in sfc_counter_rxq_info_get()
755 sa->counter_rxq.sw_index = sfc_counters_rxq_sw_index(sas); in sfc_mae_counter_rxq_attach()
820 rc = sfc_rx_qinit_info(sa, sa->counter_rxq.sw_index, in sfc_mae_counter_rxq_init()
825 rc = sfc_rx_qinit(sa, sa->counter_rxq.sw_index, nb_rx_desc, in sfc_mae_counter_rxq_init()
862 sfc_rx_qfini(sa, sa->counter_rxq.sw_index); in sfc_mae_counter_rxq_fini()
888 efx_mae_counters_stream_stop(sa->nic, sa->counter_rxq.sw_index, NULL); in sfc_mae_counter_stop()
909 rc = efx_mae_counters_stream_start(sa->nic, sa->counter_rxq.sw_index, in sfc_mae_counter_start()
936 efx_mae_counters_stream_stop(sa->nic, sa->counter_rxq.sw_index, NULL); in sfc_mae_counter_start()
H A Dsfc.h176 sfc_sw_index_t sw_index; member