Searched refs:hclge_is_rx_buf_ok (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c1957 static bool hclge_is_rx_buf_ok(struct hclge_dev *hdev, function
2082 return hclge_is_rx_buf_ok(hdev, buf_alloc, rx_all);
2107 if (hclge_is_rx_buf_ok(hdev, buf_alloc, rx_all) ||
2112 return hclge_is_rx_buf_ok(hdev, buf_alloc, rx_all);
2137 if (hclge_is_rx_buf_ok(hdev, buf_alloc, rx_all) ||
2142 return hclge_is_rx_buf_ok(hdev, buf_alloc, rx_all);
2206 if (!hclge_is_rx_buf_ok(hdev, buf_alloc, rx_all))

Completed in 178 milliseconds