Home
last modified time | relevance | path

Searched refs:desc_index (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_regs.c343 uint32_t index, desc_index; in hns3_get_dfx_reg_bd_num() local
363 desc_index = i / HNS3_CMD_DESC_DATA_NUM; in hns3_get_dfx_reg_bd_num()
365 bd_num = rte_le_to_cpu_32(desc[desc_index].data[index]); in hns3_get_dfx_reg_bd_num()
398 int desc_index; in hns3_dfx_reg_fetch_data() local
405 desc_index = i / HNS3_CMD_DESC_DATA_NUM; in hns3_dfx_reg_fetch_data()
407 *reg++ = desc[desc_index].data[index]; in hns3_dfx_reg_fetch_data()
/dpdk/drivers/net/sfc/
H A Dsfc_tx.c523 unsigned int desc_index; in sfc_tx_qstart() local
564 &txq->common, &desc_index); in sfc_tx_qstart()
576 rc = sa->priv.dp_tx->qstart(txq_info->dp, evq->read_ptr, desc_index); in sfc_tx_qstart()