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

/freebsd-11-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);
1736 nicvf_put_sq_desc(sq, hdr->subdesc_cnt + 1);
1747 int subdesc_cnt, struct mbuf *mbuf, int len)
1769 hdr->subdesc_cnt = subdesc_cnt;
1903 int subdesc_cnt; local
1923 subdesc_cnt = MIN_SQ_DESC_PER_PKT_XMIT + nsegs - 1;
1924 if (subdesc_cnt > sq->free_cnt) {
1930 qentry = nicvf_get_sq_desc(sq, subdesc_cnt);
1746 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 82 milliseconds