max_wqs           305 drivers/net/ethernet/huawei/hinic/hinic_hw_wq.c int hinic_wqs_alloc(struct hinic_wqs *wqs, int max_wqs,
max_wqs           311 drivers/net/ethernet/huawei/hinic/hinic_hw_wq.c 	max_wqs = ALIGN(max_wqs, WQS_BLOCKS_PER_PAGE);
max_wqs           312 drivers/net/ethernet/huawei/hinic/hinic_hw_wq.c 	if (max_wqs > WQS_MAX_NUM_BLOCKS)  {
max_wqs           313 drivers/net/ethernet/huawei/hinic/hinic_hw_wq.c 		dev_err(&pdev->dev, "Invalid max_wqs = %d\n", max_wqs);
max_wqs           318 drivers/net/ethernet/huawei/hinic/hinic_hw_wq.c 	wqs->num_pages = max_wqs / WQS_BLOCKS_PER_PAGE;