Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h701 uint32_t pkt_buf_size; /* Total pf buf size for tx/rx */ member
H A Dhns3_ethdev.c2760 pf->pkt_buf_size = rte_le_to_cpu_16(req->buf_size) << HNS3_BUF_UNIT_S; in hns3_query_pf_resource()
3265 total_size = pf->pkt_buf_size; in hns3_tx_buffer_calc()
3470 rx_all = pf->pkt_buf_size - hns3_get_tx_buff_alloced(buf_alloc); in hns3_rx_buf_calc_all()
3513 rx_all = pf->pkt_buf_size - hns3_get_tx_buff_alloced(buf_alloc); in hns3_drop_nopfc_buf_till_fit()
3551 rx_all = pf->pkt_buf_size - hns3_get_tx_buff_alloced(buf_alloc); in hns3_drop_pfc_buf_till_fit()
3590 rx_priv = pf->pkt_buf_size - hns3_get_tx_buff_alloced(buf_alloc); in hns3_only_alloc_priv_buff()
3644 uint32_t rx_all = pf->pkt_buf_size; in hns3_rx_buffer_calc()