Lines Matching refs:sw_index

482 	sfc_sw_index_t sw_index;  in sfc_rx_queue_setup()  local
490 sw_index = sfc_rxq_sw_index_by_ethdev_rx_qid(sas, sfc_ethdev_qid); in sfc_rx_queue_setup()
491 rc = sfc_rx_qinit(sa, sw_index, nb_rx_desc, socket_id, in sfc_rx_queue_setup()
515 sfc_sw_index_t sw_index; in sfc_rx_queue_release() local
524 sw_index = dp_rxq->dpq.queue_id; in sfc_rx_queue_release()
526 sfc_log_init(sa, "RxQ=%u", sw_index); in sfc_rx_queue_release()
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
549 sw_index = sfc_txq_sw_index_by_ethdev_tx_qid(sas, ethdev_qid); in sfc_tx_queue_setup()
550 rc = sfc_tx_qinit(sa, sw_index, nb_tx_desc, socket_id, tx_conf); in sfc_tx_queue_setup()
571 sfc_sw_index_t sw_index; in sfc_tx_queue_release() local
578 sw_index = dp_txq->dpq.queue_id; in sfc_tx_queue_release()
583 sfc_log_init(sa, "TxQ = %u", sw_index); in sfc_tx_queue_release()
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
1414 sw_index = sfc_rxq_sw_index_by_ethdev_rx_qid(sas, sfc_ethdev_qid); in sfc_rx_queue_start()
1415 rc = sfc_rx_qstart(sa, sw_index); in sfc_rx_queue_start()
1440 sfc_sw_index_t sw_index; in sfc_rx_queue_stop() local
1446 sw_index = sfc_rxq_sw_index_by_ethdev_rx_qid(sas, sfc_ethdev_qid); in sfc_rx_queue_stop()
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
1478 sw_index = sfc_txq_sw_index_by_ethdev_tx_qid(sas, ethdev_qid); in sfc_tx_queue_start()
1479 rc = sfc_tx_qstart(sa, sw_index); in sfc_tx_queue_start()
1503 sfc_sw_index_t sw_index; in sfc_tx_queue_stop() local
1509 sw_index = sfc_txq_sw_index_by_ethdev_tx_qid(sas, ethdev_qid); in sfc_tx_queue_stop()
1510 sfc_tx_qstop(sa, sw_index); in sfc_tx_queue_stop()