Searched refs:hns3_is_rx_buf_ok (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_ethdev.c | 3391 hns3_is_rx_buf_ok(struct hns3_hw *hw, struct hns3_pkt_buf_alloc *buf_alloc, in hns3_is_rx_buf_ok() function 3498 return hns3_is_rx_buf_ok(hw, buf_alloc, rx_all); in hns3_rx_buf_calc_all() 3531 if (hns3_is_rx_buf_ok(hw, buf_alloc, rx_all) || in hns3_drop_nopfc_buf_till_fit() 3536 return hns3_is_rx_buf_ok(hw, buf_alloc, rx_all); in hns3_drop_nopfc_buf_till_fit() 3566 if (hns3_is_rx_buf_ok(hw, buf_alloc, rx_all) || in hns3_drop_pfc_buf_till_fit() 3571 return hns3_is_rx_buf_ok(hw, buf_alloc, rx_all); in hns3_drop_pfc_buf_till_fit() 3647 if (!hns3_is_rx_buf_ok(hw, buf_alloc, rx_all)) in hns3_rx_buffer_calc()
|