Home
last modified time | relevance | path

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

/freebsd/sys/dev/vnic/
H A Dnicvf_queues.c712 cqe_tx->sqe_ptr, hdr->subdesc_cnt); in nicvf_snd_pkt_handler()
721 nicvf_put_sq_desc(sq, hdr->subdesc_cnt + 1); in nicvf_snd_pkt_handler()
1734 nicvf_put_sq_desc(sq, hdr->subdesc_cnt + 1); in nicvf_sq_free_used_descs()
1745 int subdesc_cnt, struct mbuf *mbuf, int len) in nicvf_sq_add_hdr_subdesc() argument
1772 hdr->subdesc_cnt = subdesc_cnt; in nicvf_sq_add_hdr_subdesc()
1906 int subdesc_cnt; in nicvf_tx_mbuf_locked() local
1926 subdesc_cnt = MIN_SQ_DESC_PER_PKT_XMIT + nsegs - 1; in nicvf_tx_mbuf_locked()
1927 if (subdesc_cnt > sq->free_cnt) { in nicvf_tx_mbuf_locked()
1933 qentry = nicvf_get_sq_desc(sq, subdesc_cnt); in nicvf_tx_mbuf_locked()
1936 err = nicvf_sq_add_hdr_subdesc(sq, qentry, subdesc_cnt - 1, *mbufp, in nicvf_tx_mbuf_locked()
[all …]
H A Dq_struct.h563 uint64_t subdesc_cnt:8; member
590 uint64_t subdesc_cnt:8;