comp_num          454 drivers/infiniband/hw/efa/efa_com.c 	u16 comp_num = 0;
comp_num          476 drivers/infiniband/hw/efa/efa_com.c 		comp_num++;
comp_num          485 drivers/infiniband/hw/efa/efa_com.c 	aq->cq.cc += comp_num;
comp_num          487 drivers/infiniband/hw/efa/efa_com.c 	aq->sq.cc += comp_num;
comp_num          488 drivers/infiniband/hw/efa/efa_com.c 	atomic64_add(comp_num, &aq->stats.completed_cmd);
comp_num         5823 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 				  int comp_num, int aeq_num, int other_num)
comp_num         5859 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 		else if (j < (other_num + comp_num))
comp_num         5867 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 					  0, hr_dev->irq_names[j - comp_num],
comp_num         5920 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	int comp_num;
comp_num         5926 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	comp_num = hr_dev->caps.num_comp_vectors;
comp_num         5929 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	eq_num = comp_num + aeq_num;
comp_num         5941 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 		if (i < comp_num) {
comp_num         5956 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 			eq->irq = hr_dev->irq[i - comp_num + other_num];
comp_num         5971 drivers/infiniband/hw/hns/hns_roce_hw_v2.c 	ret = __hns_roce_request_irq(hr_dev, irq_num, comp_num,
comp_num          778 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 	if (param->comp_num != dst_buf->num_planes) {
comp_num          780 drivers/media/platform/mtk-jpeg/mtk_jpeg_core.c 			param->comp_num, dst_buf->num_planes);
comp_num           88 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c 		if (i >= param->comp_num)
comp_num           97 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c 		if (i < param->blk_num && comp < param->comp_num) {
comp_num          148 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c 	for (i = 0; i < param->comp_num; i++) {
comp_num          359 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c static void mtk_jpeg_dec_set_sampling_factor(void __iomem *base, u32 comp_num,
comp_num          368 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c 	if (comp_num == 1)
comp_num          387 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c 				       (config->comp_num == 1) ? 1 : 0);
comp_num          392 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c 	mtk_jpeg_dec_set_sampling_factor(base, config->comp_num,
comp_num           36 drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.h 	u32 comp_num;
comp_num          103 drivers/media/platform/mtk-jpeg/mtk_jpeg_parse.c 			param->comp_num = read_byte(&stream);
comp_num          104 drivers/media/platform/mtk-jpeg/mtk_jpeg_parse.c 			if (param->comp_num != 1 && param->comp_num != 3)
comp_num          107 drivers/media/platform/mtk-jpeg/mtk_jpeg_parse.c 			for (i = 0; i < param->comp_num; i++) {
comp_num          124 drivers/media/platform/mtk-jpeg/mtk_jpeg_parse.c 			notfound = !(i == param->comp_num);
comp_num          487 drivers/net/ethernet/amazon/ena/ena_com.c 	u16 comp_num = 0;
comp_num          506 drivers/net/ethernet/amazon/ena/ena_com.c 		comp_num++;
comp_num          515 drivers/net/ethernet/amazon/ena/ena_com.c 	admin_queue->cq.head += comp_num;
comp_num          517 drivers/net/ethernet/amazon/ena/ena_com.c 	admin_queue->sq.head += comp_num;
comp_num          518 drivers/net/ethernet/amazon/ena/ena_com.c 	admin_queue->stats.completed_cmd += comp_num;