Lines Matching refs:subdesc_cnt
639 int budget, int *subdesc_cnt, in nicvf_snd_pkt_handler() argument
665 hdr->subdesc_cnt); in nicvf_snd_pkt_handler()
671 *subdesc_cnt += hdr->subdesc_cnt + 1; in nicvf_snd_pkt_handler()
683 tso_sqe->subdesc_cnt); in nicvf_snd_pkt_handler()
684 *subdesc_cnt += tso_sqe->subdesc_cnt + 1; in nicvf_snd_pkt_handler()
687 hdr->subdesc_cnt); in nicvf_snd_pkt_handler()
689 *subdesc_cnt += hdr->subdesc_cnt + 1; in nicvf_snd_pkt_handler()
705 *subdesc_cnt += hdr->subdesc_cnt + 1; in nicvf_snd_pkt_handler()
832 int subdesc_cnt = 0; in nicvf_cq_intr_handler() local
875 budget, &subdesc_cnt, in nicvf_cq_intr_handler()
900 if (subdesc_cnt) in nicvf_cq_intr_handler()
901 nicvf_put_sq_desc(sq, subdesc_cnt); in nicvf_cq_intr_handler()