Home
last modified time | relevance | path

Searched refs:rxq_sw_index (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ev.h74 unsigned int rxq_sw_index) in sfc_evq_index_by_rxq_sw_index() argument
76 return 1 + rxq_sw_index; in sfc_evq_index_by_rxq_sw_index()
H A Dsfc_ev.c585 unsigned int rxq_sw_index; in sfc_ev_qpoll() local
587 rxq_sw_index = evq->dp_rxq->dpq.queue_id; in sfc_ev_qpoll()
591 rxq_sw_index, evq->evq_index); in sfc_ev_qpoll()
593 sfc_rx_qstop(sa, rxq_sw_index); in sfc_ev_qpoll()
594 rc = sfc_rx_qstart(sa, rxq_sw_index); in sfc_ev_qpoll()
597 rxq_sw_index); in sfc_ev_qpoll()
H A Dsfc_flow.c1351 unsigned int rxq_sw_index; in sfc_flow_parse_rss() local
1365 rxq_sw_index = sfc_sa2shared(sa)->rxq_count - 1; in sfc_flow_parse_rss()
1366 rxq = &sa->rxq_ctrl[rxq_sw_index]; in sfc_flow_parse_rss()
1371 rxq_sw_index = action_rss->queue[i]; in sfc_flow_parse_rss()
1373 if (rxq_sw_index >= sfc_sa2shared(sa)->rxq_count) in sfc_flow_parse_rss()
1376 rxq = &sa->rxq_ctrl[rxq_sw_index]; in sfc_flow_parse_rss()
1440 unsigned int rxq_sw_index = action_rss->queue[i % nb_queues]; in sfc_flow_parse_rss() local
1441 struct sfc_rxq *rxq = &sa->rxq_ctrl[rxq_sw_index]; in sfc_flow_parse_rss()