Searched refs:pkt_buf_size (Results 1 – 2 of 2) sorted by relevance
799 uint32_t pkt_buf_size; /* Total pf buf size for tx/rx */ member
2482 pf->pkt_buf_size = rte_le_to_cpu_16(req->buf_size) << HNS3_BUF_UNIT_S; in hns3_query_pf_resource()3020 total_size = pf->pkt_buf_size; in hns3_tx_buffer_calc()3225 rx_all = pf->pkt_buf_size - hns3_get_tx_buff_alloced(buf_alloc); in hns3_rx_buf_calc_all()3268 rx_all = pf->pkt_buf_size - hns3_get_tx_buff_alloced(buf_alloc); in hns3_drop_nopfc_buf_till_fit()3305 rx_all = pf->pkt_buf_size - hns3_get_tx_buff_alloced(buf_alloc); in hns3_drop_pfc_buf_till_fit()3344 rx_priv = pf->pkt_buf_size - hns3_get_tx_buff_alloced(buf_alloc); in hns3_only_alloc_priv_buff()3397 uint32_t rx_all = pf->pkt_buf_size; in hns3_rx_buffer_calc()