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

/freebsd-13-stable/sys/dev/vnic/
H A Dnicvf_queues.c716 cqe_tx->sqe_ptr, hdr->subdesc_cnt);
725 nicvf_put_sq_desc(sq, hdr->subdesc_cnt + 1);
1733 nicvf_put_sq_desc(sq, hdr->subdesc_cnt + 1);
1744 int subdesc_cnt, struct mbuf *mbuf, int len)
1766 hdr->subdesc_cnt = subdesc_cnt;
1900 int subdesc_cnt; local
1920 subdesc_cnt = MIN_SQ_DESC_PER_PKT_XMIT + nsegs - 1;
1921 if (subdesc_cnt > sq->free_cnt) {
1927 qentry = nicvf_get_sq_desc(sq, subdesc_cnt);
1743 nicvf_sq_add_hdr_subdesc(struct snd_queue *sq, int qentry, int subdesc_cnt, struct mbuf *mbuf, int len) argument
[all...]
H A Dq_struct.h565 uint64_t subdesc_cnt:8; member in struct:sq_hdr_subdesc
592 uint64_t subdesc_cnt:8;

Completed in 203 milliseconds