Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.c163 txq = &sa->txq_ctrl[sw_index]; in sfc_tx_qinit()
164 txq->hw_index = sw_index; in sfc_tx_qinit()
313 int sw_index; in sfc_tx_fini_queues() local
317 sw_index = sas->txq_count; in sfc_tx_fini_queues()
320 sfc_tx_qfini(sa, sw_index); in sfc_tx_fini_queues()
600 unsigned int sw_index; in sfc_tx_start() local
624 for (sw_index = 0; sw_index < sas->txq_count; ++sw_index) { in sfc_tx_start()
637 while (sw_index-- > 0) in sfc_tx_start()
651 unsigned int sw_index; in sfc_tx_stop() local
655 sw_index = sas->txq_count; in sfc_tx_stop()
[all …]
H A Dsfc_rx.c889 if (sw_index == 0) in sfc_rx_qstop()
1104 sw_index); in sfc_rx_qinit()
1486 unsigned int sw_index; in sfc_rx_start() local
1499 for (sw_index = 0; sw_index < sas->rxq_count; ++sw_index) { in sfc_rx_start()
1512 while (sw_index-- > 0) in sfc_rx_start()
1527 unsigned int sw_index; in sfc_rx_stop() local
1532 while (sw_index-- > 0) { in sfc_rx_stop()
1609 int sw_index; in sfc_rx_fini_queues() local
1711 unsigned int sw_index; in sfc_rx_configure() local
1713 for (sw_index = 0; sw_index < EFX_RSS_TBL_SIZE; ++sw_index) in sfc_rx_configure()
[all …]
H A Dsfc_tx.h110 int sfc_tx_qinit(struct sfc_adapter *sa, unsigned int sw_index,
113 void sfc_tx_qfini(struct sfc_adapter *sa, unsigned int sw_index);
116 int sfc_tx_qstart(struct sfc_adapter *sa, unsigned int sw_index);
117 void sfc_tx_qstop(struct sfc_adapter *sa, unsigned int sw_index);
H A Dsfc_rx.h132 void sfc_rx_qfini(struct sfc_adapter *sa, unsigned int sw_index);
133 int sfc_rx_qstart(struct sfc_adapter *sa, unsigned int sw_index);
134 void sfc_rx_qstop(struct sfc_adapter *sa, unsigned int sw_index);
H A Dsfc_ethdev.c511 unsigned int sw_index; in sfc_rx_queue_release() local
520 sw_index = dp_rxq->dpq.queue_id; in sfc_rx_queue_release()
522 sfc_log_init(sa, "RxQ=%u", sw_index); in sfc_rx_queue_release()
524 sfc_rx_qfini(sa, sw_index); in sfc_rx_queue_release()
563 unsigned int sw_index; in sfc_tx_queue_release() local
570 sw_index = dp_txq->dpq.queue_id; in sfc_tx_queue_release()
575 sfc_log_init(sa, "TxQ = %u", sw_index); in sfc_tx_queue_release()
579 sfc_tx_qfini(sa, sw_index); in sfc_tx_queue_release()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c2637 sw_index, in ngx_http_grpc_parse_fragment() enumerator
2816 state = sw_index; in ngx_http_grpc_parse_fragment()
2867 state = sw_index; in ngx_http_grpc_parse_fragment()
2891 case sw_index: in ngx_http_grpc_parse_fragment()