Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_cmd.h382 uint32_t tx_buf_size; member
440 uint16_t tx_buf_size; member
H A Dhns3_ethdev.c2485 if (req->tx_buf_size) in hns3_query_pf_resource()
2486 pf->tx_buf_size = in hns3_query_pf_resource()
2487 rte_le_to_cpu_16(req->tx_buf_size) << HNS3_BUF_UNIT_S; in hns3_query_pf_resource()
2489 pf->tx_buf_size = HNS3_DEFAULT_TX_BUF; in hns3_query_pf_resource()
2491 pf->tx_buf_size = roundup(pf->tx_buf_size, HNS3_BUF_SIZE_UNIT); in hns3_query_pf_resource()
3027 if (total_size < pf->tx_buf_size) in hns3_tx_buffer_calc()
3030 priv->tx_buf_size = pf->tx_buf_size; in hns3_tx_buffer_calc()
3032 priv->tx_buf_size = 0; in hns3_tx_buffer_calc()
3034 total_size -= priv->tx_buf_size; in hns3_tx_buffer_calc()
3056 buf_size = buf_alloc->priv_buf[i].tx_buf_size; in hns3_tx_buffer_alloc()
[all …]
H A Dhns3_ethdev.h800 uint32_t tx_buf_size; /* Tx buffer size for each TC */ member