Lines Matching refs:subdesc_cnt
657 int budget, int *subdesc_cnt, in nicvf_snd_pkt_handler() argument
683 hdr->subdesc_cnt); in nicvf_snd_pkt_handler()
689 *subdesc_cnt += hdr->subdesc_cnt + 1; in nicvf_snd_pkt_handler()
701 tso_sqe->subdesc_cnt); in nicvf_snd_pkt_handler()
702 *subdesc_cnt += tso_sqe->subdesc_cnt + 1; in nicvf_snd_pkt_handler()
705 hdr->subdesc_cnt); in nicvf_snd_pkt_handler()
707 *subdesc_cnt += hdr->subdesc_cnt + 1; in nicvf_snd_pkt_handler()
723 *subdesc_cnt += hdr->subdesc_cnt + 1; in nicvf_snd_pkt_handler()
850 int subdesc_cnt = 0; in nicvf_cq_intr_handler() local
893 budget, &subdesc_cnt, in nicvf_cq_intr_handler()
918 if (subdesc_cnt) in nicvf_cq_intr_handler()
919 nicvf_put_sq_desc(sq, subdesc_cnt); in nicvf_cq_intr_handler()