Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.c154 txq_info = &sfc_sa2shared(sa)->txq_info[sw_index]; in sfc_tx_qinit()
166 txq_info->free_thresh = in sfc_tx_qinit()
209 evq->dp_txq = txq_info->dp; in sfc_tx_qinit()
224 txq_info->entries = 0; in sfc_tx_qinit()
243 txq_info = &sfc_sa2shared(sa)->txq_info[sw_index]; in sfc_tx_qfini()
248 txq_info->dp = NULL; in sfc_tx_qfini()
251 txq_info->entries = 0; in sfc_tx_qfini()
355 if (sas->txq_info == NULL) { in sfc_tx_configure()
359 if (sas->txq_info == NULL) in sfc_tx_configure()
453 txq_info = &sas->txq_info[sw_index]; in sfc_tx_qstart()
[all …]
H A Dsfc_ethdev.c547 dev->data->tx_queues[tx_queue_id] = sas->txq_info[tx_queue_id].dp; in sfc_tx_queue_setup()
1215 struct sfc_txq_info *txq_info; in sfc_tx_queue_info_get() local
1219 txq_info = &sas->txq_info[tx_queue_id]; in sfc_tx_queue_info_get()
1223 qinfo->conf.offloads = txq_info->offloads; in sfc_tx_queue_info_get()
1224 qinfo->conf.tx_free_thresh = txq_info->free_thresh; in sfc_tx_queue_info_get()
1225 qinfo->conf.tx_deferred_start = txq_info->deferred_start; in sfc_tx_queue_info_get()
1226 qinfo->nb_desc = txq_info->entries; in sfc_tx_queue_info_get()
1363 if (sas->txq_info[tx_queue_id].state != SFC_TXQ_INITIALIZED) in sfc_tx_queue_start()
1370 sas->txq_info[tx_queue_id].deferred_started = B_TRUE; in sfc_tx_queue_start()
1396 sas->txq_info[tx_queue_id].deferred_started = B_FALSE; in sfc_tx_queue_stop()
H A Dsfc_tx.h115 void sfc_tx_qflush_done(struct sfc_txq_info *txq_info);
H A Dsfc.c289 struct sfc_txq_info *txq_info = &sas->txq_info[txq_index]; in sfc_set_fw_subvariant() local
291 if (txq_info->state & SFC_TXQ_INITIALIZED) in sfc_set_fw_subvariant()
292 tx_offloads |= txq_info->offloads; in sfc_set_fw_subvariant()
H A Dsfc.h172 struct sfc_txq_info *txq_info; member
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev_vf.c591 i40evf_fill_virtchnl_vsi_txq_info(struct virtchnl_txq_info *txq_info, in i40evf_fill_virtchnl_vsi_txq_info() argument
597 txq_info->vsi_id = vsi_id; in i40evf_fill_virtchnl_vsi_txq_info()
598 txq_info->queue_id = queue_id; in i40evf_fill_virtchnl_vsi_txq_info()
600 txq_info->ring_len = txq->nb_tx_desc; in i40evf_fill_virtchnl_vsi_txq_info()
601 txq_info->dma_ring_addr = txq->tx_ring_phys_addr; in i40evf_fill_virtchnl_vsi_txq_info()